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