From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: [patch 1/1] remove EXPERIMENTAL on PID namespace Date: Mon, 28 Dec 2009 21:57:23 -0600 Message-ID: <20091229035723.GA19882@us.ibm.com> References: <20091228220016.114481294@mai.lab.toulouse-stg.fr.ibm.com> <20091228220100.269036219@mai.lab.toulouse-stg.fr.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20091228220100.269036219-7Ha4D/yM3XKqUVqbrEjtMkN0fxke0PB7qyM6JfAXOaQ@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: Daniel Lezcano Cc: containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org List-Id: containers.vger.kernel.org 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 I'd say so. Acked-by: Serge Hallyn > --- > 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