[GIT PULL] x86/boot changes for v6.3
From: Ingo Molnar
Date: Mon Feb 20 2023 - 08:10:39 EST
Linus,
Please pull the latest x86/boot git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-boot-2023-02-20
# HEAD: e2869bd7af608c343988429ceb1c2fe99644a01f x86/acpi/boot: Do not register processors that cannot be onlined for x2APIC
Changes in this cycle:
- Robustify/fix calling startup_{32,64}() from the decompressor code,
and removing x86 quirk from scripts/head-object-list.txt as
a result.
- Do not register processors that cannot be onlined for x2APIC
Thanks,
Ingo
------------------>
Alexander Lobakin (2):
x86/boot: Robustify calling startup_{32,64}() from the decompressor code
scripts/head-object-list: Remove x86 from the list
Kishon Vijay Abraham I (1):
x86/acpi/boot: Do not register processors that cannot be onlined for x2APIC
arch/x86/boot/compressed/head_32.S | 2 +-
arch/x86/boot/compressed/head_64.S | 2 +-
arch/x86/boot/compressed/misc.c | 18 +++++++++++-------
arch/x86/kernel/acpi/boot.c | 19 ++++++++++++++++---
scripts/head-object-list.txt | 6 ------
5 files changed, 29 insertions(+), 18 deletions(-)