Re: [PATCH] arm64: stacktrace: fix the usage of ftrace_graph_ret_addr()

From: Steven Rostedt
Date: Wed Sep 04 2024 - 12:50:52 EST


On Wed, 4 Sep 2024 12:50:00 -0400
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> > Ah, I didn't check to see if it was sent to linux-trace-kernel, so it
> > wasn't in patchwork, hence I forgot :-p
> >
> > I can add it this week.
> >
>
> Actually, the code is in Linus's tree now, so it's probably better if it
> goes through your tree.
>
> Acked-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx>
>

And you may want to add:

Fixes: 29c1c24a2707 ("function_graph: Fix up ftrace_graph_ret_addr()")

so that it gets backported with if that change gets backported.

-- Steve