Re: [PATCH] parisc/ftrace: Fix function graph tracing disablement

From: Josh Poimboeuf
Date: Thu Oct 10 2024 - 15:58:06 EST


On Thu, Oct 10, 2024 at 03:48:40PM -0400, Steven Rostedt wrote:
> > +++ b/arch/parisc/kernel/ftrace.c
> > @@ -87,7 +87,7 @@ int ftrace_enable_ftrace_graph_caller(void)
> >
> > int ftrace_disable_ftrace_graph_caller(void)
> > {
> > - static_key_enable(&ftrace_graph_enable.key);
> > + static_key_disable(&ftrace_graph_enable.key);
> > return 0;
> > }
> > #endif
>
> Awfully quite :-/
>
> I wonder if anyone cares about parisc today?
>
> Hmm.

I still see some git activity in arch/parisc, so apparently so...

I only stumbled on this by accident (code inspection) while making
another unrelated change.

--
Josh