From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755109Ab3JMTZ3 (ORCPT ); Sun, 13 Oct 2013 15:25:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1269 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754884Ab3JMTZ2 (ORCPT ); Sun, 13 Oct 2013 15:25:28 -0400 Date: Sun, 13 Oct 2013 21:18:15 +0200 From: Oleg Nesterov To: Ingo Molnar Cc: Anton Arapov , David Smith , "Frank Ch. Eigler" , Martin Cermak , Peter Zijlstra , Srikar Dronamraju , linux-kernel@vger.kernel.org Subject: [PATCH 0/5] uprobes: fix fork() with the pending ret-probe(s) Message-ID: <20131013191815.GA32466@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. Please review, this series fixes the serious bug reported by Martin and David and cc's stable. See the changelog in 5/5. Oleg. kernel/events/uprobes.c | 144 +++++++++++++++++++++++++++++++++++------------ kernel/fork.c | 2 +- 2 files changed, 109 insertions(+), 37 deletions(-)