[GIT PULL] x86/boot updates for v6.17
From: Ingo Molnar
Date: Tue Jul 29 2025 - 02:59:27 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-2025-07-29
# HEAD: 61b57d35396a4b4bcca9944644b24fc6015976b5 x86/efi: Implement support for embedding SBAT data for x86
x86/boot changes for v6.17:
- Implement support for embedding EFI SBAT data (Secure Boot
Advanced Targeting: a secure boot image revocation facility)
on x86. (Vitaly Kuznetsov)
- Move the efi_enter_virtual_mode() initialization call
from the generic init code to x86 init code.
(Alexander Shishkin)
Thanks,
Ingo
------------------>
Alexander Shishkin (1):
x86/efi: Move runtime service initialization to arch/x86
Vitaly Kuznetsov (1):
x86/efi: Implement support for embedding SBAT data for x86
arch/x86/boot/Makefile | 2 +-
arch/x86/boot/compressed/Makefile | 5 +++++
arch/x86/boot/compressed/sbat.S | 7 +++++++
arch/x86/boot/compressed/vmlinux.lds.S | 8 ++++++++
arch/x86/boot/header.S | 31 ++++++++++++++++++++++---------
arch/x86/kernel/cpu/common.c | 7 +++++++
drivers/firmware/efi/Kconfig | 2 +-
init/main.c | 5 -----
8 files changed, 51 insertions(+), 16 deletions(-)
create mode 100644 arch/x86/boot/compressed/sbat.S