Re: [PATCH 2/3] x86/microcode: Fix the ancient deprecated microcode loading method

2019-04-05 Thread Thomas Gleixner
On Fri, 5 Apr 2019, Borislav Petkov wrote: > From: Borislav Petkov > > The commit in Fixes: added the new define UCODE_NEW to denote that an That reads odd. What's wrong with: Commit 2613f36ed965 added or A recent commit added mm? > update should happen only when newer microcode (than

[PATCH 2/3] x86/microcode: Fix the ancient deprecated microcode loading method

2019-04-05 Thread Borislav Petkov
From: Borislav Petkov The commit in Fixes: added the new define UCODE_NEW to denote that an update should happen only when newer microcode (than installed on the system) has been found. But it missed adjusting that for the old /dev/cpu/microcode loading interface. Fix it. Fixes: 2613f36ed965 ("