[GIT PULL] x86 fix
From: Ingo Molnar
Date: Sun May 11 2025 - 03:54:10 EST
Linus,
Please pull the latest x86/urgent Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-urgent-2025-05-11
# HEAD: 5214a9f6c0f56644acb9d2cbb58facf1856d322b x86/microcode: Consolidate the loader enablement checking
Fix a boot regression on very old x86 CPUs without CPUID support.
Thanks,
Ingo
------------------>
Borislav Petkov (AMD) (1):
x86/microcode: Consolidate the loader enablement checking
arch/x86/include/asm/microcode.h | 2 ++
arch/x86/kernel/cpu/microcode/amd.c | 6 ++--
arch/x86/kernel/cpu/microcode/core.c | 58 +++++++++++++++++++-------------
arch/x86/kernel/cpu/microcode/intel.c | 2 +-
arch/x86/kernel/cpu/microcode/internal.h | 1 -
arch/x86/kernel/head32.c | 4 ---
6 files changed, 41 insertions(+), 32 deletions(-)