mbox series

[GIT,PULL] EFI fixes for v6.7 #2

Message ID 20231213145121.2935172-2-ardb@google.com
State New
Headers show
Series [GIT,PULL] EFI fixes for v6.7 #2 | expand

Pull-request

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

Message

Ard Biesheuvel Dec. 13, 2023, 2:51 p.m. UTC
From: Ard Biesheuvel <ardb@kernel.org>

Hi Linus,

Please pull the EFI fixes below.

The following changes since commit 01b1e3ca0e5ce47bbae8217d47376ad01b331b07:

  efi/unaccepted: Fix off-by-one when checking for overlapping ranges (2023-11-28 12:49:21 +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-2

for you to fetch changes up to 50d7cdf7a9b1ab6f4f74a69c84e974d5dc0c1bf1:

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

----------------------------------------------------------------
EFI fixes for v6.7 #2

- Deal with a regression in the recently refactored x86 EFI stub code on
  older Dell systems by disabling randomization of the physical load
  address
- Use the correct load address for relocatable Loongarch kernels

----------------------------------------------------------------
Ard Biesheuvel (1):
      efi/x86: Avoid physical KASLR on older Dell systems

Wang Yao (1):
      efi/loongarch: Use load address to calculate kernel entry address

 arch/loongarch/include/asm/efi.h              |  2 +-
 drivers/firmware/efi/libstub/loongarch-stub.c |  4 ++--
 drivers/firmware/efi/libstub/loongarch.c      |  6 +++---
 drivers/firmware/efi/libstub/x86-stub.c       | 31 +++++++++++++++++++++------
 4 files changed, 30 insertions(+), 13 deletions(-)