Re: [PATCH] crypto: replace kmalloc and then memcpy with kmemdup

2013-03-21 Thread Linus Walleij
On Thu, Mar 21, 2013 at 10:54 AM, Herbert Xu wrote: > On Mon, Mar 11, 2013 at 12:48:10PM +0200, Mihnea Dobrescu-Balaur wrote: >> Signed-off-by: Mihnea Dobrescu-Balaur > > Patch applied. Thanks. Acked-by: Linus Walleij FWIW, I tried to get the people involved with the code to ACK but somehow th

Re: [PATCH] crypto: replace kmalloc and then memcpy with kmemdup

2013-03-21 Thread Herbert Xu
On Mon, Mar 11, 2013 at 12:48:10PM +0200, Mihnea Dobrescu-Balaur wrote: > Signed-off-by: Mihnea Dobrescu-Balaur Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list:

[PATCH] crypto: replace kmalloc and then memcpy with kmemdup

2013-03-11 Thread Mihnea Dobrescu-Balaur
Signed-off-by: Mihnea Dobrescu-Balaur --- drivers/crypto/ux500/hash/hash_core.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/crypto/ux500/hash/hash_core.c b/drivers/crypto/ux500/hash/hash_core.c index 632c333..8d16d3a 100644 --- a/drivers/crypto/ux500/hash/ha