mbox series

[v2,0/3] x86/ucode: Simplify/fix loading paths further

Message ID 20241112211915.1473121-1-andrew.cooper3@citrix.com (mailing list archive)
Headers show
Series x86/ucode: Simplify/fix loading paths further | expand

Message

Andrew Cooper Nov. 12, 2024, 9:19 p.m. UTC
Remains of the previous patches, posted as a single series.

Andrew Cooper (3):
  x86/ucode: Remove the collect_cpu_info() call from parse_blob()
  x86/ucode: Fix cache handling in microcode_update_helper()
  x86/ucode: Drop MIS_UCODE and microcode_match_result

 xen/arch/x86/cpu/microcode/amd.c     | 10 ++--
 xen/arch/x86/cpu/microcode/core.c    | 69 ++++++++++------------------
 xen/arch/x86/cpu/microcode/intel.c   |  9 ++--
 xen/arch/x86/cpu/microcode/private.h | 21 ++++-----
 4 files changed, 42 insertions(+), 67 deletions(-)