[GIT PULL] x86 fixes
From: Ingo Molnar
Date: Fri Feb 28 2025 - 14:25:31 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-02-28
# HEAD: 0f6750b15ffdf274668b12824b09bd49ea854e18 x86/entry: Fix kernel-doc warning
Miscellaneous x86 fixes:
- Fix conflicts between devicetree and ACPI SMP discovery & setup
- Fix a warm-boot lockup on AMD SC1100 SoC systems
- Fix a W=1 build warning related to x86 IRQ trace event setup
- Fix a kernel-doc warning
Thanks,
Ingo
------------------>
Arnd Bergmann (1):
x86/irq: Define trace events conditionally
Daniel Sneddon (1):
x86/entry: Fix kernel-doc warning
Dmytro Maluka (1):
x86/of: Don't use DTB for SMP setup if ACPI is enabled
Russell Senior (1):
x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems
arch/x86/entry/common.c | 1 +
arch/x86/kernel/cpu/cyrix.c | 4 ++--
arch/x86/kernel/devicetree.c | 3 ++-
arch/x86/kernel/irq.c | 2 ++
4 files changed, 7 insertions(+), 3 deletions(-)