On Thu, 26 Jul 2018 14:53:55 +0900 Masami Hiramatsu <mhira...@kernel.org> wrote:
> From: Francis Deslauriers <francis.deslauri...@efficios.com> > > 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.deslauri...@efficios.com> > Acked-by: Masami Hiramatsu <mhira...@kernel.org> 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 >