Re: [PATCH v2 4/4] arm64: kprobes: Use arch_populate_kprobe_blacklist()

2019-02-12 Thread Masami Hiramatsu
On Mon, 11 Feb 2019 16:05:17 + Marc Zyngier wrote: > On 11/02/2019 15:58, Will Deacon wrote: > > [+Marc] > > > > On Mon, Feb 11, 2019 at 10:10:23PM +0900, Masami Hiramatsu wrote: > >> On Fri, 8 Feb 2019 09:15:19 + > >> Will Deacon wrote: > >>> Did you send a new version of this series?

Re: [PATCH v2 4/4] arm64: kprobes: Use arch_populate_kprobe_blacklist()

2019-02-11 Thread Marc Zyngier
On 11/02/2019 15:58, Will Deacon wrote: > [+Marc] > > On Mon, Feb 11, 2019 at 10:10:23PM +0900, Masami Hiramatsu wrote: >> On Fri, 8 Feb 2019 09:15:19 + >> Will Deacon wrote: >>> Did you send a new version of this series? I can't seem to spot it in my >>> inbox. >> >> Ah, OK. I just waited

Re: [PATCH v2 4/4] arm64: kprobes: Use arch_populate_kprobe_blacklist()

2019-02-11 Thread Will Deacon
[+Marc] On Mon, Feb 11, 2019 at 10:10:23PM +0900, Masami Hiramatsu wrote: > On Fri, 8 Feb 2019 09:15:19 + > Will Deacon wrote: > > Did you send a new version of this series? I can't seem to spot it in my > > inbox. > > Ah, OK. I just waited for James' patch series, > >

Re: [PATCH v2 4/4] arm64: kprobes: Use arch_populate_kprobe_blacklist()

2019-02-11 Thread Masami Hiramatsu
On Fri, 8 Feb 2019 09:15:19 + Will Deacon wrote: > Hi Masami, > > On Mon, Jan 21, 2019 at 10:25:58PM +0900, Masami Hiramatsu wrote: > > On Mon, 21 Jan 2019 12:20:07 + > > James Morse wrote: > > > On 15/01/2019 06:25, Masami Hiramatsu wrote: > > > > Use arch_populate_kprobe_blacklist()

Re: [PATCH v2 4/4] arm64: kprobes: Use arch_populate_kprobe_blacklist()

2019-02-08 Thread Will Deacon
Hi Masami, On Mon, Jan 21, 2019 at 10:25:58PM +0900, Masami Hiramatsu wrote: > On Mon, 21 Jan 2019 12:20:07 + > James Morse wrote: > > On 15/01/2019 06:25, Masami Hiramatsu wrote: > > > Use arch_populate_kprobe_blacklist() instead of > > > arch_within_kprobe_blacklist() so that we can see

Re: [PATCH v2 4/4] arm64: kprobes: Use arch_populate_kprobe_blacklist()

2019-01-21 Thread Masami Hiramatsu
On Mon, 21 Jan 2019 12:20:07 + James Morse wrote: > Hello, > > On 15/01/2019 06:25, Masami Hiramatsu wrote: > > Use arch_populate_kprobe_blacklist() instead of > > arch_within_kprobe_blacklist() so that we can see the full > > blacklisted symbols under the debugfs. > > diff --git

Re: [PATCH v2 4/4] arm64: kprobes: Use arch_populate_kprobe_blacklist()

2019-01-21 Thread James Morse
Hello, On 15/01/2019 06:25, Masami Hiramatsu wrote: > Use arch_populate_kprobe_blacklist() instead of > arch_within_kprobe_blacklist() so that we can see the full > blacklisted symbols under the debugfs. > diff --git a/arch/arm64/kernel/probes/kprobes.c > b/arch/arm64/kernel/probes/kprobes.c >

[PATCH v2 4/4] arm64: kprobes: Use arch_populate_kprobe_blacklist()

2019-01-14 Thread Masami Hiramatsu
Use arch_populate_kprobe_blacklist() instead of arch_within_kprobe_blacklist() so that we can see the full blacklisted symbols under the debugfs. Signed-off-by: Masami Hiramatsu --- arch/arm64/kernel/probes/kprobes.c | 42 1 file changed, 23 insertions(+),