All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add Kconfig option to remove microcode loading support
@ 2026-01-12 15:02 Alejandro Vallejo
  2026-01-12 15:02 ` [PATCH v2 1/2] x86/ucode: Fix typo s/mitigiated/mitigated/ Alejandro Vallejo
  2026-01-12 15:02 ` [PATCH v2 2/2] x86/ucode: Add Kconfig option to remove microcode loading Alejandro Vallejo
  0 siblings, 2 replies; 13+ messages in thread
From: Alejandro Vallejo @ 2026-01-12 15:02 UTC (permalink / raw)
  To: xen-devel
  Cc: Alejandro Vallejo, Jan Beulich, Andrew Cooper,
	Roger Pau Monné, Doug Goldstein, Stefano Stabellini,
	Anthony PERARD, Michal Orzel, Julien Grall, Daniel P. Smith,
	Marek Marczykowski-Górecki

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



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

end of thread, other threads:[~2026-01-13 10:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-12 15:02 [PATCH v2 0/2] Add Kconfig option to remove microcode loading support Alejandro Vallejo
2026-01-12 15:02 ` [PATCH v2 1/2] x86/ucode: Fix typo s/mitigiated/mitigated/ Alejandro Vallejo
2026-01-12 15:44   ` Andrew Cooper
2026-01-12 15:02 ` [PATCH v2 2/2] x86/ucode: Add Kconfig option to remove microcode loading Alejandro Vallejo
2026-01-12 17:15   ` Andrew Cooper
2026-01-12 18:47     ` Alejandro Vallejo
2026-01-12 19:12       ` Alejandro Vallejo
2026-01-12 19:51         ` Andrew Cooper
2026-01-12 19:47       ` Andrew Cooper
2026-01-13 10:43         ` Alejandro Vallejo
2026-01-13  8:58     ` Jan Beulich
2026-01-13 10:45       ` Alejandro Vallejo
2026-01-13 10:49         ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.