Re: [PATCH v2 0/3] kernel/kprobes: A few trivial updates to jprobes

2017-07-09 Thread Masami Hiramatsu
On Fri, 7 Jul 2017 22:37:23 +0530 "Naveen N. Rao" wrote: > 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_e

[PATCH v2 0/3] kernel/kprobes: A few trivial updates to jprobes

2017-07-07 Thread Naveen N. Rao
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 acco