Hi Fernando, Thank you for the patch! Yet something to improve: [auto build test ERROR on nf-next/master] url: https://github.com/0day-ci/linux/commits/Fernando-Fernandez-Mancera/Extract-SYNPROXY-infrastructure/20190520-153903 base: https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git master config: i386-randconfig-x002-201920 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=i386 If you fix the issue, kindly add following tag Reported-by: kbuild test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): >> net/ipv6/netfilter.c:119:26: error: '__cookie_v6_init_sequence' undeclared here (not in a function); did you mean 'cookie_init_sequence'? .cookie_init_sequence = __cookie_v6_init_sequence, ^~~~~~~~~~~~~~~~~~~~~~~~~ cookie_init_sequence vim +119 net/ipv6/netfilter.c 111 112 static const struct nf_ipv6_ops ipv6ops = { 113 #if IS_MODULE(CONFIG_IPV6) 114 .chk_addr = ipv6_chk_addr, 115 .route_me_harder = ip6_route_me_harder, 116 .dev_get_saddr = ipv6_dev_get_saddr, 117 .route = __nf_ip6_route, 118 #endif > 119 .cookie_init_sequence = __cookie_v6_init_sequence, 120 .route_input = ip6_route_input, 121 .fragment = ip6_fragment, 122 .reroute = nf_ip6_reroute, 123 }; 124 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip