All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] EFI fixes for v6.9 #3
@ 2024-03-29 16:17 Ard Biesheuvel
  2024-03-29 19:27 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ard Biesheuvel @ 2024-03-29 16:17 UTC (permalink / raw)
  To: torvalds; +Cc: linux-efi, Ard Biesheuvel

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-29 19:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-29 16:17 [GIT PULL] EFI fixes for v6.9 #3 Ard Biesheuvel
2024-03-29 19:27 ` pr-tracker-bot

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.