Re: randconfig build error with next-20140113, in net/netfilter/nft_reject.c
From: Paul Gortmaker <hidden>
Date: 2014-01-13 18:13:33
Also in:
linux-next, lkml, netfilter-devel
From: Paul Gortmaker <hidden>
Date: 2014-01-13 18:13:33
Also in:
linux-next, lkml, netfilter-devel
On Mon, Jan 13, 2014 at 8:51 AM, Jim Davis [off-list ref] wrote:
Building with the attached random configuration file, warning: (NF_TABLES_INET) selects NF_TABLES_IPV6 which has unmet direct dependencies (NET && INET && IPV6 && NETFILTER && NF_TABLES) warning: (NF_TABLES_INET) selects NF_TABLES_IPV6 which has unmet direct dependencies (NET && INET && IPV6 && NETFILTER && NF_TABLES) LD init/built-in.o net/built-in.o: In function `nft_reject_eval': nft_reject.c:(.text+0x67bc1): undefined reference to `nf_ip6_checksum' nft_reject.c:(.text+0x67c28): undefined reference to `ip6_route_output' nft_reject.c:(.text+0x67d09): undefined reference to `ip6_dst_hoplimit' make: *** [vmlinux] Error 1
I came across the same thing independently while working on an unrelated netfilter patch. Bisected and fix sent. http://patchwork.ozlabs.org/patch/310298/