commit | 6e08af0f10dcde01f0bdcc64cf91fea9d25e77cc | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu <mhiramat@kernel.org> | Wed Feb 13 00:44:19 2019 +0900 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Tue Mar 19 12:43:24 2019 +0000 |
tree | 2df5def0b474478e59b614108cbedfd769db01fb | |
parent | b5586163de1ce90317cd4037f69b14105be9f656 [diff] |
arm64: kprobes: Move exception_text check in blacklist Move exception/irqentry text address check in blacklist, since those are symbol based rejection. If we prohibit probing on the symbols in exception_text, those should be blacklisted. Acked-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>