Re: [PATCH v2 3/4] arm64: kprobes: Move exception_text check in blacklist

From: James Morse
Date: Mon Jan 21 2019 - 07:09:04 EST


Hi,

On 15/01/2019 06:25, Masami Hiramatsu wrote:
> 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.

We need to blacklist this as its where do_debug_exception() lives, which kprobes
depends on for single-stepping.

Reviewed-by: James Morse <james.morse@xxxxxxx>


Thanks!

James