Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1677779
| From | "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC PATCH 0/2] Show kprobe blacklisted address ranges in debugfs |
| Date | 2017-06-29 16:10 +0200 |
| Message-ID | <tXIiR-80-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[RFC PATCH 0/2] Show kprobe blacklisted address ranges in debugfs "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-06-29 16:10 +0200
[RFC PATCH 2/2] kprobes: Allow specifying names for certain blacklisted address ranges "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-06-29 16:10 +0200
Re: [RFC PATCH 2/2] kprobes: Allow specifying names for certain blacklisted address ranges Masami Hiramatsu <mhiramat@kernel.org> - 2017-07-03 05:30 +0200
csiph-web