Re: [PATCH nf-next 7/8] netfilter: conntrack: remove l3->l4 mapping information

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Florian,

I love your patch! Yet something to improve:

[auto build test ERROR on nf-next/master]

url:    https://github.com/0day-ci/linux/commits/Florian-Westphal/netfilter-conntrack-pass-nf_hook_state-to-packet-and-error-handlers/20180914-024412
base:   https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git master
config: i386-randconfig-s1-201836 (attached as .config)
compiler: gcc-6 (Debian 6.4.0-9) 6.4.0 20171026
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

>> net//netfilter/nf_conntrack_proto.c:864:3: error: 'nf_conntrack_l4proto_udplite' undeclared here (not in a function)
     &nf_conntrack_l4proto_udplite,
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

vim +/nf_conntrack_l4proto_udplite +864 net//netfilter/nf_conntrack_proto.c

   853	
   854	static const struct nf_conntrack_l4proto * const builtin_l4proto[] = {
   855		&nf_conntrack_l4proto_tcp,
   856		&nf_conntrack_l4proto_udp,
   857		&nf_conntrack_l4proto_icmp,
   858	#ifdef CONFIG_NF_CT_PROTO_DCCP
   859		&nf_conntrack_l4proto_dccp,
   860	#endif
   861	#ifdef CONFIG_NF_CT_PROTO_SCTP
   862		&nf_conntrack_l4proto_sctp,
   863	#endif
 > 864		&nf_conntrack_l4proto_udplite,
   865	#if IS_ENABLED(CONFIG_IPV6)
   866		&nf_conntrack_l4proto_icmpv6,
   867	#endif /* CONFIG_IPV6 */
   868	};
   869	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: application/gzip


[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux