]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'x86-urgent-2025-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 Mar 2025 20:14:56 +0000 (10:14 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 Mar 2025 20:14:56 +0000 (10:14 -1000)
commit4d872d51bc9d7b899c1f61534e3dbde72613f627
tree5ed4a067f95806ae32629a012dcf1051ed268790
parent80e54e84911a923c40d7bee33a34c1b4be148d7a
parente3e89178a9f4a80092578af3ff3c8478f9187d59
Merge tag 'x86-urgent-2025-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fixes from Ingo Molnar:

 - Fix out-of-bounds access on CPU-less AMD NUMA systems by the
   microcode code

 - Make the kernel SGX CPU init code less passive-aggressive about
   non-working SGX features, instead of silently keeping the driver
   disabled, this is something people are running into. This doesn't
   affect functionality, it's a sysadmin QoL fix

* tag 'x86-urgent-2025-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes
  x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabled