On Wed, Aug 14, 2019 at 07:27:58PM +0200, Pablo Neira Ayuso wrote: > On Wed, Aug 14, 2019 at 12:53:30PM -0400, David Miller wrote: > > > > This started happening after Jakub's pull of your net-next changes > > yesterday: > > > > ./include/uapi/linux/netfilter_ipv6/ip6t_LOG.h:5:2: warning: #warning "Please update iptables, this file will be removed soon!" [-Wcpp] > > #warning "Please update iptables, this file will be removed soon!" > > ^~~~~~~ > > In file included from <command-line>: > > ./include/uapi/linux/netfilter_ipv4/ipt_LOG.h:5:2: warning: #warning "Please update iptables, this file will be removed soon!" [-Wcpp] > > #warning "Please update iptables, this file will be removed soon!" > > ^~~~~~~ > > > > It's probaly from the standard kernel build UAPI header checks. > > > > Please fix this. > > Would you apply this patch that Jeremy posted via net-next instead of > nf-next? > > http://patchwork.ozlabs.org/patch/1146821/ Else I can prepare a small pull request with a few patches for net-next later today, your choice.