mbox series

[0/2] tracing: arm64: Make ftrace_replace_code() schedulable for arm64

Message ID 20181205174852.435233070@goodmis.org (mailing list archive)
Headers show
Series tracing: arm64: Make ftrace_replace_code() schedulable for arm64 | expand

Message

Steven Rostedt Dec. 5, 2018, 5:48 p.m. UTC
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?

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(-)

Comments

Anders Roxell Dec. 5, 2018, 6:47 p.m. UTC | #1
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(-)