Merge tag 'efi-fixes-for-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 17 Mar 2024 19:26:04 +0000 (12:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 17 Mar 2024 19:26:04 +0000 (12:26 -0700)
commit906a93befec826475ab3d4facacc57a0b0a002a5
treed5b963f1c7a691f64dcd399832b27db1f207ff8f
parent8048ba24e1e678c595ceec76fed7c0c14f9cab1e
parentb3810c5a2cc4a6665f7a65bed5393c75ce3f3aa2
Merge tag 'efi-fixes-for-v6.9-1' of git://git./linux/kernel/git/efi/efi

Pull EFI fix from Ard Biesheuvel:
 "This 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.

   - Explicitly wipe BSS in the native EFI entrypoint, so that globals
     shared with the legacy decompressor are zero-initialized correctly"

* tag 'efi-fixes-for-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi:
  x86/efistub: Clear decompressor BSS in native EFI entrypoint
drivers/firmware/efi/libstub/x86-stub.c