Re: [PATCH 14/18] r8152: Use kmemdup instead of kmalloc + memcpy

2014-05-30 Thread David Miller
From: Benoit Taine Date: Mon, 26 May 2014 17:21:23 +0200 > This issue was reported by coccicheck using the semantic patch > at scripts/coccinelle/api/memdup.cocci > > Signed-off-by: Benoit Taine > --- > Tested by compilation without errors. Applied to net-next, thank you. -- To unsubscribe

Re: [PATCH 14/18] r8152: Use kmemdup instead of kmalloc + memcpy

2014-05-30 Thread David Miller
From: Benoit Taine benoit.ta...@lip6.fr Date: Mon, 26 May 2014 17:21:23 +0200 This issue was reported by coccicheck using the semantic patch at scripts/coccinelle/api/memdup.cocci Signed-off-by: Benoit Taine benoit.ta...@lip6.fr --- Tested by compilation without errors. Applied to

[PATCH 14/18] r8152: Use kmemdup instead of kmalloc + memcpy

2014-05-26 Thread Benoit Taine
This issue was reported by coccicheck using the semantic patch at scripts/coccinelle/api/memdup.cocci Signed-off-by: Benoit Taine --- Tested by compilation without errors. drivers/net/usb/r8152.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/net/usb/r8152.c

[PATCH 14/18] r8152: Use kmemdup instead of kmalloc + memcpy

2014-05-26 Thread Benoit Taine
This issue was reported by coccicheck using the semantic patch at scripts/coccinelle/api/memdup.cocci Signed-off-by: Benoit Taine benoit.ta...@lip6.fr --- Tested by compilation without errors. drivers/net/usb/r8152.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git