Linux Container Development
 help / color / mirror / Atom feed
* [patch 1/1] remove EXPERIMENTAL on PID namespace
       [not found] <20091228220016.114481294@mai.lab.toulouse-stg.fr.ibm.com>
@ 2009-12-28 22:00 ` Daniel Lezcano
       [not found]   ` <20091228220100.269036219-7Ha4D/yM3XKqUVqbrEjtMkN0fxke0PB7qyM6JfAXOaQ@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Lezcano @ 2009-12-28 22:00 UTC (permalink / raw)
  To: containers-qjLDD68F18O7TbgM5vRIOg

[-- Attachment #1: remove-pid-ns-experimental.patch --]
[-- Type: text/plain, Size: 1101 bytes --]

The pid namespace is enabled by default in different distros
and the different bugs were fixed when they were reported.
No new bug is reported since some time now, so I guess it's safe to
remove the experimental condition on this subsystem.

Signed-off-by: Daniel Lezcano <daniel.lezcano-GANU6spQydw@public.gmane.org>
---
 init/Kconfig |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Index: linux-2.6/init/Kconfig
===================================================================
--- linux-2.6.orig/init/Kconfig
+++ linux-2.6/init/Kconfig
@@ -690,17 +690,14 @@ 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch 1/1] remove EXPERIMENTAL on PID namespace
       [not found]   ` <20091228220100.269036219-7Ha4D/yM3XKqUVqbrEjtMkN0fxke0PB7qyM6JfAXOaQ@public.gmane.org>
@ 2009-12-29  3:57     ` Serge E. Hallyn
  0 siblings, 0 replies; 2+ messages in thread
From: Serge E. Hallyn @ 2009-12-29  3:57 UTC (permalink / raw)
  To: Daniel Lezcano; +Cc: containers-qjLDD68F18O7TbgM5vRIOg

Quoting Daniel Lezcano (daniel.lezcano-GANU6spQydw@public.gmane.org):
> The pid namespace is enabled by default in different distros
> and the different bugs were fixed when they were reported.
> No new bug is reported since some time now, so I guess it's safe to
> remove the experimental condition on this subsystem.
> 
> Signed-off-by: Daniel Lezcano <daniel.lezcano-GANU6spQydw@public.gmane.org>

I'd say so.

Acked-by: Serge Hallyn <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>

> ---
>  init/Kconfig |    7 ++-----
>  1 file changed, 2 insertions(+), 5 deletions(-)
> 
> Index: linux-2.6/init/Kconfig
> ===================================================================
> --- linux-2.6.orig/init/Kconfig
> +++ linux-2.6/init/Kconfig
> @@ -690,17 +690,14 @@ 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
> 
> _______________________________________________
> Containers mailing list
> Containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
> https://lists.linux-foundation.org/mailman/listinfo/containers

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-12-29  3:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20091228220016.114481294@mai.lab.toulouse-stg.fr.ibm.com>
2009-12-28 22:00 ` [patch 1/1] remove EXPERIMENTAL on PID namespace Daniel Lezcano
     [not found]   ` <20091228220100.269036219-7Ha4D/yM3XKqUVqbrEjtMkN0fxke0PB7qyM6JfAXOaQ@public.gmane.org>
2009-12-29  3:57     ` Serge E. Hallyn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox