[GIT PULL] arm64 fixes for 6.13-rc3
From: Catalin Marinas
Date: Fri Dec 13 2024 - 12:41:53 EST
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:
Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
for you to fetch changes up to ce03573a1917532da06057da9f8e74a2ee9e2ac9:
kselftest/arm64: abi: fix SVCR detection (2024-12-13 14:59:37 +0000)
----------------------------------------------------------------
arm64 fixes for 6.13-rc3:
- arm64 stacktrace: address some fallout from the recent changes to
unwinding across exception boundaries
- Ensure the arm64 signal delivery failure is recoverable - only
override the return registers after all the user accesses took place
- Fix the arm64 kselftest access to SVCR - only when SME is detected
----------------------------------------------------------------
Kevin Brodsky (1):
arm64: signal: Ensure signal delivery failure is recoverable
Mark Rutland (2):
arm64: stacktrace: Skip reporting LR at exception boundaries
arm64: stacktrace: Don't WARN when unwinding other tasks
Weizhao Ouyang (1):
kselftest/arm64: abi: fix SVCR detection
arch/arm64/kernel/signal.c | 48 +++++++++++++++-------
arch/arm64/kernel/stacktrace.c | 32 ++++-----------
.../testing/selftests/arm64/abi/syscall-abi-asm.S | 32 +++++++--------
3 files changed, 55 insertions(+), 57 deletions(-)
--
Catalin