Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1595422
| From | "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [TRIVIAL PATCH 0/2] kprobes: a couple of trivial changes |
| Date | 2017-03-08 19:10 +0100 |
| Message-ID | <tiNg6-18z-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Two trivial fixes for kprobes: - one, to document NOKPROBE_SYMBOL() in kprobe tracer doc - two, change __kprobes to NOKPROBE_SYMBOL() for kprobe_exceptions_notify() I noticed the latter while making this change for arch/powerpc. - Naveen Naveen N. Rao (2): doc: trace/kprobes: add information about NOKPROBE_SYMBOL kprobes: Convert kprobe_exceptions_notify to use NOKPROBE_SYMBOL Documentation/trace/kprobetrace.txt | 5 +++-- kernel/kprobes.c | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) -- 2.11.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[TRIVIAL PATCH 0/2] kprobes: a couple of trivial changes "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-03-08 19:10 +0100
csiph-web