mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v4 0/3] tracing: kprobes: Prohibit probing on notrace functions
@ 2018-07-28 13:54 Masami Hiramatsu
  2018-07-28 13:55 ` [PATCH v4 1/3] tracing: kprobes: Prohibit probing on notrace function Masami Hiramatsu
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Masami Hiramatsu @ 2018-07-28 13:54 UTC (permalink / raw)
  To: rostedt, Francis Deslauriers, peterz, Shuah Khan
  Cc: mhiramat, mathieu.desnoyers, linux-kernel

Hi,

This is the 4th version of the series to prohibit kprobe
on notrace functions which Francis sent before.

This version fixes a build error when CONFIG_FUNCTION_TRACER=n,
since in that case notrace is just ignored and
ftrace_location_range() is not defined.

Thank you,

---

Francis Deslauriers (1):
      selftest/ftrace: Move kprobe selftest function to separate compile unit

Masami Hiramatsu (2):
      tracing: kprobes: Prohibit probing on notrace function
      selftests/ftrace: Fix kprobe string testcase to not probe notrace function


 kernel/trace/Kconfig                               |   18 ++++++
 kernel/trace/Makefile                              |    5 ++
 kernel/trace/trace_kprobe.c                        |   59 +++++++++++++-------
 kernel/trace/trace_kprobe_selftest.c               |   10 +++
 kernel/trace/trace_kprobe_selftest.h               |    7 ++
 .../ftrace/test.d/kprobe/kprobe_args_string.tc     |   30 ++++------
 .../selftests/ftrace/test.d/kprobe/probepoint.tc   |    2 -
 7 files changed, 92 insertions(+), 39 deletions(-)
 create mode 100644 kernel/trace/trace_kprobe_selftest.c
 create mode 100644 kernel/trace/trace_kprobe_selftest.h

--
Masami Hiramatsu (Linaro) <mhiramat@kernel.org>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-07-30  7:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-28 13:54 [PATCH v4 0/3] tracing: kprobes: Prohibit probing on notrace functions Masami Hiramatsu
2018-07-28 13:55 ` [PATCH v4 1/3] tracing: kprobes: Prohibit probing on notrace function Masami Hiramatsu
2018-07-30  7:05   ` Masami Hiramatsu
2018-07-28 13:55 ` [PATCH v4 2/3] selftest/ftrace: Move kprobe selftest function to separate compile unit Masami Hiramatsu
2018-07-28 13:56 ` [PATCH v4 3/3] selftests/ftrace: Fix kprobe string testcase to not probe notrace function Masami Hiramatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®