[PATCH v2 0/2] Add Kconfig option to remove microcode loading support

Alejandro Vallejo posted 2 patches 3 weeks, 6 days ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20260112150259.74535-1-alejandro.garciavallejo@amd.com
There is a newer version of this series
automation/gitlab-ci/build.yaml    |  2 +-
docs/misc/efi.pandoc               |  2 ++
docs/misc/xen-command-line.pandoc  |  4 ++--
xen/arch/x86/Kconfig               | 14 +++++++++++++-
xen/arch/x86/cpu/microcode/amd.c   | 28 ++++++++++++++++------------
xen/arch/x86/cpu/microcode/core.c  | 25 ++++++++++++++++++-------
xen/arch/x86/cpu/microcode/intel.c | 16 +++++++++-------
xen/arch/x86/efi/efi-boot.h        |  3 ++-
xen/arch/x86/platform_hypercall.c  |  2 ++
xen/common/Makefile                |  3 ++-
10 files changed, 67 insertions(+), 32 deletions(-)
[PATCH v2 0/2] Add Kconfig option to remove microcode loading support
Posted by Alejandro Vallejo 3 weeks, 6 days ago
Hi,

This is v2 of the series I sent back in November, now condensed in a single
patch with heavier use of DCE, and with earlycpio removed too. 

While doing this I spotted a typo, thus the new patch1. Patch 2 has all the
meat, fat and bone of the old series at a fraction of the diffstat.

v1: https://lore.kernel.org/xen-devel/20251112162219.226075-1-alejandro.garciavallejo@amd.com/
pipeline (still running at time of send):
    https://gitlab.com/xen-project/people/agvallejo/xen/-/pipelines/2258163170

Cheers,
Alejandro

Alejandro Vallejo (2):
  x86/ucode: Fix typo s/mitigiated/mitigated/
  x86/ucode: Add Kconfig option to remove microcode loading

 automation/gitlab-ci/build.yaml    |  2 +-
 docs/misc/efi.pandoc               |  2 ++
 docs/misc/xen-command-line.pandoc  |  4 ++--
 xen/arch/x86/Kconfig               | 14 +++++++++++++-
 xen/arch/x86/cpu/microcode/amd.c   | 28 ++++++++++++++++------------
 xen/arch/x86/cpu/microcode/core.c  | 25 ++++++++++++++++++-------
 xen/arch/x86/cpu/microcode/intel.c | 16 +++++++++-------
 xen/arch/x86/efi/efi-boot.h        |  3 ++-
 xen/arch/x86/platform_hypercall.c  |  2 ++
 xen/common/Makefile                |  3 ++-
 10 files changed, 67 insertions(+), 32 deletions(-)


base-commit: a2a34d76643e49ccc949296c9a45888034e50b55
-- 
2.43.0