public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] uprobes: fix fork() with the pending ret-probe(s)
@ 2013-10-18 15:49 Oleg Nesterov
  2013-10-18 15:50 ` [PATCH v2 1/6] uprobes: Change the callsite of uprobe_copy_process() Oleg Nesterov
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Oleg Nesterov @ 2013-10-18 15:49 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Ananth N Mavinakayanahalli, Anton Arapov, David Smith,
	Frank Ch. Eigler, Martin Cermak, Peter Zijlstra,
	Srikar Dronamraju, linux-kernel

Hello.

This series fixes the serious bug reported by Martin and David
and cc's stable. See the changelog in 5/6.

The changes are minimal, I am sending v2 just in case before I
ask to pull.

v2:

	2/6: whitespace fix

	4/6: update the changelog to explain why we do not cleanup
	     the child's stack instead

	5/6: check area != NULL before dup xol_area

	1-5: add the acks from Srikar. I assume he agrees with 6/6
	     as well.


Oleg.

 include/linux/uprobes.h |    4 +-
 kernel/events/uprobes.c |  156 ++++++++++++++++++++++++++++++++++++-----------
 kernel/fork.c           |    2 +-
 3 files changed, 123 insertions(+), 39 deletions(-)


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

end of thread, other threads:[~2013-10-18 15:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-18 15:49 [PATCH v2 0/6] uprobes: fix fork() with the pending ret-probe(s) Oleg Nesterov
2013-10-18 15:50 ` [PATCH v2 1/6] uprobes: Change the callsite of uprobe_copy_process() Oleg Nesterov
2013-10-18 15:50 ` [PATCH v2 2/6] uprobes: Introduce __create_xol_area() Oleg Nesterov
2013-10-18 15:50 ` [PATCH v2 3/6] uprobes: Teach __create_xol_area() to accept the predefined vaddr Oleg Nesterov
2013-10-18 15:50 ` [PATCH v2 4/6] uprobes: Change uprobe_copy_process() to dup return_instances Oleg Nesterov
2013-10-18 15:50 ` [PATCH v2 5/6] uprobes: Change uprobe_copy_process() to dup xol_area Oleg Nesterov
2013-10-18 15:50 ` [PATCH v2 6/6] uprobes: Teach uprobe_copy_process() to handle CLONE_VFORK Oleg Nesterov

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