On Thu, May 30, 2019 at 12:58:33PM -0700, David Miller wrote: > I had to revert, this doesn't build. Sorry I missed macvlan, and thanks for the 'uninitialized' warning. It was a real latent bug. I wonder why my linaro 7.4 gcc didn't flag that... Anyhow, I rebased v5 of my series to latest net-next, and I'm getting a lot of these: In file included from net/ipv6/af_inet6.c:45:0: ./include/linux/netfilter_ipv6.h: In function ‘nf_ipv6_br_defrag’: ./include/linux/netfilter_ipv6.h:110:9: error: implicit declaration of function ‘nf_ct_frag6_gather’; did you mean ‘nf_ct_attach’? [-Werror=implicit-function-declaration] return nf_ct_frag6_gather(net, skb, user); ^~~~~~~~~~~~~~~~~~ nf_ct_attach Thanks, Richard