From: Ard Biesheuvel <ardb@xxxxxxxxxx> Hello Linus, Another small batch of EFI fixes for v6.10 - please pull. The following changes since commit c3f38fa61af77b49866b006939479069cd451173: Linux 6.10-rc2 (2024-06-02 15:44:56 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v6.10-2 for you to fetch changes up to 99280413a5b785f22d91e8a8a66dc38f4a214495: efi: Add missing __nocfi annotations to runtime wrappers (2024-06-05 10:18:58 +0200) ---------------------------------------------------------------- EFI fixes for v6.10 #2 - Ensure that .discard sections are really discarded in the EFI zboot image build - Return proper error numbers from efi-pstore - Add __nocfi annotations to EFI runtime wrappers ---------------------------------------------------------------- Ard Biesheuvel (2): Merge branch 'efi/next' into efi/urgent efi: Add missing __nocfi annotations to runtime wrappers Guilherme G. Piccoli (1): efi: pstore: Return proper errors on UEFI failures Nathan Chancellor (1): efi/libstub: zboot.lds: Discard .discard sections drivers/firmware/efi/efi-pstore.c | 8 ++++---- drivers/firmware/efi/libstub/zboot.lds | 1 + drivers/firmware/efi/runtime-wrappers.c | 13 ++++++------- 3 files changed, 11 insertions(+), 11 deletions(-)