Re: [PATCH AUTOSEL 4.18 032/136] arm64: fix infinite stacktrace

From: Will Deacon
Date: Tue Sep 18 2018 - 07:00:35 EST


On Tue, Sep 18, 2018 at 06:55:34AM -0400, Mikulas Patocka wrote:
> This patch is not correct, because the stacktrace is supposed to work
> around discontiguous interrupt stacks.
>
> You should replace 'frame->fp <= fp' with 'frame->fp == fp'.

No, just drop the patch. It was already reverted upstream in
e87a4a92fba3. Can the AUTOSEL robot check for upstream reverts?

Will