Re: [PATCH 07/31] arch/x86/microcode: use kmemdup rather than duplicating its implementation

2015-08-07 Thread Borislav Petkov
On Fri, Aug 07, 2015 at 09:59:13AM +0200, Andrzej Hajda wrote: > The patch was generated using fixed coccinelle semantic patch > scripts/coccinelle/api/memdup.cocci [1]. > > [1]: http://permalink.gmane.org/gmane.linux.kernel/2014320 I dropped this footnote from the commit message as it seems

[PATCH 07/31] arch/x86/microcode: use kmemdup rather than duplicating its implementation

2015-08-07 Thread Andrzej Hajda
The patch was generated using fixed coccinelle semantic patch scripts/coccinelle/api/memdup.cocci [1]. [1]: http://permalink.gmane.org/gmane.linux.kernel/2014320 Signed-off-by: Andrzej Hajda --- arch/x86/kernel/cpu/microcode/amd.c | 4 +--- arch/x86/kernel/cpu/microcode/intel_early.c |

[PATCH 07/31] arch/x86/microcode: use kmemdup rather than duplicating its implementation

2015-08-07 Thread Andrzej Hajda
The patch was generated using fixed coccinelle semantic patch scripts/coccinelle/api/memdup.cocci [1]. [1]: http://permalink.gmane.org/gmane.linux.kernel/2014320 Signed-off-by: Andrzej Hajda a.ha...@samsung.com --- arch/x86/kernel/cpu/microcode/amd.c | 4 +---

Re: [PATCH 07/31] arch/x86/microcode: use kmemdup rather than duplicating its implementation

2015-08-07 Thread Borislav Petkov
On Fri, Aug 07, 2015 at 09:59:13AM +0200, Andrzej Hajda wrote: The patch was generated using fixed coccinelle semantic patch scripts/coccinelle/api/memdup.cocci [1]. [1]: http://permalink.gmane.org/gmane.linux.kernel/2014320 I dropped this footnote from the commit message as it seems that