From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: [PATCH 3/3] nsexec: remount proc and devpts Date: Tue, 16 Feb 2010 08:19:38 -0600 Message-ID: <20100216141938.GA17570@hallyn.com> References: <1266274696-23018-1-git-send-email-serue@us.ibm.com> <1266274696-23018-4-git-send-email-serue@us.ibm.com> <4B7A83CB.4070009@msgid.tls.msk.ru> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <4B7A83CB.4070009-Gdu+ltImwkhes2APU0mLOQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Michael Tokarev Cc: containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org List-Id: containers.vger.kernel.org Quoting Michael Tokarev (mjt-XAri/EZa3C4vJsYlp49lxw@public.gmane.org): > Serge Hallyn wrote: > > From: Serge E. Hallyn > > > > Add -t as an nsexec option to request new devpts. > > > > Automatically remount /proc if we are starting a new pidns. > > > > Signed-off-by: Serge E. Hallyn > > --- > > nsexec.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-- > > 1 files changed, 48 insertions(+), 2 deletions(-) > > > > diff --git a/nsexec.c b/nsexec.c > > index 8b96bc9..3a825f1 100644 > > --- a/nsexec.c > > +++ b/nsexec.c > .. > > > Please execuse my silly question, but for _what_ this patch is? :) > > It does not look like lxc-utils, and it's not in kernel either... > > Thanks! Oops, sorry, my intro message mentioned it but I forgot to put it in the [PATCH] description in the Subject. This is for user-cr, http://git.ncl.cs.columbia.edu/?p=user-cr.git;a=summary the user-space code making use of the checkpoint/restart syscalls. I wonder if there is a clever way to have git auto-insert those. -serge