Linux EFI development
 help / color / mirror / Atom feed
From: Ard Biesheuvel <ardb@kernel.org>
To: torvalds@linux-foundation.org
Cc: linux-efi@vger.kernel.org, gregkh@linuxfoundation.org,
	Ard Biesheuvel <ardb@kernel.org>
Subject: [GIT PULL] EFI fixes for v6.0 #1
Date: Thu,  8 Sep 2022 12:43:59 +0200	[thread overview]
Message-ID: <20220908104359.1416858-1-ardb@kernel.org> (raw)

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v6.0-1

for you to fetch changes up to 9cb636b5f6a8cc6d1b50809ec8f8d33ae0c84c95:

  efi: capsule-loader: Fix use-after-free in efi_capsule_write (2022-09-07 18:23:56 +0200)

----------------------------------------------------------------
A couple of low-priority EFI fixes

- prevent the randstruct plugin from re-ordering EFI protocol
  definitions;
- fix a use-after-free in the capsule loader
- drop unused variable

----------------------------------------------------------------
Ard Biesheuvel (1):
      efi: libstub: Disable struct randomization

Hyunwoo Kim (1):
      efi: capsule-loader: Fix use-after-free in efi_capsule_write

chen zhang (1):
      efi/x86: libstub: remove unused variable

 drivers/firmware/efi/capsule-loader.c   | 31 +++++++------------------------
 drivers/firmware/efi/libstub/Makefile   |  7 +++++++
 drivers/firmware/efi/libstub/x86-stub.c |  1 -
 3 files changed, 14 insertions(+), 25 deletions(-)

             reply	other threads:[~2022-09-08 10:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-08 10:43 Ard Biesheuvel [this message]
2022-09-08 12:30 ` [GIT PULL] EFI fixes for v6.0 #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=20220908104359.1416858-1-ardb@kernel.org \
    --to=ardb@kernel.org \
    --cc=gregkh@linuxfoundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox