The following changes since commit 9e9888a0fe97b9501a40f717225d2bef7100a2c1: efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP table (2021-03-07 09:31:02 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v5.12-rc3 for you to fetch changes up to fb98cc0b3af2ba4d87301dff2b381b12eee35d7d: efi: use 32-bit alignment for efi_guid_t literals (2021-03-19 07:44:28 +0100) Cc: Ingo Molnar <mingo@xxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Borislav Petkov <bp@xxxxxxxxx> ---------------------------------------------------------------- Another couple of EFI fixes for v5.12-rc: - anothing missing RT_PROP table related fix, to ensure that the efivarfs pseudo filesystem fails gracefully if variable services are unsupported - use the correct alignment for literal EFI GUIDs - fix a use after unmap issue in the memreserve code ---------------------------------------------------------------- Ard Biesheuvel (1): efi: use 32-bit alignment for efi_guid_t literals Lv Yunlong (1): firmware/efi: Fix a use after bug in efi_mem_reserve_persistent Shawn Guo (1): efivars: respect EFI_UNSUPPORTED return from firmware drivers/firmware/efi/efi.c | 3 ++- drivers/firmware/efi/vars.c | 4 ++++ include/linux/efi.h | 6 ++++-- 3 files changed, 10 insertions(+), 3 deletions(-)