[GIT PULL] x86 fixes

From: Ingo Molnar
Date: Sat May 25 2024 - 06:39:44 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-2024-05-25

# HEAD: 93022482b2948a9a7e9b5a2bb685f2e1cb4c3348 x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL

Miscellaneous fixes:

- Fix regressions of the new x86 CPU VFM (vendor/family/model)
enumeration/matching code

- Fix crash kernel detection on buggy firmware with
non-compliant ACPI MADT tables

- Address Kconfig warning

Thanks,

Ingo

------------------>
Masahiro Yamada (1):
x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y

Thomas Gleixner (1):
x86/topology: Handle bogus ACPI tables correctly

Tony Luck (2):
crypto: x86/aes-xts - switch to new Intel CPU model defines
x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL


arch/x86/Kconfig.debug | 5 +---
arch/x86/crypto/aesni-intel_glue.c | 16 +++++------
arch/x86/include/asm/cpu_device_id.h | 5 ++++
arch/x86/kernel/cpu/match.c | 4 +--
arch/x86/kernel/cpu/topology.c | 55 +++++++++++++++++++++++++++++++++---
include/linux/mod_devicetable.h | 2 ++
6 files changed, 68 insertions(+), 19 deletions(-)