Merge tag 'x86-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 May 2024 21:40:09 +0000 (14:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 May 2024 21:40:09 +0000 (14:40 -0700)
commit3a390f24b77328395cb7dfe05739889aff6897a6
tree34a66647cb66046728e760be585bc4540ce18ac1
parent56676c4c06f19215fbf8b8813c73d63c986270f8
parent93022482b2948a9a7e9b5a2bb685f2e1cb4c3348
Merge tag 'x86-urgent-2024-05-25' of git://git./linux/kernel/git/tip/tip

Pull x86 fixes from Ingo Molnar:

 - 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

* tag 'x86-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL
  crypto: x86/aes-xts - switch to new Intel CPU model defines
  x86/topology: Handle bogus ACPI tables correctly
  x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y