[PATCH 0/2] arm64: stacktrace: Fixes
Mark Rutland
mark.rutland at arm.com
Wed Dec 11 06:07:02 PST 2024
These patches fix a couple of issues in the arm64 stacktrace code. Both
address some fallout from the recent changes to unwinding across
exception boundaries, though the issue in the second patch has been
latent in the code for a while.
The first patch was previously posted independently at:
https://lore.kernel.org/linux-arm-kernel/20241209110351.1876804-1-mark.rutland@arm.com/
... the version here has a better commit message, but is otherwise
unchanged.
The patches are based on v6.13-rc2, and I've given them some light
functional testing (booting them and running the test cases in the
commit messages).
Mark.
Mark Rutland (2):
arm64: stacktrace: Skip reporting LR at exception boundaries
arm64: stacktrace: Don't WARN when unwinding other tasks
arch/arm64/kernel/stacktrace.c | 32 +++++++-------------------------
1 file changed, 7 insertions(+), 25 deletions(-)
--
2.30.2
More information about the linux-arm-kernel
mailing list