mbox series

[0/2] arm64: stack helper cleanups

Message ID 20221117120902.3974163-1-mark.rutland@arm.com (mailing list archive)
Headers show
Series arm64: stack helper cleanups | expand

Message

Mark Rutland Nov. 17, 2022, 12:09 p.m. UTC
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(-)

Comments

Will Deacon Nov. 18, 2022, 7:40 p.m. UTC | #1
On Thu, 17 Nov 2022 12:09:00 +0000, Mark Rutland wrote:
> 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.
> 
> [...]

Applied to arm64 (for-next/stacks), thanks!

[1/2] arm64: remove current_top_of_stack()
      https://git.kernel.org/arm64/c/c8c384d7b397
[2/2] arm64: move on_thread_stack() to <asm/stacktrace.h>
      https://git.kernel.org/arm64/c/4585a934203d

Cheers,