From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
the arch/x86 maintainers <x86@kernel.org>,
David Woodhouse <dwmw2@infradead.org>,
Ard Biesheuvel <ardb@kernel.org>,
Peter Zijlstra <peterz@infradead.org>,
"H. Peter Anvin" <hpa@zytor.com>
Subject: [GIT PULL] x86/boot updates for v6.17
Date: Tue, 29 Jul 2025 08:58:47 +0200 [thread overview]
Message-ID: <aIhxJ5-wj2mbJBvm@gmail.com> (raw)
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
next reply other threads:[~2025-07-29 6:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-29 6:58 Ingo Molnar [this message]
2025-07-30 3:39 ` [GIT PULL] x86/boot updates for v6.17 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aIhxJ5-wj2mbJBvm@gmail.com \
--to=mingo@kernel.org \
--cc=ardb@kernel.org \
--cc=dwmw2@infradead.org \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=peterz@infradead.org \
--cc=torvalds@linux-foundation.org \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.