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:	Sun, 14 Apr 2013 12:45:57 +0300
From:	Tomas Melin <tomas.melin@....fi>
To:	johannes@...solutions.net, davem@...emloft.net
Cc:	netdev@...r.kernel.org
Subject: Build error v3.9-rc when CONFIG_IPV6 configured as module

It seems CONFIG_IPV6 cannot be built as a module, using "m"-option
leads to to the following linking error:

net/built-in.o: In function `ieee80211_unregister_hw':
(.text+0x10f0e1): undefined reference to `unregister_inet6addr_notifier'
net/built-in.o: In function `ieee80211_register_hw':
(.text+0x10f610): undefined reference to `register_inet6addr_notifier'
make: *** [vmlinux] Error 1

This happens since the caller net/mac80211/main.c is statically built
in but net/ipv6/addrconf.c is then built as a module. Is this expected
behaviour or should it be fixed?

Configuration:  v3.9-rc6 with defconfig but ipv6 set to be a module
instead of built in.

-Tomas
--
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