Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932338AbWBFTyd (ORCPT ); Mon, 6 Feb 2006 14:54:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932339AbWBFTyd (ORCPT ); Mon, 6 Feb 2006 14:54:33 -0500 Received: from e35.co.us.ibm.com ([32.97.110.153]:12994 "EHLO e35.co.us.ibm.com") by vger.kernel.org with ESMTP id S932338AbWBFTyc (ORCPT ); Mon, 6 Feb 2006 14:54:32 -0500 Date: Mon, 6 Feb 2006 13:54:27 -0600 From: "Serge E. Hallyn" To: "Eric W. Biederman" Cc: linux-kernel@vger.kernel.org, vserver@list.linux-vserver.org, Herbert Poetzl , "Serge E. Hallyn" , Alan Cox , Dave Hansen , Arjan van de Ven , Suleiman Souhlal , Hubertus Franke , Cedric Le Goater , Kyle Moffett , Kirill Korotaev , Greg , Linus Torvalds , Andrew Morton , Greg KH , Rik van Riel , Alexey Kuznetsov , Andrey Savochkin , Kirill Korotaev , Andi Kleen , Benjamin Herrenschmidt , Jeff Garzik , Trond Myklebust , Jes Sorensen Subject: Re: [RFC][PATCH 01/20] pid: Intoduce the concept of a wid (wait id) Message-ID: <20060206195427.GH11887@sergelap.austin.ibm.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 786 Lines: 21 Quoting Eric W. Biederman (ebiederm@xmission.com): > > The wait id is the pid returned by wait. For tasks that span 2 > namespaces (i.e. the process leaders of the pid namespaces) their > parent knows the task by a different PID value than the task knows > itself. Having a child with PID == 1 would be confusing. Is it possible here to have wid conflicts? Does that matter? Looking at sysvinit, it seems that it does. If the wid happens to conflict with the pid of one of the children init knows about, it could confuse init. -serge - 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/