mbox series

[GIT,PULL] EFI updates for v6.12

Message ID 20240926154206.1041064-2-ardb+git@google.com
State New
Headers show
Series [GIT,PULL] EFI updates for v6.12 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v6.12

Message

Ard Biesheuvel Sept. 26, 2024, 3:42 p.m. UTC
From: Ard Biesheuvel <ardb@kernel.org>

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(-)

Comments

pr-tracker-bot@kernel.org Sept. 26, 2024, 7:09 p.m. UTC | #1
The pull request you sent on Thu, 26 Sep 2024 17:42:07 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v6.12

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1abcb8c9934cc3bd51f1bdc8916fa749b2e82cab

Thank you!