Re: error: 'struct net_device' has no member named 'nf_hooks_ingress'

2016-10-05 Thread Eric Dumazet
On Wed, 2016-10-05 at 22:56 +0200, Michal Sojka wrote: > this commit is now in mainline as > e3b37f11e6e4e6b6f02cc762f182ce233d2c1c9d and it breaks my build: > > net/netfilter/core.c: In function 'nf_set_hooks_head': > net/netfilter/core.c:96:3: error: 'struct net_device

error: 'struct net_device' has no member named 'nf_hooks_ingress'

2016-10-05 Thread Michal Sojka
ore.c: In function 'nf_set_hooks_head': net/netfilter/core.c:96:3: error: 'struct net_device' has no member named 'nf_hooks_ingress' Are the fixes (see below) on the way to mainline too? Thanks. -Michal >> >> static void nf_set_hooks_head(struct net *net, const struct nf_hook_

[nf-next:master 43/54] net/netfilter/core.c:96:30: error: 'struct net_device' has no member named 'nf_hooks_ingress'

2016-09-25 Thread kbuild test robot
>> 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