[PATCH 0/2] arm64: stack helper cleanups

Mark Rutland mark.rutland at arm.com
Thu Nov 17 04:09:00 PST 2022


Hi,

These two patches are minor cleanup for the stacktrace helpers, removing 
some dead code and making the header includes a bit easier to follow.

This is effectively some residual cleanup from the STACLKEAK rework in
v5.19, all local to arch/arm64.

Thanks,
Mark.

Mark Rutland (2):
  arm64: remove current_top_of_stack()
  arm64: move on_thread_stack() to <asm/stacktrace.h>

 arch/arm64/include/asm/processor.h  | 13 -------------
 arch/arm64/include/asm/stacktrace.h |  2 ++
 arch/arm64/kernel/irq.c             |  9 +++++----
 3 files changed, 7 insertions(+), 17 deletions(-)

-- 
2.30.2




More information about the linux-arm-kernel mailing list