]> asedeno.scripts.mit.edu Git - linux.git/commit
arm64: kprobes: Use arch_populate_kprobe_blacklist()
authorMasami Hiramatsu <mhiramat@kernel.org>
Tue, 12 Feb 2019 15:44:48 +0000 (00:44 +0900)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 19 Mar 2019 12:47:44 +0000 (12:47 +0000)
commit6a019a92aa580cd5abdaae578a2a297c9af80174
tree665edee3051e091678dc6ded9b2a1e9e432d2c1d
parent6e08af0f10dcde01f0bdcc64cf91fea9d25e77cc
arm64: kprobes: Use arch_populate_kprobe_blacklist()

Use arch_populate_kprobe_blacklist() instead of
arch_within_kprobe_blacklist() so that we can see the full
blacklisted symbols under the debugfs.

Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
[catalin.marinas@arm.com: Add arch_populate_kprobe_blacklist() comment]
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/probes/kprobes.c