ARM: Revert "unwind: dump exception stack from calling frame"
authorArd Biesheuvel <ardb@kernel.org>
Thu, 10 Mar 2022 17:05:28 +0000 (18:05 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Fri, 11 Mar 2022 13:00:55 +0000 (13:00 +0000)
commitbee4e1fdc31223f8e0569370635ced223a1dd2ce
tree76dd2e5d42902bcebafa3caf4b303226dcbf79f3
parent7a8ca84a258a79e564b77b1bbb139f3f561d149b
ARM: Revert "unwind: dump exception stack from calling frame"

After simplifying the stack switch code in the IRQ exception handler by
deferring the actual stack switch to call_with_stack(), we no longer
need to special case the way we dump the exception stack, since it will
always be at the top of whichever stack was active when the exception
was taken.

So revert this special handling for the ARM unwinder.

This reverts commit 4ab6827081c63b83011a18d8e27f621ed34b1194.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/include/asm/stacktrace.h
arch/arm/kernel/traps.c
arch/arm/kernel/unwind.c