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, Ard Biesheuvel <ardb@kernel.org>
Subject: [GIT PULL] EFI fixes for v6.2 #1
Date: Fri, 13 Jan 2023 17:31:33 +0100	[thread overview]
Message-ID: <20230113163133.4083780-1-ardb@kernel.org> (raw)

Hi Linus,

Please pull the changes below. Explanation in the tag.

The following changes since commit 88603b6dc419445847923fcb7fe5080067a30f98:

  Linux 6.2-rc2 (2023-01-01 13:53:16 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d3f450533bbcb6dd4d7d59cadc9b61b7321e4ac1:

  efi: tpm: Avoid READ_ONCE() for accessing the event log (2023-01-13 17:15:17 +0100)

----------------------------------------------------------------
First batch of EFI fixes for v6.2:

- avoid a potential crash on the efi_subsys_init() error path
- use more appropriate error code for runtime services calls issued
  after a crash in the firmware occurred
- avoid READ_ONCE() for accessing firmware tables that may appear
  misaligned in memory

----------------------------------------------------------------
Ard Biesheuvel (2):
      efi: rt-wrapper: Add missing include
      efi: tpm: Avoid READ_ONCE() for accessing the event log

Ding Hui (1):
      efi: fix userspace infinite retry read efivars after EFI runtime services page fault

Johan Hovold (1):
      efi: fix NULL-deref in init error path

 arch/arm64/kernel/efi-rt-wrapper.S      | 1 +
 drivers/firmware/efi/efi.c              | 9 ++++++---
 drivers/firmware/efi/runtime-wrappers.c | 1 +
 include/linux/tpm_eventlog.h            | 4 ++--
 4 files changed, 10 insertions(+), 5 deletions(-)

             reply	other threads:[~2023-01-13 16:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-13 16:31 Ard Biesheuvel [this message]
2023-01-13 16:41 ` [GIT PULL] EFI fixes for v6.2 #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=20230113163133.4083780-1-ardb@kernel.org \
    --to=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox