Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754444AbZIIXEO (ORCPT ); Wed, 9 Sep 2009 19:04:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752648AbZIIXEO (ORCPT ); Wed, 9 Sep 2009 19:04:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8968 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752354AbZIIXEN (ORCPT ); Wed, 9 Sep 2009 19:04:13 -0400 Date: Thu, 10 Sep 2009 00:58:34 +0200 From: Oleg Nesterov To: Chuck Ebbert Cc: Andrew Morton , torvalds@linux-foundation.org, dhowells@redhat.com, roland@redhat.com, jmorris@namei.org, tom.horsley@att.net, linux-kernel@vger.kernel.org, stable@kernel.org Subject: Re: [PATCH v3] exec: do not sleep in TASK_TRACED under ->cred_guard_mutex Message-ID: <20090909225834.GA14785@redhat.com> References: <20090904133956.GA9232@redhat.com> <20090903160514.GA23646@redhat.com> <20090903200924.E46DF47C94@magilla.sf.frob.com> <32710.1252075656@redhat.com> <20090904154947.GA17048@redhat.com> <20090904172648.GA25841@redhat.com> <20090904124230.5b7258c9.akpm@linux-foundation.org> <20090904213337.GA5021@redhat.com> <20090909175749.541b6aa9@dhcp-100-2-144.bos.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090909175749.541b6aa9@dhcp-100-2-144.bos.redhat.com> 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 Content-Length: 1353 Lines: 42 On 09/09, Chuck Ebbert wrote: > > On Fri, 4 Sep 2009 23:33:37 +0200 > Oleg Nesterov wrote: > > > On 09/04, Andrew Morton wrote: > > > > > > On Fri, 4 Sep 2009 19:26:48 +0200 > > > Oleg Nesterov wrote: > > > > > > > Tom Horsley reports that his debugger hangs when it tries to read > > > > /proc/pid_of_tracee/maps, this happens since > > > > > > > > "mm_for_maps: take ->cred_guard_mutex to fix the race with exec" > > > > 04b836cbf19e885f8366bccb2e4b0474346c02d > > > > > > > > commit in 2.6.31. > > > > > > I see a Cc:stable in the mail headers, but not in the changelog. I > > > don't think the patch is applicable to -stable unless we miss 2.6.31. > > > > -stable has the same problems but I agree, it can live without this fix. > > > > That patch was backported in 2.6.30.5 -- are you sure -stable doesn't need > this fix? No, I am not sure, that is why I cc'ed -stable. But otoh the problem is minor, both tracer and tracee can be killed. I dunno. I don't know if gdb or any other "important" application read /proc/pid/maps after PTRACE_EVENT_EXEC... Oleg. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/