Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1731840
| From | "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/3] A few uprobe fixes |
| Date | 2017-09-13 22:30 +0200 |
| Message-ID | <upmsh-3DB-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The first patch adds a warning if we are unable to install a uprobe breakpoint and is unchanged from the previous posting at: https://www.mail-archive.com/linuxppc-dev@lists.ozlabs.org/msg123290.html The second patch just rate limits the uprobe warnings and is new in this series. The third patch fixes how we check for an active uprobe -- we need to consider if we were actually successful in installing the breakpoint. This patch is new in this series as well. - Naveen Naveen N. Rao (3): kernel/uprobes: Warn if unable to install breakpoint kernel/uprobes: Ratelimit messages kernel/uprobes: Fix check for active uprobe kernel/events/uprobes.c | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) -- 2.14.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] A few uprobe fixes "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-09-13 22:30 +0200
[PATCH v2 3/3] kernel/uprobes: Fix check for active uprobe "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-09-13 22:40 +0200
Re: [PATCH v2 3/3] kernel/uprobes: Fix check for active uprobe Oleg Nesterov <oleg@redhat.com> - 2017-09-15 17:40 +0200
Re: [PATCH v2 3/3] kernel/uprobes: Fix check for active uprobe "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-09-16 13:40 +0200
csiph-web