From: Randy Dunlap <hidden> Date: 2011-02-10 17:53:26
On Thu, 10 Feb 2011 18:05:25 +1100 Stephen Rothwell wrote:
Hi all,
[The kernel.org mirroring is being slow ...]
Changes since 20110209:
xt_AUDIT.c:(.text+0x39ca9): undefined reference to `ipv6_skip_exthdr'
IPV6 is not enabled.
Full config file is attached.
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
From: Randy Dunlap <hidden> Date: 2011-03-03 22:33:01
On Mon, 14 Feb 2011 08:34:56 +0100 Patrick McHardy wrote:
On 10.02.2011 18:52, Randy Dunlap wrote:
quoted
On Thu, 10 Feb 2011 18:05:25 +1100 Stephen Rothwell wrote:
quoted
Hi all,
[The kernel.org mirroring is being slow ...]
Changes since 20110209:
xt_AUDIT.c:(.text+0x39ca9): undefined reference to `ipv6_skip_exthdr'
IPV6 is not enabled.
Full config file is attached.
Thomas, please have a look at this.
Ping.
This build error is still with us in linux-next 2011.0303...
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
From: Thomas Graf <hidden> Date: 2011-03-04 09:35:18
exthdrs_core.c and addrconf_core.c in net/ipv6/ contain bits which
must be made available even if IPv6 is disabled.
net/ipv6/Makefile already correctly includes them if CONFIG_IPV6=n
but net/Makefile prevents entering the subdirectory.
Signed-off-by: Thomas Graf <redacted>
From: Randy Dunlap <hidden> Date: 2011-03-04 17:03:18
On 03/04/11 01:35, Thomas Graf wrote:
exthdrs_core.c and addrconf_core.c in net/ipv6/ contain bits which
must be made available even if IPv6 is disabled.
net/ipv6/Makefile already correctly includes them if CONFIG_IPV6=n
but net/Makefile prevents entering the subdirectory.
Signed-off-by: Thomas Graf <redacted>
From: David Miller <davem@davemloft.net> Date: 2011-03-07 20:50:42
From: Randy Dunlap <redacted>
Date: Fri, 04 Mar 2011 09:01:54 -0800
On 03/04/11 01:35, Thomas Graf wrote:
quoted
exthdrs_core.c and addrconf_core.c in net/ipv6/ contain bits which
must be made available even if IPv6 is disabled.
net/ipv6/Makefile already correctly includes them if CONFIG_IPV6=n
but net/Makefile prevents entering the subdirectory.
Signed-off-by: Thomas Graf <redacted>