All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Do some changes about kprobe
@ 2021-10-25  3:30 Tiezhu Yang
  2021-10-25  3:30 ` [PATCH 1/4] samples/kretprobes: Fix return value if register_kretprobe() failed Tiezhu Yang
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Tiezhu Yang @ 2021-10-25  3:30 UTC (permalink / raw)
  To: naveen.n.rao, anil.s.keshavamurthy, davem, mhiramat, corbet
  Cc: ananth, akpm, randy.dunlap, mathieu.desnoyers, linux-doc, linux-kernel

This patchset is based on kprobes kernel tree:
https://git.kernel.org/pub/scm/linux/kernel/git/mhiramat/linux.git/ for-next

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: Add git tree and missing files for KPROBES

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

-- 
2.1.0


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

end of thread, other threads:[~2021-10-25 14:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25  3:30 [PATCH 0/4] Do some changes about kprobe Tiezhu Yang
2021-10-25  3:30 ` [PATCH 1/4] samples/kretprobes: Fix return value if register_kretprobe() failed Tiezhu Yang
2021-10-25  6:15   ` Masami Hiramatsu
2021-10-25  3:30 ` [PATCH 2/4] docs, kprobes: Remove invalid URL and add new reference Tiezhu Yang
2021-10-25  6:29   ` Masami Hiramatsu
2021-10-25  3:30 ` [PATCH 3/4] test_kprobes: Move it from kernel/ to lib/ Tiezhu Yang
2021-10-25  6:33   ` Masami Hiramatsu
2021-10-25  3:31 ` [PATCH 4/4] MAINTAINERS: Add git tree and missing files for KPROBES Tiezhu Yang
2021-10-25  6:38   ` Masami Hiramatsu
2021-10-25  8:31     ` Tiezhu Yang
2021-10-25 14:48       ` Steven Rostedt
2021-10-25  6:14 ` [PATCH 0/4] Do some changes about kprobe Masami Hiramatsu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.