On Fri, 21 Dec 2018 10:24:14 -0800 (PST) David Miller <da...@davemloft.net> wrote:
> From: Steven Rostedt <rost...@goodmis.org> > Date: Fri, 21 Dec 2018 12:56:24 -0500 > > > From: "Steven Rostedt (VMware)" <rost...@goodmis.org> > > > > The structure of the ret_stack array on the task struct is going to > > change, and accessing it directly via the curr_ret_stack index will no > > longer give the ret_stack entry that holds the return address. To access > > that, architectures must now use ftrace_graph_get_ret_stack() to get the > > associated ret_stack that matches the saved return address. > > > > Cc: sparcli...@vger.kernel.org > > Cc: "David S. Miller" <da...@davemloft.net> > > Signed-off-by: Steven Rostedt (VMware) <rost...@goodmis.org> > > Acked-by: David S. Miller <da...@davemloft.net> Thanks David! -- Steve