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

2019-02-15 Thread Masami Hiramatsu
On Thu, 14 Feb 2019 15:55:22 + Will Deacon wrote: > Hi Masami, > > On Wed, Feb 13, 2019 at 12:44:48AM +0900, 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.

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

2019-02-14 Thread Will Deacon
Hi Masami, On Wed, Feb 13, 2019 at 12:44:48AM +0900, 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. > > Signed-off-by: Masami Hiramatsu > --- > Changes in v3 >-

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

2019-02-12 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 --- Changes in v3 - Do not populate blacklist in __kprobe_text in arch_populate_kprobe_blacklist(), since it