lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 14 May 2014 11:24:16 -0700
From:	Dave Hansen <dave@...1.net>
To:	linux-kernel@...r.kernel.org
Cc:	Dave Hansen <dave@...1.net>, dave.hansen@...ux.intel.com,
	siva.kallam@...sung.com, vipul.pandya@...sung.com,
	ks.giri@...sung.com, joe@...ches.com, bh74.an@...sung.com,
	davem@...emloft.net, netdev@...r.kernel.org
Subject: [PATCH] net: driver: samsung: keep off in Kconfig by default


From: Dave Hansen <dave.hansen@...ux.intel.com>

These are a pet peeve of mine: Kconfig options that very few
people need turned on, but that default to y.

I know that this doesn't generate any code by itself, but it
does get in the way of every single person that does an
oldconfig.

Signed-off-by: Dave Hansen <dave.hansen@...ux.intel.com>
Cc: Siva Reddy Kallam <siva.kallam@...sung.com>
Cc: Vipul Pandya <vipul.pandya@...sung.com>
Cc: Girish K S <ks.giri@...sung.com>
Cc: Joe Perches <joe@...ches.com>
Cc: Byungho An <bh74.an@...sung.com>
Cc: David S. Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org
---

 b/drivers/net/ethernet/samsung/Kconfig |    1 -
 1 file changed, 1 deletion(-)

diff -puN drivers/net/ethernet/samsung/Kconfig~turn-off-samsung-on-by-default drivers/net/ethernet/samsung/Kconfig
--- a/drivers/net/ethernet/samsung/Kconfig~turn-off-samsung-on-by-default	2014-05-14 11:17:06.213259966 -0700
+++ b/drivers/net/ethernet/samsung/Kconfig	2014-05-14 11:17:14.440628851 -0700
@@ -4,7 +4,6 @@
 
 config NET_VENDOR_SAMSUNG
 	bool "Samsung Ethernet devices"
-	default y
 	---help---
 	  If you have a network (Ethernet) chipset belonging to this class,
 	  say Y.
_
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ