2024-02-13 21:08:53

by Thomas Gleixner

[permalink] [raw]
Subject: [patch V3 00/22] x86/topology: More cleanups and preparatory work

This is a follow up to V2 of this work:

https://lore.kernel.org/all/[email protected]

It's mostly mopping up technical debt and preparing for the actual APIC ID
management rework, which is required to handle asymmetric configurations
like P/E systems correctly.

Changes vs. the original series:

- Rebase to topo-cpuid-v6

- Address review feedback (Sohil)

It applies on top of:

git://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel.git topo-cpuid-v6

and is available from git:

git://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel.git topo-cleanup-v3

Thanks,

tglx