lkml.org 
[lkml]   [2018]   [May]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC PATCH -tip 2/4] kprobes: Remove jprobe generic code
On Tue, 8 May 2018, Masami Hiramatsu wrote:

> Remove jprobe arch independent generic code
> from kernel/kprobes.c.

# git grep register_jprobes
include/linux/kprobes.h:static inline int register_jprobes(struct jprobe **jps, int num)
include/linux/kprobes.h:static inline void unregister_jprobes(struct jprobe **jps, int num)
kernel/test_kprobes.c: ret = register_jprobes(jps, 2);
kernel/test_kprobes.c: pr_err("register_jprobes returned %d\n", ret);
kernel/test_kprobes.c: unregister_jprobes(jps, 2);

You forgot to remove a few things ...

Thanks,

tglx

\
 
 \ /
  Last update: 2018-05-13 21:56    [W:0.056 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site