linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Do some changes about kprobe and trace
@ 2021-10-26  1:51 Tiezhu Yang
  2021-10-26  1:51 ` [PATCH v2 1/4] samples/kretprobes: Fix return value if register_kretprobe() failed Tiezhu Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Tiezhu Yang @ 2021-10-26  1:51 UTC (permalink / raw)
  To: naveen.n.rao, anil.s.keshavamurthy, davem, mhiramat, rostedt,
	mingo, corbet
  Cc: akpm, linux-doc, linux-kernel

This patchset is based on linux-trace.git:
https://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git/ for-next

v2:
  -- Update patch #4 to use linux-trace.git for KPROBES and TRACING entries

Tiezhu Yang (4):
  samples/kretprobes: Fix return value if register_kretprobe() failed
  docs, kprobes: Remove invalid URL and add new reference
  test_kprobes: Move it from kernel/ to lib/
  MAINTAINERS: Update KPROBES and TRACING entries

 Documentation/trace/kprobes.rst     | 2 +-
 MAINTAINERS                         | 5 ++++-
 kernel/Makefile                     | 1 -
 lib/Makefile                        | 1 +
 {kernel => lib}/test_kprobes.c      | 0
 samples/kprobes/kretprobe_example.c | 2 +-
 6 files changed, 7 insertions(+), 4 deletions(-)
 rename {kernel => lib}/test_kprobes.c (100%)

-- 
2.1.0


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

end of thread, other threads:[~2021-10-26 13:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-26  1:51 [PATCH v2 0/4] Do some changes about kprobe and trace Tiezhu Yang
2021-10-26  1:51 ` [PATCH v2 1/4] samples/kretprobes: Fix return value if register_kretprobe() failed Tiezhu Yang
2021-10-26  1:51 ` [PATCH v2 2/4] docs, kprobes: Remove invalid URL and add new reference Tiezhu Yang
2021-10-26  1:51 ` [PATCH v2 3/4] test_kprobes: Move it from kernel/ to lib/ Tiezhu Yang
2021-10-26  1:51 ` [PATCH v2 4/4] MAINTAINERS: Update KPROBES and TRACING entries Tiezhu Yang
2021-10-26  8:28   ` Masami Hiramatsu
2021-10-26 13:04     ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).