[patch 0/4] x86/topology: Cure fallout

From: Thomas Gleixner
Date: Fri Mar 22 2024 - 14:56:49 EST


Guenter reported a crash on UP which was caused by the per CPU rework and
this unearthed a few other issues in the new topology evaluation code:

https://lore.kernel.org/all/e20d88d0-5fb9-4307-be67-88b04ae9a188@xxxxxxxxxxxx/

The following series addresses it. It is based on Linus tree and also
available from git:

git://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel.git x86/core

Thanks,

tglx
---
arch/x86/kernel/cpu/common.c | 9 +++++++++
arch/x86/kernel/cpu/topology.c | 11 +++++++++++
arch/x86/kernel/cpu/topology_common.c | 12 +++++++-----
arch/x86/kernel/mpparse.c | 10 +++++-----
arch/x86/kernel/setup.c | 10 ----------
arch/x86/kernel/smpboot.c | 32 +++++---------------------------
6 files changed, 37 insertions(+), 47 deletions(-)