xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-4.21 0/5] x86/ucode: Support loading latest ucode from linux-firwmare
@ 2025-10-27 22:16 Andrew Cooper
  2025-10-27 22:16 ` [PATCH v2 1/5] x86/ucode: Abort parallel load early on any control thread error Andrew Cooper
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Andrew Cooper @ 2025-10-27 22:16 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Jan Beulich, Roger Pau Monné,
	Oleksii Kurochko

linux-firmware now contains microcode signed with the new signature scheme.
Xen currently refuses to load these as we've not updated the digest list.

The plan was always to stop using the digest list in due course, which is what
this series does.  A fix for the RDSEED vulnerability is imminent, and it's
critical that Xen can load this microcode.

As such, this is intended for backport to all trees including security trees,
and therefore really does need to get into Xen 4.21

Andrew Cooper (5):
  x86/ucode: Abort parallel load early on any control thread error
  x86/ucode: Refine TLB flush fix for AMD Fam17h CPUs
  x86/ucode: Cross check the minimum revision
  x86/ucode: Refine the boundary checks for Entrysign
  x86/ucode: Relax digest check when Entrysign is fixed in firmware

 docs/misc/xen-command-line.pandoc    |   7 +-
 xen/arch/x86/cpu/microcode/amd.c     | 158 +++++++++++++++++++++++++--
 xen/arch/x86/cpu/microcode/core.c    |   6 +-
 xen/arch/x86/cpu/microcode/private.h |   2 +
 xen/arch/x86/flushtlb.c              |   3 +-
 xen/arch/x86/include/asm/flushtlb.h  |   5 +
 6 files changed, 165 insertions(+), 16 deletions(-)

-- 
2.39.5



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

end of thread, other threads:[~2025-10-28 14:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-27 22:16 [PATCH for-4.21 0/5] x86/ucode: Support loading latest ucode from linux-firwmare Andrew Cooper
2025-10-27 22:16 ` [PATCH v2 1/5] x86/ucode: Abort parallel load early on any control thread error Andrew Cooper
2025-10-27 22:16 ` [PATCH v2 2/5] x86/ucode: Refine TLB flush fix for AMD Fam17h CPUs Andrew Cooper
2025-10-27 22:17 ` [PATCH v2 3/5] x86/ucode: Cross check the minimum revision Andrew Cooper
2025-10-27 22:17 ` [PATCH v2 4/5] x86/ucode: Refine the boundary checks for Entrysign Andrew Cooper
2025-10-28  9:32   ` Jan Beulich
2025-10-28 10:34     ` Andrew Cooper
2025-10-27 22:17 ` [PATCH v2 5/5] x86/ucode: Relax digest check when Entrysign is fixed in firmware Andrew Cooper
2025-10-28  9:47   ` Jan Beulich
2025-10-28 11:31     ` Andrew Cooper
2025-10-28 13:29       ` Jan Beulich
2025-10-28 14:48 ` [PATCH for-4.21 0/5] x86/ucode: Support loading latest ucode from linux-firwmare Oleksii Kurochko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).