mbox series

[GIT,PULL] EFI fixes for v6.9 #3

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v6.9-3

Message

Ard Biesheuvel March 29, 2024, 4:17 p.m. UTC
From: Ard Biesheuvel <ardb@kernel.org>

Hello Linus,

Please pull the EFI fixes below. These address all the outstanding EFI/x86 boot
related regressions.


The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -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.9-3

for you to fetch changes up to decd347c2a75d32984beb8807d470b763a53b542:

  x86/efistub: Reinstate soft limit for initrd loading (2024-03-28 16:19:46 +0100)

----------------------------------------------------------------
EFI fixes for v6.9 #3

- Revert to the old initrd memory allocation soft limit of INT_MAX,
  which was dropped inadvertently

- Ensure that startup_32() is entered with a valid boot_params pointer
  when using the new EFI mixed mode protocol

- Fix a compiler warning introduced by a fix from the previous PR

----------------------------------------------------------------
Ard Biesheuvel (3):
      x86/efistub: Add missing boot_params for mixed mode compat entry
      efi/libstub: Cast away type warning in use of max()
      x86/efistub: Reinstate soft limit for initrd loading

 arch/x86/boot/compressed/efi_mixed.S       | 20 +++++++++++++++-----
 drivers/firmware/efi/libstub/randomalloc.c |  2 +-
 drivers/firmware/efi/libstub/x86-stub.c    |  1 +
 3 files changed, 17 insertions(+), 6 deletions(-)