From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: linux-next: Tree for November 18 (netfilter) Date: Thu, 18 Nov 2010 19:32:11 +0100 Message-ID: <4CE5712B.2080909@trash.net> References: <20101118134256.fe132215.sfr@canb.auug.org.au> <20101118092520.6ad964c7.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20101118092520.6ad964c7.randy.dunlap@oracle.com> Sender: netfilter-devel-owner@vger.kernel.org To: Randy Dunlap Cc: Stephen Rothwell , netfilter-devel@vger.kernel.org, linux-next@vger.kernel.org, LKML , netdev , KOVACS Krisztian , Balazs Scheidler List-Id: linux-next.vger.kernel.org Am 18.11.2010 18:25, schrieb Randy Dunlap: > On Thu, 18 Nov 2010 13:42:56 +1100 Stephen Rothwell wrote: > >> Hi all, >> >> Changes since 20101117: > > > include/net/netfilter/nf_conntrack.h:94: error: field 'ct_general' has incomplete type > include/net/netfilter/nf_conntrack.h:174: error: 'const struct sk_buff' has no member named 'nfct' > include/net/netfilter/nf_conntrack.h:181: error: implicit declaration of function 'nf_conntrack_put' > include/net/netfilter/nf_conntrack_ecache.h:35: error: 'struct net' has no member named 'ct' > include/net/netfilter/nf_conntrack_core.h:60: error: 'struct sk_buff' has no member named 'nfct' > net/ipv6/netfilter/nf_defrag_ipv6_hooks.c:36: error: 'struct sk_buff' has no member named 'nfct' > net/ipv6/netfilter/nf_defrag_ipv6_hooks.c:37: error: implicit declaration of function 'nf_ct_zone' > net/ipv6/netfilter/nf_defrag_ipv6_hooks.c:37: error: 'struct sk_buff' has no member named 'nfct' > net/ipv6/netfilter/nf_defrag_ipv6_hooks.c:60: error: 'struct sk_buff' has no member named 'nfct' > net/ipv6/netfilter/nf_defrag_ipv6_hooks.c:60: error: 'struct sk_buff' has no member named 'nfct' > net/ipv6/netfilter/nf_conntrack_reasm.c:598: error: implicit declaration of function 'nf_conntrack_put_reasm' > net/ipv6/netfilter/nf_conntrack_reasm.c:598: error: 'struct sk_buff' has no member named 'nfct_reasm' > net/ipv6/netfilter/nf_conntrack_reasm.c:599: error: implicit declaration of function 'nf_conntrack_get_reasm' > net/ipv6/netfilter/nf_conntrack_reasm.c:600: error: 'struct sk_buff' has no member named 'nfct_reasm' > > > randconfig file is attached. Krisztian, Balazs, could you please have a look at this? If the intention is to use NF_DEFRAG_IPV6 without conntrack, we probably need a couple of ifdefs.