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] [day] [month] [year] [list]
Date:	Sun, 09 May 2010 18:45:08 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	rgc@...1.inka.de
Cc:	netdev@...r.kernel.org
Subject: Re: error in arp.c for Token Ring (IEEE802_TR) and ...

From: Claus Regelmann <rgc@...1.inka.de>
Date: Mon, 10 May 2010 00:39:45 +0200

> 
> So the question is why CONFIG_TR is undefined allthought .config says:
> ...
> # CONFIG_NETDEV_1000 is not set
> # CONFIG_NETDEV_10000 is not set
> CONFIG_TR=m

Because when a configuration setting is set to "m" that makes
CONFIG_FOO_MODULE get defined instead of plain CONFIG_FOO.

So these places that test CONFIG_TR need to be changed to instead
test "defined(CONFIG_TR) || defined(CONFIG_TR_MODULE)"
--
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