On 3/15/21 11:57 AM, madve...@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
- [RFC PATCH v2 0/8] arm64: Implement reliable stac... madvenka
- [RFC PATCH v2 1/8] arm64: Implement stack tr... madvenka
- [RFC PATCH v2 4/8] arm64: Detect an EL1 exce... madvenka
- [RFC PATCH v2 3/8] arm64: Terminate the stac... madvenka
- [RFC PATCH v2 2/8] arm64: Implement frame ty... madvenka
- [RFC PATCH v2 5/8] arm64: Detect an FTRACE f... madvenka
- [RFC PATCH v2 7/8] arm64: Detect kretprobed ... madvenka
- [RFC PATCH v2 8/8] arm64: Implement arch_sta... madvenka
- [RFC PATCH v2 6/8] arm64: Check the return P... madvenka
- Re: [RFC PATCH v2 0/8] arm64: Implement reli... Madhavan T. Venkataraman