mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Kees Cook <keescook@chromium.org>
To: linux-kernel@vger.kernel.org
Cc: netdev@vger.kernel.org, Kees Cook <keescook@chromium.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	"David S. Miller" <davem@davemloft.net>
Subject: [PATCH 01/20] drivers/net/ethernet/fujitsu: remove depends on CONFIG_EXPERIMENTAL
Date: Tue, 22 Jan 2013 10:30:25 -0800	[thread overview]
Message-ID: <1358879444-25834-2-git-send-email-keescook@chromium.org> (raw)
In-Reply-To: <1358879444-25834-1-git-send-email-keescook@chromium.org>

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.

Cc: "David S. Miller" <davem@davemloft.net>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: NetDev <netdev@vger.kernel.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
---
 drivers/net/ethernet/fujitsu/Kconfig |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/ethernet/fujitsu/Kconfig b/drivers/net/ethernet/fujitsu/Kconfig
index aca1568..555527f 100644
--- a/drivers/net/ethernet/fujitsu/Kconfig
+++ b/drivers/net/ethernet/fujitsu/Kconfig
@@ -5,7 +5,7 @@
 config NET_VENDOR_FUJITSU
 	bool "Fujitsu devices"
 	default y
-	depends on ISA || PCMCIA || (ISA && EXPERIMENTAL)
+	depends on ISA || PCMCIA
 	---help---
 	  If you have a network (Ethernet) card belonging to this class, say Y
 	  and read the Ethernet-HOWTO, available from
@@ -18,8 +18,8 @@ config NET_VENDOR_FUJITSU
 if NET_VENDOR_FUJITSU
 
 config AT1700
-	tristate "AT1700/1720 support (EXPERIMENTAL)"
-	depends on ISA && EXPERIMENTAL
+	tristate "AT1700/1720 support"
+	depends on ISA
 	select CRC32
 	---help---
 	  If you have a network (Ethernet) card of this type, say Y and read
-- 
1.7.9.5


  reply	other threads:[~2013-01-22 18:31 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-22 18:30 [PATCH 0/20] net: remove CONFIG_EXPERIMENTAL Kees Cook
2013-01-22 18:30 ` Kees Cook [this message]
2013-01-22 18:30 ` [PATCH 02/20] drivers/net/ethernet/icplus: remove depends on CONFIG_EXPERIMENTAL Kees Cook
2013-01-22 18:30 ` [PATCH 03/20] drivers/net/ethernet/microchip: " Kees Cook
2013-01-22 18:30 ` [PATCH 04/20] drivers/net/ethernet/racal: " Kees Cook
2013-01-22 18:30 ` [PATCH 05/20] drivers/net/ethernet/seeq: " Kees Cook
2013-01-22 18:30 ` [PATCH 06/20] drivers/net/ethernet/stmicro/stmmac: " Kees Cook
2013-01-22 18:30 ` [PATCH 07/20] drivers/net/ethernet/sun: " Kees Cook
2013-01-22 18:30 ` [PATCH 08/20] drivers/net/hippi: " Kees Cook
2013-01-22 18:30 ` [PATCH 09/20] drivers/net/irda: " Kees Cook
2013-01-22 18:30 ` [PATCH 10/20] drivers/net/ppp: " Kees Cook
2013-01-22 18:30 ` [PATCH 11/20] drivers/net/wireless: " Kees Cook
2013-01-22 18:30 ` [PATCH 12/20] drivers/net/wireless/ath/ath6kl: " Kees Cook
2013-01-22 18:36   ` Kalle Valo
2013-01-22 18:30 ` [PATCH 13/20] drivers/net/wireless/ath/carl9170: " Kees Cook
2013-01-22 18:30 ` [PATCH 14/20] drivers/net/wireless/b43: " Kees Cook
2013-01-22 18:30 ` [PATCH 15/20] drivers/net/wireless/ipw2x00: " Kees Cook
2013-01-22 18:30 ` [PATCH 16/20] drivers/net/wireless/p54: " Kees Cook
2013-01-22 18:37   ` Christian Lamparter
2013-01-22 18:40     ` Kees Cook
2013-01-22 19:12       ` David Miller
2013-01-22 19:14         ` John W. Linville
2013-01-22 19:59         ` Greg KH
2013-01-22 18:30 ` [PATCH 17/20] drivers/net/wireless/rt2x00: " Kees Cook
2013-01-22 18:30 ` [PATCH 18/20] drivers/net/wireless/rtl818x: " Kees Cook
2013-01-22 18:30 ` [PATCH 19/20] drivers/net/wireless/zd1211rw: " Kees Cook
2013-01-22 18:30 ` [PATCH 20/20] drivers/net/wireless/rtlwifi: " Kees Cook
2013-01-22 20:34 ` [PATCH 0/20] net: remove CONFIG_EXPERIMENTAL Greg Kroah-Hartman

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=1358879444-25834-2-git-send-email-keescook@chromium.org \
    --to=keescook@chromium.org \
    --cc=davem@davemloft.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.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

all inboxes | Powered by JetHome®