From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: linux-next borked with CONFIG_NF_CONNTRACK=n Date: Tue, 19 Jun 2012 05:21:02 +0200 Message-ID: <20120619032102.GB31266@1984> References: <20120618153116.c38e879c.akpm@linux-foundation.org> <20120618231136.GA30223@1984> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Andrew Morton Return-path: Received: from mail.us.es ([193.147.175.20]:54072 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752301Ab2FSDVG (ORCPT ); Mon, 18 Jun 2012 23:21:06 -0400 Content-Disposition: inline In-Reply-To: <20120618231136.GA30223@1984> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tue, Jun 19, 2012 at 01:11:36AM +0200, Pablo Neira Ayuso wrote: > On Mon, Jun 18, 2012 at 03:31:16PM -0700, Andrew Morton wrote: > > > > If you didn't already know this... > > > > I hacked with it for a few minutes but gave up. Sample config attached. > > > > include/net/netfilter/nf_conntrack.h: In function 'nf_ct_get': > > include/net/netfilter/nf_conntrack.h:157: error: 'const struct sk_buff' has no member named 'nfct' > > > > after "fixing" that, > > > > include/net/netfilter/nf_conntrack.h: In function 'nf_ct_get': > > include/net/netfilter/nf_conntrack.h:157: error: 'const struct sk_buff' has no member named 'nfct' > > > > give up. > > I think this is similar to what Randy Dunlap reported: > > http://www.spinics.net/lists/netfilter-devel/msg22211.html > > I'm going to send patches to David to fix this asap. This is a different issue than Randy's. I send this patch to solve it: netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabled I have pass it to David. If he agrees to pull from my tree, this fixes compilation here with NF_CONNTRACK disabled.