mbox series

[GIT,PULL] EFI fixes for v6.9 #1

Message ID 20240317135804.4092430-2-ardb+git@google.com
State New
Headers show
Series [GIT,PULL] EFI fixes for v6.9 #1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v6.9-1

Message

Ard Biesheuvel March 17, 2024, 1:58 p.m. UTC
From: Ard Biesheuvel <ardb@kernel.org>

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(-)

Comments

pr-tracker-bot@kernel.org March 17, 2024, 7:34 p.m. UTC | #1
The pull request you sent on Sun, 17 Mar 2024 14:58:05 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v6.9-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/906a93befec826475ab3d4facacc57a0b0a002a5

Thank you!