Re: [PATCH v2 2/3] selftest/ftrace: Move kprobe selftest function to separate compile unit

From: Steven Rostedt
Date: Thu Jul 26 2018 - 19:29:50 EST


On Thu, 26 Jul 2018 14:53:55 +0900
Masami Hiramatsu <mhiramat@xxxxxxxxxx> wrote:

> From: Francis Deslauriers <francis.deslauriers@xxxxxxxxxxxx>
>
> Move selftest function to its own compile unit so it can be compiled
> with the ftrace cflags (CC_FLAGS_FTRACE) allowing it to be probed
> during the ftrace startup tests.
>
> Signed-off-by: Francis Deslauriers <francis.deslauriers@xxxxxxxxxxxx>
> Acked-by: Masami Hiramatsu <mhiramat@xxxxxxxxxx>

Hi Masami,

Actually, since you are sending this as part of your patch queue, you
need to add your Signed-off-by here and not Acked-by. That means it has
gone through you.

I've applied the first patch already, just resend this one, where you
add you Signed-off-by instead of Acked-by.

Thanks!

-- Steve


> ---
> kernel/trace/Makefile | 5 +++++
> kernel/trace/trace_kprobe.c | 12 +-----------
> kernel/trace/trace_kprobe_selftest.c | 10 ++++++++++
> kernel/trace/trace_kprobe_selftest.h | 7 +++++++
> 4 files changed, 23 insertions(+), 11 deletions(-)
> create mode 100644 kernel/trace/trace_kprobe_selftest.c
> create mode 100644 kernel/trace/trace_kprobe_selftest.h
>