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:	Sat, 09 Dec 2006 13:58:57 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	randy.dunlap@...cle.com
Cc:	linux-kernel@...r.kernel.org, akpm@...l.org, khc@...waw.pl
Subject: Re: [PATCH] fix WAN routers kconfig dependency

From: Randy Dunlap <randy.dunlap@...cle.com>
Date: Sat, 9 Dec 2006 12:41:08 -0800

> From: Randy Dunlap <randy.dunlap@...cle.com>
> 
> Currently WAN router drivers can be built in-kernel while the
> register/unregister_wan_device interfaces are built as modules.
> This causes:
> 
> drivers/built-in.o: In function `cycx_init':
> cycx_main.c:(.init.text+0x5c4b): undefined reference to `register_wan_device'
> drivers/built-in.o: In function `cycx_exit':
> cycx_main.c:(.exit.text+0x560): undefined reference to `unregister_wan_device'
> make: *** [.tmp_vmlinux1] Error 1
> 
> The problem is caused by tristate -> bool conversion (y or m => y),
> so convert WAN_ROUTER_DRIVERS to a tristate so that the correct
> dependency is preserved.
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>

Applied, thanks Randy.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ