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 #2
Date: Mon, 23 Jan 2023 17:45:18 +0100	[thread overview]
Message-ID: <20230123164518.557152-1-ardb@kernel.org> (raw)

Hello Linus,

Another couple of EFI fixes, of which the first two were already in -next when
I sent out the previous PR, but they caused some issues on non-EFI boots so I
let them simmer for a bit longer.

Please pull.



The following changes since commit d3f450533bbcb6dd4d7d59cadc9b61b7321e4ac1:

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

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-2

for you to fetch changes up to e1fabbc83cb1dd4ba63932faa86c9cacb8bf791e:

  efi: Remove Matthew Garrett as efivarfs maintainer (2023-01-18 09:24:48 +0100)

----------------------------------------------------------------
Some more EFI fixes for v6.2:

- ensure the EFI ResetSystem and ACPI PRM calls are recognized as users
  of the EFI runtime, and therefore protected against exceptions

- account for the EFI runtime stack in the stacktrace code

- remove Matt Garrett's MAINTAINERS entry for efivarfs

----------------------------------------------------------------
Ard Biesheuvel (3):
      arm64: efi: Avoid workqueue to check whether EFI runtime is live
      arm64: efi: Account for the EFI runtime stack in stack unwinder
      efi: Remove Matthew Garrett as efivarfs maintainer

 MAINTAINERS                         |  1 -
 arch/arm64/include/asm/efi.h        |  9 +++++++++
 arch/arm64/include/asm/stacktrace.h | 15 +++++++++++++++
 arch/arm64/kernel/efi-rt-wrapper.S  |  6 ++++++
 arch/arm64/kernel/efi.c             |  3 ++-
 arch/arm64/kernel/stacktrace.c      | 12 ++++++++++++
 6 files changed, 44 insertions(+), 2 deletions(-)

             reply	other threads:[~2023-01-23 16:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-23 16:45 Ard Biesheuvel [this message]
2023-01-23 19:54 ` [GIT PULL] EFI fixes for v6.2 #2 Linus Torvalds
2023-01-23 19:58 ` 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=20230123164518.557152-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