From: Ard Biesheuvel <ardb@kernel.org>
To: torvalds@linux-foundation.org
Cc: linux-efi@vger.kernel.org, Ard Biesheuvel <ardb@kernel.org>
Subject: [GIT PULL] EFI updates for v6.4
Date: Fri, 28 Apr 2023 22:17:41 +0200 [thread overview]
Message-ID: <20230428201741.2580061-1-ardb@kernel.org> (raw)
Hello Linus,
Not a lot going on this time - details in the tag. Please pull.
--
Ard.
The following changes since commit 197b6b60ae7bc51dd0814953c562833143b292aa:
Linux 6.3-rc4 (2023-03-26 14:40:20 -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.4
for you to fetch changes up to 026b85796ab4d52af56f8a1c60d2613983ecd845:
efi/zboot: arm64: Grab code size from ELF symbol in payload (2023-04-26 23:06:48 +0200)
----------------------------------------------------------------
EFI updates for v6.4:
- relocate the LoongArch kernel if the preferred address is already
occupied;
- implement BTI annotations for arm64 EFI stub and zboot images;
- clean up arm64 zboot Kbuild rules for injecting the kernel code size.
----------------------------------------------------------------
Ard Biesheuvel (6):
efi/pe: Import new BTI/IBT header flags from the spec
arm64: efi: Enable BTI codegen and add PE/COFF annotation
efi/zboot: Add BSS padding before compression
efi/zboot: Set forward edge CFI compat header flag if supported
efi/zboot: arm64: Inject kernel code size symbol into the zboot payload
efi/zboot: arm64: Grab code size from ELF symbol in payload
Huacai Chen (1):
efi/loongarch: Reintroduce efi_relocate_kernel() to relocate kernel
arch/arm64/boot/Makefile | 4 ++
arch/arm64/kernel/efi-header.S | 71 ++++++++++++++++-----------
arch/arm64/kernel/image-vars.h | 4 ++
drivers/firmware/efi/libstub/Makefile | 3 +-
drivers/firmware/efi/libstub/Makefile.zboot | 43 ++++++++++------
drivers/firmware/efi/libstub/arm64.c | 19 ++++---
drivers/firmware/efi/libstub/efistub.h | 3 +-
drivers/firmware/efi/libstub/loongarch-stub.c | 24 +++------
drivers/firmware/efi/libstub/zboot-header.S | 51 ++++++++++++-------
drivers/firmware/efi/libstub/zboot.c | 13 ++---
drivers/firmware/efi/libstub/zboot.lds | 7 +++
include/linux/pe.h | 4 ++
12 files changed, 149 insertions(+), 97 deletions(-)
next reply other threads:[~2023-04-28 20:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-28 20:17 Ard Biesheuvel [this message]
2023-04-30 0:52 ` [GIT PULL] EFI updates for v6.4 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230428201741.2580061-1-ardb@kernel.org \
--to=ardb@kernel.org \
--cc=linux-efi@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.