]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Dec 2024 22:23:09 +0000 (14:23 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Dec 2024 22:23:09 +0000 (14:23 -0800)
commit01af50af760b5b796794282d997a3610f74039da
treea161485371a0a978bd5a23683850648eeff05ffa
parenta5b3d5dfce3a1ac2e87cae8ea6b279038d418a6c
parentce03573a1917532da06057da9f8e74a2ee9e2ac9
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux

Pull arm64 fixes from Catalin Marinas:

 - 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

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  kselftest/arm64: abi: fix SVCR detection
  arm64: signal: Ensure signal delivery failure is recoverable
  arm64: stacktrace: Don't WARN when unwinding other tasks
  arm64: stacktrace: Skip reporting LR at exception boundaries