Hello Linus, Please pull the below, which is a single revert for some code that I added during this cycle. The code is not wrong, but it should be a bit more careful about how to handle the shadow call stack pointer, so it is better to revert it for now and bring it back later in improved form. -- Ard. The following changes since commit 9b9eaee9828fe98b030cf43ac50065a54a2f5d52: arm64: efi: Fix handling of misaligned runtime regions and drop warning (2022-11-10 23:14:15 +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.1-4 for you to fetch changes up to 7572ac3c979d4d0fb42d73a72d2608656516ff4f: arm64: efi: Revert "Recover from synchronous exceptions ..." (2022-12-01 14:48:26 +0100) ---------------------------------------------------------------- Final EFI fix for v6.1 - Revert runtime service sync exception recovery on arm64 ---------------------------------------------------------------- Ard Biesheuvel (1): arm64: efi: Revert "Recover from synchronous exceptions ..." arch/arm64/include/asm/efi.h | 8 -------- arch/arm64/kernel/efi-rt-wrapper.S | 33 ++------------------------------- arch/arm64/kernel/efi.c | 26 -------------------------- arch/arm64/mm/fault.c | 4 ---- 4 files changed, 2 insertions(+), 69 deletions(-)