[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZlG_4Xvh7ssQrUYL@gmail.com>
Date: Sat, 25 May 2024 12:39:29 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
Borislav Petkov <bp@...en8.de>,
Dave Hansen <dave.hansen@...ux.intel.com>,
Peter Zijlstra <peterz@...radead.org>,
Andrew Morton <akpm@...ux-foundation.org>,
"H. Peter Anvin" <hpa@...or.com>, x86@...nel.org
Subject: [GIT PULL] x86 fixes
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(-)
Powered by blists - more mailing lists