The following changes since commit 9cb636b5f6a8cc6d1b50809ec8f8d33ae0c84c95: efi: capsule-loader: Fix use-after-free in efi_capsule_write (2022-09-07 18:23:56 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v6.0-2 for you to fetch changes up to 5f56a74cc0a6d9b9f8ba89cea29cd7c4774cb2b1: efi: libstub: check Shim mode using MokSBStateRT (2022-09-22 10:15:44 +0200) ---------------------------------------------------------------- EFI fixes (take #2) - Use the right variable to check for shim insecure mode - Wipe setup_data field when booting via EFI - Add missing error check to efibc driver ---------------------------------------------------------------- Ard Biesheuvel (2): efi: x86: Wipe setup_data on pure EFI boot efi: libstub: check Shim mode using MokSBStateRT Guilherme G. Piccoli (1): efi: efibc: Guard against allocation failure drivers/firmware/efi/efibc.c | 3 +++ drivers/firmware/efi/libstub/secureboot.c | 8 ++++---- drivers/firmware/efi/libstub/x86-stub.c | 7 +++++++ 3 files changed, 14 insertions(+), 4 deletions(-)