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 <[email protected]> Thanks! James

