Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1496185
| From | Pavel Machek <pavel@ucw.cz> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | 4.9-rc0: nf_hooks_ingress missing, breaking compilation |
| Date | 2016-10-06 09:00 +0200 |
| Message-ID | <spaOR-4Wl-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hi!
In kernel based on edadd0e, I get plenty of errors such as:
net/netfilter/core.c:96:3: note: in expansion of macro ‘rcu_assign_pointer’
rcu_assign_pointer(reg->dev->nf_hooks_ingress, entry);
^
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:96:30: error: ‘struct net_device’ has no member named ‘nf_hooks_ingress’
rcu_assign_pointer(reg->dev->nf_hooks_ingress, entry);
^
Config is attached.
[Ok, I guess testing -rc0 is "a bit too brave" :-)]
Best regards,
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
4.9-rc0: nf_hooks_ingress missing, breaking compilation Pavel Machek <pavel@ucw.cz> - 2016-10-06 09:00 +0200 Re: 4.9-rc0: nf_hooks_ingress missing, breaking compilation Aaron Conole <aconole@bytheb.org> - 2016-10-06 16:00 +0200
csiph-web