From: Ard Biesheuvel <ardb@xxxxxxxxxx> Hello Linus, Please pull the EFI fix below. It fixes an oversight on my part in the recent EFI stub rework for x86, which is needed to get Linux/x86 distro builds signed again for secure boot by MicroSoft. For this reason, most of this work is being backported to v6.1, which is therefore also affected by this regression. Thanks, Ard. The following changes since commit 021bc4b9d7ed8dcc90dc288e59f120fa6e3087dc: virt: efi_secret: Convert to platform remove callback returning void (2024-03-09 11:37:18 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v6.9-1 for you to fetch changes up to b3810c5a2cc4a6665f7a65bed5393c75ce3f3aa2: x86/efistub: Clear decompressor BSS in native EFI entrypoint (2024-03-15 19:47:09 +0100) ---------------------------------------------------------------- EFI fixes for v6.9 #1 - Explicitly wipe BSS in the native EFI entrypoint, so that globals shared with the legacy decompressor are zero-initialized correctly. ---------------------------------------------------------------- Ard Biesheuvel (1): x86/efistub: Clear decompressor BSS in native EFI entrypoint drivers/firmware/efi/libstub/x86-stub.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)