Ingo Molnar wrote:
quoted
Pablo Neira Ayuso (1):
netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf_nat
FYI, got a common build failure with latest -git, and bisected it back
to the commit above. Config attached, error log and bisect log below.
(The build failure output is at the bottom, it comes after dozens of
build warnings all across the kernel.)
net/netfilter/nf_conntrack_netlink.c:819: warning: ‘enum nf_nat_manip_type’ declared inside parameter list
net/netfilter/nf_conntrack_netlink.c:819: warning: its scope is only this definition or declaration, which is probably not what you want
net/netfilter/nf_conntrack_netlink.c:818: error: parameter 2 (‘manip’) has incomplete type
Thanks Ingo. I just sent this patch to Benjamin Herrenschmidt
for testing.