mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Making microcode loading more robust
@ 2022-08-16  4:37 Ashok Raj
  2022-08-16  4:37 ` [PATCH v2 1/4] x86/microcode/intel: Check against CPU signature before saving microcode Ashok Raj
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Ashok Raj @ 2022-08-16  4:37 UTC (permalink / raw)
  To: Borislav Petkov, Thomas Gleixner
  Cc: LKML Mailing List, Andy Lutomirski, Andrew Cooper, Ashok Raj,
	Dave Hansen, Tony Luck

Hi Boris,

Here is an update that handles siblings in NMI loop.

Changes since v1:
Patch 1,2,3: No Change.
Patch 4: 
- Move from lazy NMI handling to sending siblings in NMI early. This makes
  things more robust, since there might be something we could trip over
  before the handler is called that might be patched by the update.
  [ Suggested by Andy Cooper ]

TBD: Handle DR7, temporarily disable until the update is done
   [ Suggested by Andy Lutomirsky ]


Ashok Raj (4):
  x86/microcode/intel: Check against CPU signature before saving
    microcode
  x86/microcode/intel: Allow a late-load only if a min rev is specified
  x86/microcode: Avoid any chance of MCE's during microcode update
  x86/microcode: Place siblings in NMI loop while update in progress

 arch/x86/include/asm/mce.h             |   4 +
 arch/x86/include/asm/microcode_intel.h |   4 +-
 arch/x86/kernel/cpu/mce/core.c         |   9 ++
 arch/x86/kernel/cpu/microcode/core.c   | 202 ++++++++++++++++++++++++-
 arch/x86/kernel/cpu/microcode/intel.c  |  34 ++++-
 5 files changed, 242 insertions(+), 11 deletions(-)

-- 
2.32.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-08-23 18:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16  4:37 [PATCH v2 0/4] Making microcode loading more robust Ashok Raj
2022-08-16  4:37 ` [PATCH v2 1/4] x86/microcode/intel: Check against CPU signature before saving microcode Ashok Raj
2022-08-16  4:37 ` [PATCH v2 2/4] x86/microcode/intel: Allow a late-load only if a min rev is specified Ashok Raj
2022-08-16  4:37 ` [PATCH v2 3/4] x86/microcode: Avoid any chance of MCE's during microcode update Ashok Raj
2022-08-16  4:37 ` [PATCH v2 4/4] x86/microcode: Handle NMI's " Ashok Raj
2022-08-16  4:37 ` [PATCH v2 4/4] x86/microcode: Place siblings in NMI loop while update in progress Ashok Raj
2022-08-23 16:11   ` Dave Hansen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®