mbox series

[GIT,PULL] EFI fix for v6.7 #3

Message ID 20240103141120.1646106-2-ardb+git@google.com
State New
Headers show
Series [GIT,PULL] EFI fix for v6.7 #3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v6.7-3

Message

Ard Biesheuvel Jan. 3, 2024, 2:11 p.m. UTC
From: Ard Biesheuvel <ardb@kernel.org>

Hello Linus,

Please pull this final EFI fix for v6.7, which addresses another minor issue
caused by the EFI stub overhaul in v6.6.


The following changes since commit 50d7cdf7a9b1ab6f4f74a69c84e974d5dc0c1bf1:

  efi/x86: Avoid physical KASLR on older Dell systems (2023-12-11 17:57:42 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v6.7-3

for you to fetch changes up to 01638431c465741e071ab34acf3bef3c2570f878:

  efi/x86: Fix the missing KASLR_FLAG bit in boot_params->hdr.loadflags (2024-01-02 16:51:28 +0100)

----------------------------------------------------------------
EFI fix for v6.7 #3

- Ensure that the KASLR load flag is set in boot_params when loading the
  kernel randomized directly from the EFI stub

----------------------------------------------------------------
Yuntao Wang (1):
      efi/x86: Fix the missing KASLR_FLAG bit in boot_params->hdr.loadflags

 drivers/firmware/efi/libstub/x86-stub.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

pr-tracker-bot@kernel.org Jan. 3, 2024, 10:19 p.m. UTC | #1
The pull request you sent on Wed,  3 Jan 2024 15:11:21 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v6.7-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/94a502eb59775e13c9089de38c601f9f85b25750

Thank you!