From: ebiederm@xmission.com (Eric W. Biederman)
To: Andrew Morton <akpm@linux-foundation.org>
Cc: sukadev@us.ibm.com, linux-kernel@vger.kernel.org,
serue@us.ibm.com, haveblue@us.ibm.com,
Containers <containers@lists.osdl.org>,
clg@fr.ibm.com
Subject: Re: [PATCH] Define CLONE_NEWPID flag
Date: Wed, 21 Mar 2007 14:57:30 -0600 [thread overview]
Message-ID: <m1y7lq9ux1.fsf@ebiederm.dsl.xmission.com> (raw)
In-Reply-To: <20070321133938.bff535a3.akpm@linux-foundation.org> (Andrew Morton's message of "Wed, 21 Mar 2007 13:39:38 -0700")
Andrew Morton <akpm@linux-foundation.org> writes:
>> Index: lx26-21-rc3-mm2/include/linux/sched.h
>> ===================================================================
>> --- lx26-21-rc3-mm2.orig/include/linux/sched.h 2007-03-20 20:13:19.000000000
> -0700
>> +++ lx26-21-rc3-mm2/include/linux/sched.h 2007-03-21 11:10:33.000000000 -0700
>> @@ -26,6 +26,7 @@
>> #define CLONE_STOPPED 0x02000000 /* Start in stopped state */
>> #define CLONE_NEWUTS 0x04000000 /* New utsname group? */
>> #define CLONE_NEWIPC 0x08000000 /* New ipcs */
>> +#define CLONE_NEWPID 0x10000000 /* New pid namespace */
>>
>
> Do we actually have any need to reserve it at this time? I'd have thought
> that we could defer adding this until we have some code in-kernel which
> uses it.
In practice this is pretty much reserved already but I understand the sentiment.
Currently the plan is to work on the core pid namespace and get those functions
merged at least to -mm with a big fat CONFIG_EXPERIMENTAL so people
can really understand what we are talking about when we say a
pid_namespace. Then go through and finish up all converting the rest
of the pid uses that we haven't tackled yet. There aren't that many
left and most of the remaining conversions only make sense in the
context of a pid namespace.
Currently we are one or two review cycles away from being able to push
out the core pid namespace code.
Further it is actually critical that we have a clone flag for the pid
namespace because unshare is very much harder if it is possible at
all.
Personally if you want to delay it a week or two, until the rest of
the code is ready that is fine. Mostly getting it out now is about
release early and release often.
Eric
next prev parent reply other threads:[~2007-03-21 20:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-21 19:41 sukadev
2007-03-21 20:39 ` Andrew Morton
2007-03-21 20:57 ` Eric W. Biederman [this message]
2007-03-23 1:36 ` Herbert Poetzl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m1y7lq9ux1.fsf@ebiederm.dsl.xmission.com \
--to=ebiederm@xmission.com \
--cc=akpm@linux-foundation.org \
--cc=clg@fr.ibm.com \
--cc=containers@lists.osdl.org \
--cc=haveblue@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=serue@us.ibm.com \
--cc=sukadev@us.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®