]> git.baikalelectronics.ru Git - kernel.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)
commitd24805ac4648047e586761579e24ce7594acde68
tree665edee3051e091678dc6ded9b2a1e9e432d2c1d
parent8c95a20fbb1db654276d6f0385b7bc3391a74366
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