From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754037Ab2EAUmS (ORCPT ); Tue, 1 May 2012 16:42:18 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:60218 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752242Ab2EAUmQ (ORCPT ); Tue, 1 May 2012 16:42:16 -0400 Date: Tue, 1 May 2012 13:42:14 -0700 From: Andrew Morton To: ebiederm@xmission.com (Eric W. Biederman) Cc: Oleg Nesterov , LKML , Pavel Emelyanov , Cyrill Gorcunov , Louis Rilling , Mike Galbraith Subject: Re: [PATCH] Re: [RFC PATCH] namespaces: fix leak on fork() failure Message-Id: <20120501134214.f6b44f4a.akpm@linux-foundation.org> In-Reply-To: References: <1335604790.5995.22.camel@marge.simpson.net> <20120428142605.GA20248@redhat.com> <20120429165846.GA19054@redhat.com> <1335754867.17899.4.camel@marge.simpson.net> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 01 May 2012 13:35:03 -0700 ebiederm@xmission.com (Eric W. Biederman) wrote: > > Andrew can you please pick up this patch? Sure. I assume it's fixing a post-3.4 regression? No -stable backport needed? > This doesn't explain all of the vsftp weirdness people have been seeing > but it does fix a real leak on fork failure that vsftp could most > definitely have triggered. > > Mike Galbraith writes: hm, Mike had some test code. If that was put in tools/testing/selftests/nsproxy, this leak wouldn't happen again!