From mboxrd@z Thu Jan 1 00:00:00 1970 From: sukadev@us.ibm.com Subject: Re: [RFC][PATCH 0/7] Clone PTS namespace Date: Thu, 10 Apr 2008 13:58:00 -0700 Message-ID: <20080410205800.GA12960@us.ibm.com> References: <20080408215333.GA8799@us.ibm.com> <47FC138B.4070408@zytor.com> <1207779313.16926.12.camel@x61.ebiederm.org> <20080410015955.GA18227@sergelap.austin.rr.com> <1207812980.7509.25.camel@x61.ebiederm.org> <20080410164436.GA6434@sergelap.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20080410164436.GA6434@sergelap.ibm.com> Sender: linux-kernel-owner@vger.kernel.org To: "Serge E. Hallyn" Cc: "Eric W. Biederman" , "H. Peter Anvin" , Containers , clg@fr.ibm.com, linux-kernel@vger.kernel.org, Pavel Emelyanov List-Id: containers.vger.kernel.org Serge E. Hallyn [serue@us.ibm.com] wrote: | > | > Further what I did for the network namespace should easily handle the | > uid/gid namespace and should be a good starting place for a general | > device namespace. | | Agreed. What's the git url and which branch do i use for your proof | of concept tree? I'll do the userns patch on top of that. I assume | Suka will do the same for ptys? | Sure. BTW, can we push the following 3 helper patches in the set. I believe they will be required to support multiple pts namespaces, even if the actual way we do it is not final yet. [PATCH 1/7]: Propagate error code from devpts_pty_new [PATCH 2/7]: Factor out PTY index allocation [PATCH 3/7]: Enable multiple mounts of /dev/pts Sukadev