From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756285Ab2FOJoB (ORCPT ); Fri, 15 Jun 2012 05:44:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57734 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755806Ab2FOJoA (ORCPT ); Fri, 15 Jun 2012 05:44:00 -0400 Date: Fri, 15 Jun 2012 11:42:03 +0200 From: Oleg Nesterov To: Andrew Wagin Cc: LKML , Andrew Morton , Cyrill Gorcunov , Pavel Emelyanov , "Eric W. Biederman" Subject: Re: general protection fault on finalizing task Message-ID: <20120615094202.GA16768@redhat.com> References: <20120614160129.GA3433@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Hi Andrew, Thanks lot for testing, I guess we need these fixes in 3.5 But I am puzzled... On 06/15, Andrew Wagin wrote: > > FYI: I bisected this problem. > > # git bisect bad > Bisecting: 0 revisions left to test after this (roughly 0 steps) > [3208450488ae724196f1efffc457e4265957c04e] pidns: use > task_active_pid_ns in do_notify_parent > > commit 3208450488ae724196f1efffc457e4265957c04e > Author: Eric W. Biederman > Date: Thu May 31 16:26:39 2012 -0700 > > pidns: use task_active_pid_ns in do_notify_parent Impossible ;) I think. I'd say it should be the next change 00c10bc13cdb58447d6bb2a003afad7bd60f5a5f "pidns: make killed children autoreap" which is fine by itself, but makes the problem (hopefully fixed by -mm patches) more visible. Oleg.