Linux Container Development
 help / color / mirror / Atom feed
From: Oren Laadan <orenl-eQaUEPhvms7ENvBUuze7eA@public.gmane.org>
To: Daniel Lezcano <daniel.lezcano-GANU6spQydw@public.gmane.org>
Cc: akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org,
	containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
Subject: Re: [PATCH 1/2] Kconfig : remove pid_ns and net_ns experimental
Date: Tue, 12 Oct 2010 13:53:55 -0400	[thread overview]
Message-ID: <4CB4A0B3.10401@cs.columbia.edu> (raw)
In-Reply-To: <1286457333-10500-1-git-send-email-daniel.lezcano-GANU6spQydw@public.gmane.org>

Daniel,

Maybe you can throw this on in the series as well ?
http://www.mail-archive.com/linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org/msg01431.html

It's a one-liner to move the namespaces options into its own
sub-menu under 'General Setup'.

Oren.


On 10/07/2010 09:15 AM, Daniel Lezcano wrote:
> The pid namespace is in the kernel since 2.6.27 and the net_ns
> since 2.6.29. They are enabled in the distro by default and used by
> userspace component. They are mature enough to remove the 'experimental'
> label.
>
> Signed-off-by: Daniel Lezcano<daniel.lezcano-GANU6spQydw@public.gmane.org>
> ---
>   init/Kconfig |    9 +++------
>   1 files changed, 3 insertions(+), 6 deletions(-)
>
> diff --git a/init/Kconfig b/init/Kconfig
> index a175935..a52124e 100644
> --- a/init/Kconfig
> +++ b/init/Kconfig
> @@ -759,21 +759,18 @@ config USER_NS
>   	  If unsure, say N.
>
>   config PID_NS
> -	bool "PID Namespaces (EXPERIMENTAL)"
> +	bool "PID Namespaces"
>   	default n
> -	depends on NAMESPACES&&  EXPERIMENTAL
> +	depends on NAMESPACES
>   	help
>   	  Support process id namespaces.  This allows having multiple
>   	  processes with the same pid as long as they are in different
>   	  pid namespaces.  This is a building block of containers.
>
> -	  Unless you want to work with an experimental feature
> -	  say N here.
> -
>   config NET_NS
>   	bool "Network namespace"
>   	default n
> -	depends on NAMESPACES&&  EXPERIMENTAL&&  NET
> +	depends on NAMESPACES&&  NET
>   	help
>   	  Allow user space to create what appear to be multiple instances
>   	  of the network stack.

  parent reply	other threads:[~2010-10-12 17:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-07 13:15 [PATCH 1/2] Kconfig : remove pid_ns and net_ns experimental Daniel Lezcano
     [not found] ` <1286457333-10500-1-git-send-email-daniel.lezcano-GANU6spQydw@public.gmane.org>
2010-10-07 13:15   ` [PATCH 2/2] Kconfig : default all the namespaces to 'yes' Daniel Lezcano
     [not found]     ` <1286457333-10500-2-git-send-email-daniel.lezcano-GANU6spQydw@public.gmane.org>
2010-10-11 18:57       ` Matt Helsley
     [not found]         ` <20101011185757.GJ23839-52DBMbEzqgQ/wnmkkaCWp/UQ3DHhIser@public.gmane.org>
2010-10-12 17:16           ` Serge E. Hallyn
     [not found]             ` <20101012171622.GA16543-A9i7LUbDfNHQT0dZR+AlfA@public.gmane.org>
2010-10-13  5:09               ` Daniel Lezcano
     [not found]                 ` <4CB53F1C.7020709-GANU6spQydw@public.gmane.org>
2010-10-13 14:44                   ` Serge E. Hallyn
     [not found]                     ` <20101013144430.GA20904-A9i7LUbDfNHQT0dZR+AlfA@public.gmane.org>
2010-10-14 23:51                       ` Andrew Morton
     [not found]                         ` <20101014165106.1ab36714.akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
2010-10-15  3:05                           ` Serge E. Hallyn
2010-10-12 17:53   ` Oren Laadan [this message]
     [not found]     ` <4CB4A0B3.10401-eQaUEPhvms7ENvBUuze7eA@public.gmane.org>
2010-10-13  5:10       ` [PATCH 1/2] Kconfig : remove pid_ns and net_ns experimental Daniel Lezcano

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=4CB4A0B3.10401@cs.columbia.edu \
    --to=orenl-eqauephvms7envbuuze7ea@public.gmane.org \
    --cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
    --cc=containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    --cc=daniel.lezcano-GANU6spQydw@public.gmane.org \
    /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