Subject: [RFC PATCH 00/28] x86: Rely on toolchain for relocatable code From: Ard Biesheuvel To: linux-kernel@vger.kernel.org Cc: Ard Biesheuvel , x86@kernel.org, "H. Peter Anvin" , Andy Lutomirski , Peter Zijlstra , Uros Bizjak , Dennis Zhou , Tejun Heo , Christoph Lameter , Mathieu Desnoyers , Paolo Bonzini , Vitaly Kuznetsov , Juergen Gross , Boris Ostrovsky , Greg Kroah-Hartman , Arnd Bergmann , Masahiro Yamada , Kees Cook , Nathan Chancellor , Keith Packard , Justin Stitt , Josh Poimboeuf , Arnaldo Carvalho de Melo , Namhyung Kim , Jiri Olsa , Ian Rogers , Adrian Hunter , Kan Liang , linux-doc@vger.kernel.org, linux-pm@vger.kernel.org, kvm@vger.kernel.org, xen-devel@lists.xenproject.org, linux-efi@vger.kernel.org, linux-arch@vger.kernel.org, linux-sparse@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-perf-users@vger.kernel.org, rust-for-linux@vger.kernel.org, llvm@lists.linux.dev Date: Wed, 25 Sep 2024 17:01:00 +0200 . Subject: [GIT PULL] EFI updates for v6.12 From: Ard Biesheuvel To: torvalds@linux-foundation.org Cc: linux-efi@vger.kernel.org, Ard Biesheuvel Date: Thu, 26 Sep 2024 17:42:07 +0200 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(-) .