[RFC PATCH v2 0/8] arm64: Implement reliable stack trace
Madhavan T. Venkataraman
madvenka at linux.microsoft.com
Mon Mar 15 19:01:28 GMT 2021
On 3/15/21 11:57 AM, madvenka at linux.microsoft.com wrote:
> Proper termination of the stack trace
> =====================================
>
> In the unwinder, check the following for properly terminating the stack
> trace:
>
> - Check every frame to see if it is task_pt_regs(stack)->stackframe.
> If it is, terminate the stack trace successfully.
>
There is a typo in the above sentence. task_pt_regs(stack)->stackframe
should be task_pt_regs(task)->stackframe.
Sorry about that.
Madhavan
More information about the linux-arm-kernel
mailing list