Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754810Ab0L3CMj (ORCPT ); Wed, 29 Dec 2010 21:12:39 -0500 Received: from cn.fujitsu.com ([222.73.24.84]:54971 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1754781Ab0L3CMh (ORCPT ); Wed, 29 Dec 2010 21:12:37 -0500 Message-ID: <4D1BEA23.5060800@cn.fujitsu.com> Date: Thu, 30 Dec 2010 10:10:43 +0800 From: Shan Wei User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13pre) Gecko/20101113 Shredder/3.1.7pre MIME-Version: 1.0 To: Randy Dunlap CC: Stephen Rothwell , netfilter-devel@vger.kernel.org, linux-next@vger.kernel.org, LKML , netdev Subject: Re: linux-next: Tree for December 29 (netfilter build errors) References: <20101229130700.0ef93735.sfr@canb.auug.org.au> <20101229085300.1ceac200.randy.dunlap@oracle.com> In-Reply-To: <20101229085300.1ceac200.randy.dunlap@oracle.com> X-MIMETrack: Itemize by SMTP Server on mailserver/fnst(Release 8.5.1FP4|July 25, 2010) at 2010-12-30 10:12:21, Serialize by Router on mailserver/fnst(Release 8.5.1FP4|July 25, 2010) at 2010-12-30 10:12:21, Serialize complete at 2010-12-30 10:12:21 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3013 Lines: 47 Randy Dunlap wrote, at 12/30/2010 12:53 AM: > On Wed, 29 Dec 2010 13:07:00 +1100 Stephen Rothwell wrote: > >> Hi all, >> >> Changes since 20101228: > > > In file included from linux-next-20101229/net/ipv6/netfilter/nf_defrag_ipv6_hooks.c:22: > linux-next-20101229/include/net/netfilter/nf_conntrack.h:94: error: field 'ct_general' has incomplete type > linux-next-20101229/include/net/netfilter/nf_conntrack.h: In function 'nf_ct_get': > linux-next-20101229/include/net/netfilter/nf_conntrack.h:174: error: 'const struct sk_buff' has no member named 'nfct' > linux-next-20101229/include/net/netfilter/nf_conntrack.h: In function 'nf_ct_put': > linux-next-20101229/include/net/netfilter/nf_conntrack.h:181: error: implicit declaration of function 'nf_conntrack_put' > CC net/ipv6/exthdrs_core.o > In file included from linux-next-20101229/include/net/netfilter/nf_conntrack_core.h:18, > from linux-next-20101229/net/ipv6/netfilter/nf_defrag_ipv6_hooks.c:26: > linux-next-20101229/include/net/netfilter/nf_conntrack_ecache.h: In function 'nf_ct_ecache_ext_add': > linux-next-20101229/include/net/netfilter/nf_conntrack_ecache.h:35: error: 'struct net' has no member named 'ct' > In file included from linux-next-20101229/net/ipv6/netfilter/nf_defrag_ipv6_hooks.c:26: > linux-next-20101229/include/net/netfilter/nf_conntrack_core.h: In function 'nf_conntrack_confirm': > linux-next-20101229/include/net/netfilter/nf_conntrack_core.h:60: error: 'struct sk_buff' has no member named 'nfct' > linux-next-20101229/net/ipv6/netfilter/nf_defrag_ipv6_hooks.c: In function 'nf_ct6_defrag_user': > linux-next-20101229/net/ipv6/netfilter/nf_defrag_ipv6_hooks.c:36: error: 'struct sk_buff' has no member named 'nfct' > linux-next-20101229/net/ipv6/netfilter/nf_defrag_ipv6_hooks.c:37: error: implicit declaration of function 'nf_ct_zone' > linux-next-20101229/net/ipv6/netfilter/nf_defrag_ipv6_hooks.c:37: error: 'struct sk_buff' has no member named 'nfct' > linux-next-20101229/net/ipv6/netfilter/nf_defrag_ipv6_hooks.c: In function 'ipv6_defrag': > linux-next-20101229/net/ipv6/netfilter/nf_defrag_ipv6_hooks.c:60: error: 'struct sk_buff' has no member named 'nfct' > linux-next-20101229/net/ipv6/netfilter/nf_defrag_ipv6_hooks.c:60: error: 'struct sk_buff' has no member named 'nfct' > make[4]: *** [net/ipv6/netfilter/nf_defrag_ipv6_hooks.o] Error 1 > make[3]: *** [net/ipv6/netfilter] Error 2 CONFIG_NF_DEFRAG_IPV6 depends on CONFIG_NF_CONNTRACK_IPV6 which depends on CONFIG_NF_CONNTRACK. In you config file, CONFIG_NF_CONNTRACK_IPV6 and CONFIG_NF_CONNTRACK are not set, but CONFIG_NF_DEFRAG_IPV6 is set with 'y'. This is same with IPv4. Selecting CONFIG_NF_CONNTRACK and CONFIG_NF_CONNTRACK_IPV6 may help to you. -- Best Regards ----- Shan Wei -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/