public inbox for linux-efi@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] EFI fixes for v6.11 #1
@ 2024-07-24 20:07 Ard Biesheuvel
  2024-07-25 20:37 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ard Biesheuvel @ 2024-07-24 20:07 UTC (permalink / raw)
  To: torvalds; +Cc: linux-efi, Ard Biesheuvel

From: Ard Biesheuvel <ardb@kernel.org>

Hello Linus,

Please pull the fixes below.


The following changes since commit 4a2ebb082297f41803742729642961532e54079e:

  efi: Replace efi_memory_attributes_table_t 0-sized array with flexible array (2024-07-12 10:06:01 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v6.11-1

for you to fetch changes up to ae835a96d72cd025421910edb0e8faf706998727:

  x86/efistub: Revert to heap allocated boot_params for PE entrypoint (2024-07-18 23:05:02 +0200)

----------------------------------------------------------------
EFI fixes for v6.11 #1

- Wipe screen_info after allocating it from the heap - used by arm32 and
  EFI zboot, other EFI architectures allocate it statically

- Revert to allocating boot_params from the heap on x86 when entering
  via the native PE entrypoint, to work around a regression on older
  Dell hardware

----------------------------------------------------------------
Ard Biesheuvel (1):
      x86/efistub: Revert to heap allocated boot_params for PE entrypoint

Qiang Ma (1):
      efi/libstub: Zero initialize heap allocated struct screen_info

 drivers/firmware/efi/libstub/screen_info.c |  2 ++
 drivers/firmware/efi/libstub/x86-stub.c    | 20 +++++++++++++++-----
 2 files changed, 17 insertions(+), 5 deletions(-)

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

end of thread, other threads:[~2024-07-25 20:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-24 20:07 [GIT PULL] EFI fixes for v6.11 #1 Ard Biesheuvel
2024-07-25 20:37 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox