From: Steven Rostedt <[email protected]> Date: Fri, 21 Dec 2018 12:56:24 -0500
> From: "Steven Rostedt (VMware)" <[email protected]> > > 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: [email protected] > Cc: "David S. Miller" <[email protected]> > Signed-off-by: Steven Rostedt (VMware) <[email protected]> Acked-by: David S. Miller <[email protected]>

