[GIT PULL] x86/cpu changes for v4.21

From: Ingo Molnar
Date: Mon Dec 24 2018 - 18:04:03 EST


Linus,

Please pull the latest x86-cpu-for-linus git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cpu-for-linus

# HEAD: aa02ef099cff042c2a9109782ec2bf1bffc955d4 x86/topology: Use total_cpus for max logical packages calculation

Misc changes:

- Fix nr_cpus= boot option interaction bug with logical package
management

- Clean up UMIP detection messages

- Add WBNOINVD instruction detection

- Remove the unused get_scattered_cpuid_leaf() function.

Thanks,

Ingo

------------------>
Borislav Petkov (1):
x86/umip: Print UMIP line only once

Hui Wang (1):
x86/topology: Use total_cpus for max logical packages calculation

Janakarajan Natarajan (1):
x86/cpufeatures: Add WBNOINVD feature definition

Lendacky, Thomas (1):
x86/umip: Make the UMIP activated message generic

Sean Christopherson (1):
x86/cpufeatures: Remove get_scattered_cpuid_leaf()


arch/x86/include/asm/cpufeatures.h | 1 +
arch/x86/kernel/cpu/common.c | 2 +-
arch/x86/kernel/cpu/cpu.h | 3 ---
arch/x86/kernel/cpu/scattered.c | 24 ------------------------
arch/x86/kernel/smpboot.c | 2 +-
5 files changed, 3 insertions(+), 29 deletions(-)