Re: [PATCH 1/5] x86, AMD: fix error path in apply_microcode_amd()

2013-07-24 Thread Borislav Petkov
On Tue, Jul 23, 2013 at 10:58:23PM +0200, Torsten Kaiser wrote: > Return -1 (like Intels apply_microcode) when the loading fails, also > do not set the active microcode level on failure. > > Signed-off-by: Torsten Kaiser Acked-by: Borislav Petkov @hpa: this is a fix for a76096a6571d5 which wen

[PATCH 1/5] x86, AMD: fix error path in apply_microcode_amd()

2013-07-23 Thread Torsten Kaiser
Return -1 (like Intels apply_microcode) when the loading fails, also do not set the active microcode level on failure. Signed-off-by: Torsten Kaiser --- a/arch/x86/kernel/microcode_amd.c 2013-07-23 19:42:16.089517717 +0200 +++ b/arch/x86/kernel/microcode_amd.c 2013-07-23 19:43:30.359517091 +