Date: Thu, 26 Sep 2024 17:42:07 +0200 From: Ard Biesheuvel To: torvalds@linux-foundation.org Cc: linux-efi@vger.kernel.org, Ard Biesheuvel Subject: [GIT PULL] EFI updates for v6.12 From: Ard Biesheuvel Hi Linus, Not a lot happening in EFI land this cycle. Please pull, Ard. The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v6.12 for you to fetch changes up to 04736f7d1945722117def1462fd3602c72c02272: efi: Remove redundant null pointer checks in efi_debugfs_init() (2024-09-13 16:25:43 +0200) ---------------------------------------------------------------- EFI updates for v6.12 - Prevent kexec from crashing on a corrupted TPM log by using a memory type that is reserved by default - Log correctable errors reported via CPER - A couple of cosmetic fixes ---------------------------------------------------------------- Ard Biesheuvel (1): efistub/tpm: Use ACPI reclaim memory for event log to avoid corruption Li Zetao (1): efi: Remove redundant null pointer checks in efi_debugfs_init() Yazen Ghannam (1): efi/cper: Print correctable AER information Yue Haibing (1): efi: Remove unused declaration efi_initialize_iomem_resources() drivers/firmware/efi/cper.c | 11 ++++++++--- drivers/firmware/efi/efi.c | 2 +- drivers/firmware/efi/libstub/tpm.c | 2 +- include/linux/efi.h | 2 -- 4 files changed, 10 insertions(+), 7 deletions(-) .