public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] A few uprobe fixes
@ 2017-09-22  9:13 Naveen N. Rao
  2017-09-22  9:13 ` [PATCH v3 1/3] kernel/uprobes: Do away with uprobe_warn() Naveen N. Rao
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Naveen N. Rao @ 2017-09-22  9:13 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Oleg Nesterov, Srikar Dronamraju, Ananth N Mavinakayanahalli,
	Anton Blanchard, Michael Ellerman, linux-kernel

This is v3 of the series posted at:
http://lkml.kernel.org/r/cover.1505333828.git.naveen.n.rao@linux.vnet.ibm.com

This has been updated to address review comments from Oleg.
- Patch 1 is new and removes uprobe_warn() in favour of pr_warn().
- Patch 2 is updated to accommodate change in patch 1.
- Patch 3 has been updated to remove the check for UPROBE_COPY_INSN in 
  handle_swbp().

- Naveen

Naveen N. Rao (3):
  kernel/uprobes: Do away with uprobe_warn()
  kernel/uprobes: Warn if unable to install breakpoint
  kernel/uprobes: Fix check for active uprobe

 kernel/events/uprobes.c | 58 +++++++++++++++++++++++++++++--------------------
 1 file changed, 34 insertions(+), 24 deletions(-)

-- 
2.14.1

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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-22  9:13 [PATCH v3 0/3] A few uprobe fixes Naveen N. Rao
2017-09-22  9:13 ` [PATCH v3 1/3] kernel/uprobes: Do away with uprobe_warn() Naveen N. Rao
2017-09-22  9:13 ` [PATCH v3 2/3] kernel/uprobes: Warn if unable to install breakpoint Naveen N. Rao
2017-09-22  9:13 ` [PATCH v3 3/3] kernel/uprobes: Fix check for active uprobe Naveen N. Rao
2017-09-25 16:16   ` Oleg Nesterov
2017-09-28  7:06     ` Ingo Molnar
2017-09-29 13:27     ` Srikar Dronamraju
2017-09-29 16:54       ` Oleg Nesterov

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