* 4.9-rc0: nf_hooks_ingress missing, breaking compilation
@ 2016-10-06 6:58 Pavel Machek
2016-10-06 13:54 ` Aaron Conole
0 siblings, 1 reply; 2+ messages in thread
From: Pavel Machek @ 2016-10-06 6:58 UTC (permalink / raw)
To: kernel list, Netdev list, pablo, aconole
[-- Attachment #1.1: Type: text/plain, Size: 814 bytes --]
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
[-- Attachment #1.2: delme.gz --]
[-- Type: application/gzip, Size: 26370 bytes --]
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 4.9-rc0: nf_hooks_ingress missing, breaking compilation
2016-10-06 6:58 4.9-rc0: nf_hooks_ingress missing, breaking compilation Pavel Machek
@ 2016-10-06 13:54 ` Aaron Conole
0 siblings, 0 replies; 2+ messages in thread
From: Aaron Conole @ 2016-10-06 13:54 UTC (permalink / raw)
To: Pavel Machek; +Cc: kernel list, Netdev list, pablo
Pavel Machek <pavel@ucw.cz> writes:
> Hi!
Hi Pavel,
> In kernel based on edadd0e, I get plenty of errors such as:
In this case, I screwed up - sincere apologies.
Enabling CONFIG_NETFILTER_INGRESS will work around this error for the
time being, while the fix makes it way through the various trees.
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-06 13:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-06 6:58 4.9-rc0: nf_hooks_ingress missing, breaking compilation Pavel Machek
2016-10-06 13:54 ` Aaron Conole
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).