public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] A few uprobe fixes
@ 2017-09-13 20:27 Naveen N. Rao
  2017-09-13 20:28 ` [PATCH v2 1/3] kernel/uprobes: Warn if unable to install breakpoint Naveen N. Rao
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Naveen N. Rao @ 2017-09-13 20:27 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Oleg Nesterov, Srikar Dronamraju, Anton Blanchard,
	Michael Ellerman, Ananth N Mavinakayanahalli, linux-kernel

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-09-16 11:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-13 20:27 [PATCH v2 0/3] A few uprobe fixes Naveen N. Rao
2017-09-13 20:28 ` [PATCH v2 1/3] kernel/uprobes: Warn if unable to install breakpoint Naveen N. Rao
2017-09-15 15:53   ` Oleg Nesterov
2017-09-16 11:46     ` Naveen N. Rao
2017-09-13 20:28 ` [PATCH v2 2/3] kernel/uprobes: Ratelimit messages Naveen N. Rao
2017-09-13 20:28 ` [PATCH v2 3/3] kernel/uprobes: Fix check for active uprobe Naveen N. Rao
2017-09-15 15:38   ` Oleg Nesterov
2017-09-16 11:33     ` Naveen N. Rao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox