[PATCH 0/3] x86/ucode: Parallel loading fixes

Andrew Cooper posted 3 patches 1 day, 2 hours ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20251117222120.473451-1-andrew.cooper3@citrix.com
xen/arch/x86/cpu/microcode/core.c | 37 +++++++++++++++----------------
1 file changed, 18 insertions(+), 19 deletions(-)
[PATCH 0/3] x86/ucode: Parallel loading fixes
Posted by Andrew Cooper 1 day, 2 hours ago
At least patch 1 wants backporting.  Commit e0bb712a28a9 ("x86/ucode: Abort
parallel load early on any control thread error") made the problem easier to
hit, but the bug has been present since the introduction of parallel loading.

Another potential fix would be to have stop_machine_run()'s error value filled
in using cmpxchg.

Andrew Cooper (3):
  x86/ucode: Fix error handling during parallel ucode load
  x86/ucode: Drop structurally unreachable ASSERT()s
  x86/ucode: Create a real type for loading_state

 xen/arch/x86/cpu/microcode/core.c | 37 +++++++++++++++----------------
 1 file changed, 18 insertions(+), 19 deletions(-)

-- 
2.39.5