Bug 3201
Summary: | linux-2.6.8-rc4-mm1: IPv6-in-IPv6 undefined references | ||
---|---|---|---|
Product: | Networking | Reporter: | Ioannis Aslanidis (deathwing00) |
Component: | IPV6 | Assignee: | Adrian Bunk (bunk) |
Status: | CLOSED PATCH_ALREADY_AVAILABLE | ||
Severity: | blocking | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | linux-2.6.8-rc4-mm1 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Ioannis Aslanidis
2004-08-12 14:59:12 UTC
*** Bug 3200 has been marked as a duplicate of this bug. *** I have compiled kernel 2.6.8 with the same problems in the same module: # make && make bzImage modules modules_install make[1]: `arch/i386/kernel/asm-offsets.s' is up to date. CHK include/linux/compile.h GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 net/built-in.o(.init.text+0x37e7): In function `ip6_tunnel_init': : undefined reference to `xfrm6_tunnel_register' net/built-in.o(.init.text+0x3846): In function `ip6_tunnel_init': : undefined reference to `xfrm6_tunnel_deregister' net/built-in.o(.exit.text+0x926): In function `ip6_tunnel_cleanup': : undefined reference to `xfrm6_tunnel_deregister' make: *** [.tmp_vmlinux1] Error 1 This bug should be fixed in 2.6.9-rc1. If you can still reproduce this bug in 2.6.9-rc1, please attach your .config . *** Bug 3216 has been marked as a duplicate of this bug. *** Already fixed. This bug should be closed. Thanks. Thanks for this information, I'm therefore closing this bug. |