Re: [PATCH] crypto: testmgr - use kmemdup instead of kmalloc+memcpy

2017-01-12 Thread Herbert Xu
On Fri, Dec 30, 2016 at 02:12:00PM -0600, Eric Biggers wrote: > From: Eric Biggers > > It's recommended to use kmemdup instead of kmalloc followed by memcpy. > > Signed-off-by: Eric Biggers Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key:

[PATCH] crypto: testmgr - use kmemdup instead of kmalloc+memcpy

2016-12-30 Thread Eric Biggers
From: Eric Biggers It's recommended to use kmemdup instead of kmalloc followed by memcpy. Signed-off-by: Eric Biggers --- crypto/testmgr.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 44e888b0b041..881176ebd8a8 100644 --- a