[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.21.1805132154220.1582@nanos.tec.linutronix.de>
Date: Sun, 13 May 2018 21:55:38 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Masami Hiramatsu <mhiramat@...nel.org>
cc: Ingo Molnar <mingo@...nel.org>,
Ravi Bangoria <ravi.bangoria@...ux.vnet.ibm.com>,
Steven Rostedt <rostedt@...dmis.org>,
linux-kernel@...r.kernel.org, Ingo Molnar <mingo@...hat.com>,
Ananth N Mavinakayanahalli <ananth@...ux.vnet.ibm.com>,
Anil S Keshavamurthy <anil.s.keshavamurthy@...el.com>,
"David S . Miller" <davem@...emloft.net>,
Josef Bacik <jbacik@...com>,
Alexei Starovoitov <ast@...nel.org>
Subject: Re: [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
Powered by blists - more mailing lists