Re: [PATCH] rcu,ftrace: Fix ftrace recursion

From: Kim Phillips
Date: Tue Sep 29 2020 - 10:43:29 EST


On 9/29/20 6:33 AM, Peter Zijlstra wrote:
>
> Kim reported that perf-ftrace made his box unhappy. It turns out that
> commit:
>
> ff5c4f5cad33 ("rcu/tree: Mark the idle relevant functions noinstr")
>
> removed one too many notrace. Probably due to there not being a helpful
> comment.
>
> Reinstate the notrace and add a comment to avoid loosing it again.
>
> Fixes: ff5c4f5cad33 ("rcu/tree: Mark the idle relevant functions noinstr")
> Reported-by: Kim Phillips <kim.phillips@xxxxxxx>
> Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>
> ---

Tested-by: Kim Phillips <kim.phillips@xxxxxxx>

Thanks,

Kim