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, 16 Jul 2007 13:47:36 +0400
From:	Evgeniy Polyakov <johnpol@....mipt.ru>
To:	Toralf Förster <toralf.foerster@....de>
Cc:	netdev@...r.kernel.org
Subject: Re: build #307 failed for 2.6.22-g8f41958 in linux/./drivers/net/slip.c

On Mon, Jul 16, 2007 at 11:36:19AM +0200, Toralf Förster (toralf.foerster@....de) wrote:
> Am Montag, 16. Juli 2007 10:32 schrieb Evgeniy Polyakov:
> > This is a result of 'select' usage in Kconfig.
> > Although this patch can help too.
> >
> 
> Hi,
> unfortunatly the patch doesn't help :

It does not help with llc because of select usage.
Netdevices likely should also depend on net.

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index ba314ad..c2ab077 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -4,6 +4,7 @@
 #
 
 menuconfig NETDEVICES
+	depends on NET
 	default y if UML
 	bool "Network device support"
 	---help---


-- 
	Evgeniy Polyakov
-
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