[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20191121112719.lg3qxptnowjkpxlg@wittgenstein>
Date: Thu, 21 Nov 2019 12:27:20 +0100
From: Christian Brauner <christian.brauner@...ntu.com>
To: "Michael Kerrisk (man-pages)" <mtk.manpages@...il.com>
Cc: Christian Brauner <christian@...uner.io>, adrian@...as.de,
akpm@...ux-foundation.org, arnd@...db.de, avagin@...il.com,
dhowells@...hat.com, fweimer@...hat.com, jannh@...gle.com,
keescook@...omium.org, linux-api@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-man@...r.kernel.org,
mingo@...e.hu, oleg@...hat.com, xemul@...tuozzo.com
Subject: Re: [PATCH] clone.2: Mention that CLONE_PARENT is off-limits for
inits
On Thu, Nov 21, 2019 at 10:53:50AM +0100, Michael Kerrisk (man-pages) wrote:
> Hello Christian,
>
> On 11/20/19 11:45 AM, Christian Brauner wrote:
> > From: Christian Brauner <christian.brauner@...ntu.com>
> >
> > The CLONE_PARENT flag cannot but used by init processes. Let's mention
> > this in the manpages to prevent suprises.
> >
> > Signed-off-by: Christian Brauner <christian.brauner@...ntu.com>
> > ---
> > man2/clone.2 | 7 +++++++
> > 1 file changed, 7 insertions(+)
> >
> > diff --git a/man2/clone.2 b/man2/clone.2
> > index f0f29d6f1..aa98ab79b 100644
> > --- a/man2/clone.2
> > +++ b/man2/clone.2
> > @@ -646,6 +646,13 @@ if
> > .B CLONE_PARENT
> > is set, then the parent of the calling process, rather than the
> > calling process itself, will be signaled.
> > +.IP
> > +The kernel will not allow global init and init processes in pid
> > +namespaces to use the
> > +.B CLONE_PARENT
> > +flag. This is done to prevent the creation of multi-rooted process
> > +trees. It also avoids unreapable zombies in the initial pid
> > +namespace.
> > .TP
> > .BR CLONE_PARENT_SETTID " (since Linux 2.5.49)"
> > Store the child thread ID at the location pointed to by
>
> Thank. I applied, and then tweaked the text a little,
> and noted the associated EINVAL error. In the end, the
> change is as below.
Thanks!
Christian
Powered by blists - more mailing lists