Message ID | 20181205174852.435233070@goodmis.org (mailing list archive) |
---|---|
Headers | show |
Series | tracing: arm64: Make ftrace_replace_code() schedulable for arm64 | expand |
On Wed, 5 Dec 2018 at 19:33, Steven Rostedt <rostedt@goodmis.org> wrote: > > > This is a little more involved, and I would like to push this through my > tree. Can I get a reviewed-by/ack for the second (arm64) patch? > > Anders, can you also test this to make sure that it fixes the issue you > see? Yes of course, I'll try them. Cheers, Anders > > Thanks! > > -- Steve > > > Steven Rostedt (VMware) (2): > ftrace: Allow ftrace_replace_code() to be schedulable > arm64: ftrace: Set FTRACE_SCHEDULABLE before ftrace_modify_all_code() > > ---- > arch/arm64/kernel/ftrace.c | 1 + > include/linux/ftrace.h | 1 + > kernel/trace/ftrace.c | 19 ++++++++++++++++--- > 3 files changed, 18 insertions(+), 3 deletions(-)