Add the ability to discover all blacklisted address _ranges_ (such as those with __kprobes annotation, __entry text code, et al) through the kprobes/blacklist debugfs file. This can then be used by userspace to accurately detect which addresses can't be probed on.
- Naveen Naveen N. Rao (2): kprobes: Simplify kprobe blacklist management kprobes: Allow specifying names for certain blacklisted address ranges arch/arm64/kernel/probes/kprobes.c | 31 +++++++++------- arch/powerpc/kernel/kprobes.c | 10 ++--- arch/x86/kernel/kprobes/core.c | 10 ++--- include/linux/kprobes.h | 3 ++ kernel/kprobes.c | 75 +++++++++++++++++++++++--------------- 5 files changed, 76 insertions(+), 53 deletions(-) -- 2.13.1

