Re: [PATCH 1/2] ARM: 9258/1: Fix callchain_trace() return value

From: Jinjie Ruan
Date: Thu Jun 27 2024 - 03:15:18 EST




On 2024/6/26 17:50, Linus Walleij wrote:
> On Tue, Jun 18, 2024 at 5:23 AM Jinjie Ruan <ruanjinjie@xxxxxxxxxx> wrote:
>
>> perf_callchain_store() return 0 on success, -1 otherwise, fix
>> callchain_trace() to return correct bool value. So walk_stackframe() can
>> have a chance to stop walking the stack ahead.
>>
>> Fixes: 70ccc7c0667b ("ARM: 9258/1: stacktrace: Make stack walk callback consistent with generic code")
>> Signed-off-by: Jinjie Ruan <ruanjinjie@xxxxxxxxxx>
>
> Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
>
> Please put this into Russell's patch tracker.

Thank you, I'll put it, and could you please help to review another patch?

>
> Yours,
> Linus Walleij