[PATCH v2 0/3] arm64: stacktrace: cleanups

Mark Rutland mark.rutland at arm.com
Tue Apr 11 09:29:40 PDT 2023


Hi Catalin, Will,

These are a few minor cleanups for the arm64 stacktrace code, based on
v6.3-rc3. The first patch is a minor fix (which I don't think we need to
worry about backporting), and the last two are a cleanup for
consistency.

I'd originally intended to send these as part of a more substantial
rework of the stacktrace code, but due to some other recent time sinks
that's still in a half-baked state and I suspect I won't get that out
before v6.4.

Since v1 [1]:
* Fold in Kalesh's Reviewed-by tags
* avoid unused 'tsk' in unwind_recover_return_address()

[1] https://lore.kernel.org/linux-arm-kernel/20230324134958.2496891-1-mark.rutland@arm.com

Thanks,
Mark.

Mark Rutland (3):
  arm64: stacktrace: recover return address for first entry
  arm64: stacktrace: move dump functions to end of file
  arm64: stacktrace: always inline core stacktrace functions

 arch/arm64/kernel/stacktrace.c | 142 ++++++++++++++++++---------------
 1 file changed, 76 insertions(+), 66 deletions(-)

-- 
2.30.2




More information about the linux-arm-kernel mailing list