* [PATCH][RFC] Move config NET_NS to from net/Kconfig to init/Kconfig
@ 2009-01-24 0:07 Matt Helsley
2009-01-26 17:58 ` Serge E. Hallyn
0 siblings, 1 reply; 3+ messages in thread
From: Matt Helsley @ 2009-01-24 0:07 UTC (permalink / raw)
To: netdev
Make NET_NS available underneath the generic Namespaces config option since all of
the other namespace options are there.
Signed-off-by: Matt Helsley <matthltc@us.ibm.com>
---
init/Kconfig | 8 ++++++++
net/Kconfig | 8 --------
2 files changed, 8 insertions(+), 8 deletions(-)
Index: linux-2.6.29-rc1/init/Kconfig
===================================================================
--- linux-2.6.29-rc1.orig/init/Kconfig
+++ linux-2.6.29-rc1/init/Kconfig
@@ -541,6 +541,14 @@ config PID_NS
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
+ help
+ Allow user space to create what appear to be multiple instances
+ of the network stack.
+
config BLK_DEV_INITRD
bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support"
depends on BROKEN || !FRV
Index: linux-2.6.29-rc1/net/Kconfig
===================================================================
--- linux-2.6.29-rc1.orig/net/Kconfig
+++ linux-2.6.29-rc1/net/Kconfig
@@ -24,14 +24,6 @@ if NET
menu "Networking options"
-config NET_NS
- bool "Network namespace support"
- default n
- depends on EXPERIMENTAL && NAMESPACES
- help
- Allow user space to create what appear to be multiple instances
- of the network stack.
-
config COMPAT_NET_DEV_OPS
def_bool y
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH][RFC] Move config NET_NS to from net/Kconfig to init/Kconfig
2009-01-24 0:07 [PATCH][RFC] Move config NET_NS to from net/Kconfig to init/Kconfig Matt Helsley
@ 2009-01-26 17:58 ` Serge E. Hallyn
2009-01-26 20:26 ` David Miller
0 siblings, 1 reply; 3+ messages in thread
From: Serge E. Hallyn @ 2009-01-26 17:58 UTC (permalink / raw)
To: Matt Helsley; +Cc: netdev
Quoting Matt Helsley (matthltc@us.ibm.com):
> Make NET_NS available underneath the generic Namespaces config option since all of
> the other namespace options are there.
>
> Signed-off-by: Matt Helsley <matthltc@us.ibm.com>
It would definately be nice to have all the namespace options in
one place.
Acked-by: Serge Hallyn <serue@us.ibm.com>
> ---
> init/Kconfig | 8 ++++++++
> net/Kconfig | 8 --------
> 2 files changed, 8 insertions(+), 8 deletions(-)
>
> Index: linux-2.6.29-rc1/init/Kconfig
> ===================================================================
> --- linux-2.6.29-rc1.orig/init/Kconfig
> +++ linux-2.6.29-rc1/init/Kconfig
> @@ -541,6 +541,14 @@ config PID_NS
> 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
> + help
> + Allow user space to create what appear to be multiple instances
> + of the network stack.
> +
> config BLK_DEV_INITRD
> bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support"
> depends on BROKEN || !FRV
> Index: linux-2.6.29-rc1/net/Kconfig
> ===================================================================
> --- linux-2.6.29-rc1.orig/net/Kconfig
> +++ linux-2.6.29-rc1/net/Kconfig
> @@ -24,14 +24,6 @@ if NET
>
> menu "Networking options"
>
> -config NET_NS
> - bool "Network namespace support"
> - default n
> - depends on EXPERIMENTAL && NAMESPACES
> - help
> - Allow user space to create what appear to be multiple instances
> - of the network stack.
> -
> config COMPAT_NET_DEV_OPS
> def_bool y
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH][RFC] Move config NET_NS to from net/Kconfig to init/Kconfig
2009-01-26 17:58 ` Serge E. Hallyn
@ 2009-01-26 20:26 ` David Miller
0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2009-01-26 20:26 UTC (permalink / raw)
To: serge; +Cc: matthltc, netdev
From: "Serge E. Hallyn" <serge@hallyn.com>
Date: Mon, 26 Jan 2009 11:58:45 -0600
> Quoting Matt Helsley (matthltc@us.ibm.com):
> > Make NET_NS available underneath the generic Namespaces config option since all of
> > the other namespace options are there.
> >
> > Signed-off-by: Matt Helsley <matthltc@us.ibm.com>
>
> It would definately be nice to have all the namespace options in
> one place.
>
> Acked-by: Serge Hallyn <serue@us.ibm.com>
Sounds good to me too, applied, thanks everyone.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-01-26 20:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-24 0:07 [PATCH][RFC] Move config NET_NS to from net/Kconfig to init/Kconfig Matt Helsley
2009-01-26 17:58 ` Serge E. Hallyn
2009-01-26 20:26 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).