All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] arm64: stack helper cleanups
@ 2022-11-17 12:09 Mark Rutland
  2022-11-17 12:09 ` [PATCH 1/2] arm64: remove current_top_of_stack() Mark Rutland
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Mark Rutland @ 2022-11-17 12:09 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: catalin.marinas, keescook, mark.rutland, will

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-11-18 19:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-17 12:09 [PATCH 0/2] arm64: stack helper cleanups Mark Rutland
2022-11-17 12:09 ` [PATCH 1/2] arm64: remove current_top_of_stack() Mark Rutland
2022-11-17 15:46   ` Mark Brown
2022-11-17 22:09   ` Kees Cook
2022-11-17 12:09 ` [PATCH 2/2] arm64: move on_thread_stack() to <asm/stacktrace.h> Mark Rutland
2022-11-17 15:47   ` Mark Brown
2022-11-17 22:09   ` Kees Cook
2022-11-18 19:40 ` [PATCH 0/2] arm64: stack helper cleanups Will Deacon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.