Re: [PATCH v3 0/3] arm64: Convert to ARCH_STACKWALK

2020-09-18 Thread Will Deacon
On Mon, 14 Sep 2020 16:34:06 +0100, Mark Brown wrote: > This series updates the arm64 stacktrace code to use the newer and much > simpler arch_stack_walk() interface, the main benefit being a single > entry point to the arch code with no need for the arch code to worry > about skipping frames. Alon

Re: [PATCH v3 0/3] arm64: Convert to ARCH_STACKWALK

2020-09-16 Thread Miroslav Benes
On Mon, 14 Sep 2020, Mark Brown wrote: > This series updates the arm64 stacktrace code to use the newer and much > simpler arch_stack_walk() interface, the main benefit being a single > entry point to the arch code with no need for the arch code to worry > about skipping frames. Along the way I no

[PATCH v3 0/3] arm64: Convert to ARCH_STACKWALK

2020-09-14 Thread Mark Brown
This series updates the arm64 stacktrace code to use the newer and much simpler arch_stack_walk() interface, the main benefit being a single entry point to the arch code with no need for the arch code to worry about skipping frames. Along the way I noticed that the reliable parameter to the arch_st