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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 26 Nov 2012 10:50:30 -0800
From:	Randy Dunlap <rdunlap@...radead.org>
To:	Viresh Kumar <viresh.kumar@...aro.org>
CC:	kbuild test robot <fengguang.wu@...el.com>,
	Ben Hutchings <bhutchings@...arflare.com>, davem@...emloft.net,
	netdev@...r.kernel.org
Subject: [PATCH net-next:master 20/25] net/dsa: make DSA tagging depend on
 NETDEVICES and !S390

From: Randy Dunlap <rdunlap@...radead.org>

Fix kconfig dependency warning by making DSA support depend on the
same kconfig symbols that NET_DSA depend on.

warning: (NET_DSA_TAG_DSA && NET_DSA_TAG_EDSA && NET_DSA_TAG_TRAILER) selects NET_DSA which has unmet direct dependencies (NET && NETDEVICES && !S390)

Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
---
 net/dsa/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20121126.orig/net/dsa/Kconfig
+++ linux-next-20121126/net/dsa/Kconfig
@@ -9,6 +9,7 @@ config NET_DSA
 
 
 menu "Distributed Switch Architecture support"
+	depends on NETDEVICES && !S390
 
 # tagging formats
 config NET_DSA_TAG_DSA
--
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