[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <E3004E95-F774-457E-9BA8-FA29A72BE035@holtmann.org>
Date: Thu, 29 Sep 2016 08:23:03 +0200
From: Marcel Holtmann <marcel@...tmann.org>
To: Network Development <netdev@...r.kernel.org>
Subject: net-next tree broken with CONFIG_NETFILTER_INGRESS=n
Hi Dave,
the net-next tree is broken since a few days now when CONFIG_NETFILTER_INGRESS=n is set.
CC net/netfilter/core.o
In file included from ./include/linux/linkage.h:4:0,
from ./include/linux/kernel.h:6,
from net/netfilter/core.c:10:
net/netfilter/core.c: In function ‘nf_set_hooks_head’:
net/netfilter/core.c:96:30: error: ‘struct net_device’ has no member named ‘nf_hooks_ingress’
rcu_assign_pointer(reg->dev->nf_hooks_ingress, entry);
^
./include/linux/compiler.h:299:17: note: in definition of macro ‘WRITE_ONCE’
union { typeof(x) __val; char __c[1]; } __u = \
^
Regards
Marcel
Powered by blists - more mailing lists