From: Richard Cochran <richardcochran@xxxxxxxxx> Date: Thu, 30 May 2019 22:51:32 -0700 > 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 This should be fixed now.