All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] vxlan: remove depends on CONFIG_EXPERIMENTAL
@ 2013-02-23  7:25 Kees Cook
  2013-02-23 18:54 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Kees Cook @ 2013-02-23  7:25 UTC (permalink / raw)
  To: linux-kernel
  Cc: David S. Miller, Kees Cook, Stephen Hemminger,
	Greg Kroah-Hartman, netdev

The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.

Signed-off-by: Kees Cook <keescook@chromium.org>
Cc: Stephen Hemminger <shemminger@vyatta.com>
Cc: David S. Miller <davem@davemloft.net>
---
 drivers/net/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 56c2d75..87f1d39 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -150,7 +150,7 @@ config MACVTAP
 
 config VXLAN
        tristate "Virtual eXtensible Local Area Network (VXLAN)"
-       depends on EXPERIMENTAL && INET
+       depends on INET
        ---help---
 	  This allows one to create vxlan virtual interfaces that provide
 	  Layer 2 Networks over Layer 3 Networks. VXLAN is often used
-- 
1.7.9.5


-- 
Kees Cook
Chrome OS Security

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

* Re: [PATCH] vxlan: remove depends on CONFIG_EXPERIMENTAL
  2013-02-23  7:25 [PATCH] vxlan: remove depends on CONFIG_EXPERIMENTAL Kees Cook
@ 2013-02-23 18:54 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-02-23 18:54 UTC (permalink / raw)
  To: keescook; +Cc: linux-kernel, shemminger, gregkh, netdev

From: Kees Cook <keescook@chromium.org>
Date: Fri, 22 Feb 2013 23:25:38 -0800

> The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
> while now and is almost always enabled by default. As agreed during the
> Linux kernel summit, remove it from any "depends on" lines in Kconfigs.
> 
> Signed-off-by: Kees Cook <keescook@chromium.org>

Applied.

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

end of thread, other threads:[~2013-02-23 18:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-23  7:25 [PATCH] vxlan: remove depends on CONFIG_EXPERIMENTAL Kees Cook
2013-02-23 18:54 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.