Message ID | 20221117120902.3974163-1-mark.rutland@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: stack helper cleanups | expand |
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,