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/[email protected]/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

