The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3: Linux 5.14-rc1 (2021-07-11 15:07:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v5.14-rc2 for you to fetch changes up to 47e1e233e9d822dfda068383fb9a616451bda703: efi/mokvar: Reserve the table only if it is in boot services data (2021-07-20 09:28:09 +0200) Cc: Ingo Molnar <mingo@xxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Borislav Petkov <bp@xxxxxxxxx> ---------------------------------------------------------------- EFI fixes for v5.14-rc2: - Ensure that memblock reservations and IO reserved resources remain in sync when using the EFI memreserve feature. - Don't complain about invalid TPM final event log table if it is missing altogether. - Comment header fix for the stub. - Avoid a spurious warning when attempting to reserve firmware memory that is already reserved in the first place. ---------------------------------------------------------------- Atish Patra (1): efi/libstub: Fix the efi_load_initrd function description Borislav Petkov (1): efi/mokvar: Reserve the table only if it is in boot services data Marc Zyngier (1): firmware/efi: Tell memblock about EFI iomem reservations Michal Suchanek (1): efi/tpm: Differentiate missing and invalid final event log table. drivers/firmware/efi/efi.c | 13 ++++++++++++- drivers/firmware/efi/libstub/efi-stub-helper.c | 4 ++-- drivers/firmware/efi/mokvar-table.c | 5 ++++- drivers/firmware/efi/tpm.c | 8 +++++--- 4 files changed, 23 insertions(+), 7 deletions(-)