Re: [PATCH v2 2/3] arm64: stacktrace: Make stack walk callback consistent with generic code

2020-09-02 Thread Miroslav Benes
On Wed, 19 Aug 2020, Mark Brown wrote: > As with the generic arch_stack_walk() code the arm64 stack walk code takes > a callback that is called per stack frame. Currently the arm64 code always > passes a struct stackframe to the callback and the generic code just passes > the pc, however none of

[PATCH v2 2/3] arm64: stacktrace: Make stack walk callback consistent with generic code

2020-08-19 Thread Mark Brown
As with the generic arch_stack_walk() code the arm64 stack walk code takes a callback that is called per stack frame. Currently the arm64 code always passes a struct stackframe to the callback and the generic code just passes the pc, however none of the users ever reference anything in the struct