Re: [RFC PATCH 1/2] kprobes: Simplify kprobe blacklist management

2017-07-02 Thread Masami Hiramatsu
Hi Naveen, On Thu, 29 Jun 2017 19:38:37 +0530 "Naveen N. Rao" wrote: > Currently, the kprobe blacklist file in debugfs (usually > /sys/kernel/debug/kprobes/blacklist) does not capture all address > ranges that are blacklisted. For instance, functions annotated with > __kprobes (between __kprobes

[RFC PATCH 1/2] kprobes: Simplify kprobe blacklist management

2017-06-29 Thread Naveen N. Rao
Currently, the kprobe blacklist file in debugfs (usually /sys/kernel/debug/kprobes/blacklist) does not capture all address ranges that are blacklisted. For instance, functions annotated with __kprobes (between __kprobes_text_start and __kprobes_text_end) are blacklisted on all architectures. Certai