All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ard Biesheuvel <ardb+git@google.com>
To: torvalds@linux-foundation.org
Cc: linux-efi@vger.kernel.org, Ard Biesheuvel <ardb@kernel.org>
Subject: [GIT PULL] EFI fixes for v6.11 #1
Date: Wed, 24 Jul 2024 22:07:35 +0200	[thread overview]
Message-ID: <20240724200734.1114800-2-ardb+git@google.com> (raw)

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

             reply	other threads:[~2024-07-24 20:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-24 20:07 Ard Biesheuvel [this message]
2024-07-25 20:37 ` [GIT PULL] EFI fixes for v6.11 #1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240724200734.1114800-2-ardb+git@google.com \
    --to=ardb+git@google.com \
    --cc=ardb@kernel.org \
    --cc=linux-efi@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.