]> 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)
commitea21312a1b9c61332479c7679c35111675718e7c
tree665edee3051e091678dc6ded9b2a1e9e432d2c1d
parent566b5684957065aeef61e4f0ff3d15393ea177de
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