[PATCH v2 0/3] A few uprobe fixes

From: Naveen N. Rao
Date: Wed Sep 13 2017 - 16:28:35 EST


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@xxxxxxxxxxxxxxxx/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