linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] kernel/kprobes: A few trivial updates to jprobes
@ 2017-07-07 17:07 Naveen N. Rao
  2017-07-07 17:07 ` [PATCH v2 1/3] kernel/kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_func_entry() Naveen N. Rao
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Naveen N. Rao @ 2017-07-07 17:07 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Masami Hiramatsu, Ananth N Mavinakayanahalli, linux-kernel

Here is v2 of the patch:
https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1434133.html

As suggested, the first two patches first clean up the existing jprobe
registration functions and rename function_offset_within_entry() to
kprobe_on_func_entry(). The last patch has been updated accordingly.

Thanks,
Naveen

Naveen N. Rao (3):
  kernel/kprobes: Rename [arch_]function_offset_within_entry() to
    [arch_]kprobe_on_func_entry()
  kernel/kprobes: Simplify register_jprobes()
  kernel/kprobes: Ensure that jprobe probepoints are at function entry

 arch/powerpc/kernel/kprobes.c |  2 +-
 include/linux/kprobes.h       |  4 ++--
 kernel/kprobes.c              | 42 ++++++++++++++++++++++++------------------
 kernel/trace/trace_kprobe.c   |  2 +-
 4 files changed, 28 insertions(+), 22 deletions(-)

-- 
2.13.2

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

end of thread, other threads:[~2017-07-09 12:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07 17:07 [PATCH v2 0/3] kernel/kprobes: A few trivial updates to jprobes Naveen N. Rao
2017-07-07 17:07 ` [PATCH v2 1/3] kernel/kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_func_entry() Naveen N. Rao
2017-07-08 11:10   ` [tip:perf/urgent] kprobes: " tip-bot for Naveen N. Rao
2017-07-07 17:07 ` [PATCH v2 2/3] kernel/kprobes: Simplify register_jprobes() Naveen N. Rao
2017-07-08 11:10   ` [tip:perf/urgent] kprobes: " tip-bot for Naveen N. Rao
2017-07-07 17:07 ` [PATCH v2 3/3] kernel/kprobes: Ensure that jprobe probepoints are at function entry Naveen N. Rao
2017-07-08 11:10   ` [tip:perf/urgent] kprobes: " tip-bot for Naveen N. Rao
2017-07-09 12:28 ` [PATCH v2 0/3] kernel/kprobes: A few trivial updates to jprobes Masami Hiramatsu

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).