[GIT PULL] x86/boot changes for v7.3
From: Ingo Molnar
Date: Mon Aug 17 2026 - 06:20: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-2026-08-17
for you to fetch changes up to 2082fec6d4c65b4031dc82daa10cc9a5d35654c9:
x86/boot changes for v7.3:
- Misc simplifications and cleanups (Thorsten Blum)
Thanks,
Ingo
------------------>
Thorsten Blum (3):
x86/purgatory: Return bool from verify_sha256_digest()
x86/boot: Use IS_ENABLED() to simplify built-in-or-module checks
x86/boot: Use bool and IS_ENABLED() to simplify query_edd()
arch/x86/boot/edd.c | 20 ++++++++------------
arch/x86/boot/main.c | 10 ++++------
arch/x86/kernel/setup.c | 5 ++---
arch/x86/purgatory/purgatory.c | 14 ++++----------
4 files changed, 18 insertions(+), 31 deletions(-)