Re: [RFC PATCH v2 0/8] arm64: Implement reliable stack trace
From: Madhavan T. Venkataraman <hidden>
Date: 2021-03-15 19:02:18
Also in:
live-patching, lkml
From: Madhavan T. Venkataraman <hidden>
Date: 2021-03-15 19:02:18
Also in:
live-patching, lkml
On 3/15/21 11:57 AM, madvenka@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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel