* Ard Biesheuvel <ardb@xxxxxxxxxx> wrote: > 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. > 4 files changed, 23 insertions(+), 7 deletions(-) Pulled into tip:efi/urgent, thanks a lot Ard! Ingo