mbox series

[GIT,PULL] EFI fixes for v6.2 #2

Message ID 20230123164518.557152-1-ardb@kernel.org
State New
Headers show
Series [GIT,PULL] EFI fixes for v6.2 #2 | expand

Pull-request

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

Message

Ard Biesheuvel Jan. 23, 2023, 4:45 p.m. UTC
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(-)

Comments

Linus Torvalds Jan. 23, 2023, 7:54 p.m. UTC | #1
On Mon, Jan 23, 2023 at 8:45 AM Ard Biesheuvel <ardb@kernel.org> wrote:
>
> - remove Matt Garrett's MAINTAINERS entry for efivarfs

I was all "who?", and had to look, and then went "Oh, you mean _Matthew_".

I didn't think he's ever gone by Matt, at least in kernel circles -
either in email or in person. At least not that I can remember.

So I edited it. Apologies to Matthew if he has now started going by Matt.

               Linus
pr-tracker-bot@kernel.org Jan. 23, 2023, 7:58 p.m. UTC | #2
The pull request you sent on Mon, 23 Jan 2023 17:45:18 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9946f0981ff8698848ee79d739f432a2a3e68eed

Thank you!