* Ard Biesheuvel <ardb@xxxxxxxxxx> wrote: > 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 Pulled, thanks a lot Ard! Ingo