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

From: Anders Roxell
Date: Wed Dec 05 2018 - 13:48:10 EST


On Wed, 5 Dec 2018 at 19:33, Steven Rostedt <rostedt@xxxxxxxxxxx> 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(-)