[GIT PULL] x86/misc for 6.13-rc1
From: Dave Hansen
Date: Tue Nov 19 2024 - 20:18:43 EST
Hi Linus,
Please pull some x86/misc changes for 6.13-rc1. As usual for this
branch, these are super random: a compile fix for some newish LLVM
checks and making sure a Kconfig text reference to "RSB" matches the
normal definition.
--
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_misc_for_6.13-rc1
for you to fetch changes up to 62e724494db7954c47b4417769f1225cf98f4d77:
x86/cpu: Make sure flag_is_changeable_p() is always being used (2024-11-08 09:08:48 -0800)
----------------------------------------------------------------
- Rework some CPU setup code to keep LLVM happy on 32-bit
- Correct RSB terminology in Kconfig text
----------------------------------------------------------------
Andy Shevchenko (1):
x86/cpu: Make sure flag_is_changeable_p() is always being used
Breno Leitao (1):
x86/bugs: Correct RSB terminology in Kconfig
arch/x86/Kconfig | 17 ++++++++---------
arch/x86/include/asm/cpuid.h | 8 +++++---
arch/x86/kernel/cpu/common.c | 39 ++++++++++++++++++---------------------
3 files changed, 31 insertions(+), 33 deletions(-)