Re: linux-next: build failure after merge of the netfilter-next tree

From: Pablo Neira Ayuso
Date: Fri Apr 12 2019 - 12:36:20 EST


On Fri, Apr 12, 2019 at 04:37:20PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the netfilter tree, today's linux-next build (powerpc
> ppc44x_defconfig) failed like this:
>
> In file included from /home/sfr/next/next/net/bridge/br_input.c:19:
> /home/sfr/next/next/include/net/netfilter/nf_queue.h:16:23: error: field 'state'
> has incomplete type
> struct nf_hook_state state;
> ^~~~~
>
> Caused by commit
>
> 971502d77faa ("bridge: netfilter: unroll NF_HOOK helper in bridge input path")
>
> This build has CONFIG_NETFILTER not set.

I have applied this to nf-next, thanks.