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-x012-201836 (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 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); did you mean 'nf_conntrack_l4proto_udp'? &nf_conntrack_l4proto_udplite, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ nf_conntrack_l4proto_udp vim +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