From: David Miller <davem@xxxxxxxxxxxxx> Date: Mon, 30 Mar 2020 10:48:57 -0700 (PDT) > From: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> > Date: Mon, 30 Mar 2020 02:36:42 +0200 > >> You can pull these changes from: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git > > Pulled, thanks. Actually, I had to revert, please fix these warnings: net/netfilter/ipvs/ip_vs_core.c: In function ʽip_vs_in_icmpʼ: ./include/net/ip_vs.h:233:4: warning: ʽouter_protoʼ may be used uninitialized in this function [-Wmaybe-uninitialized] printk(KERN_DEBUG pr_fmt(msg), ##__VA_ARGS__); \ ^~~~~~ net/netfilter/ipvs/ip_vs_core.c:1666:8: note: ʽouter_protoʼ was declared here char *outer_proto; ^~~~~~~~~~~