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

2019-01-21 Thread James Morse
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

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

2019-01-14 Thread Masami Hiramatsu
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. Signed-off-by: Masami Hiramatsu --- arch/arm64/kernel/probes/kprobes.c |6 ++ 1 file changed, 2