[GIT PULL] x86 fixes

From: Ingo Molnar

Date: Fri Sep 26 2025 - 10:02:46 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-09-26

# HEAD: 2066f00e5b2dc061fb6d8c88fadaebc97f11feaa x86/topology: Implement topology_is_core_online() to address SMT regression

Fix a CPU topology code regression that caused the mishandling
of certain boot command line options, and re-enable CONFIG_PTDUMP
on i386 that was mistakenly turned off in the Kconfig.

Thanks,

Ingo

------------------>
Alexander Popov (1):
x86/Kconfig: Reenable PTDUMP on i386

Thomas Gleixner (1):
x86/topology: Implement topology_is_core_online() to address SMT regression


arch/x86/Kconfig | 2 +-
arch/x86/include/asm/topology.h | 10 ++++++++++
arch/x86/kernel/cpu/topology.c | 13 +++++++++++++
3 files changed, 24 insertions(+), 1 deletion(-)