Hi Pablo, [auto build test ERROR on nf-next/master] url: https://github.com/0day-ci/linux/commits/Pablo-Neira-Ayuso/netfilter-nf_tables-silence-gcc-warning-with-stateful-object-maps/20161207-033255 base: https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git master config: x86_64-randconfig-x017-201649 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): net/netfilter/nf_tables_api.c: In function 'nf_tables_newset': >> net/netfilter/nf_tables_api.c:2924:13: error: 'NFT_OBJ_UNSPEC' undeclared (first use in this function) objtype = NFT_OBJ_UNSPEC; ^~~~~~~~~~~~~~ net/netfilter/nf_tables_api.c:2924:13: note: each undeclared identifier is reported only once for each function it appears in vim +/NFT_OBJ_UNSPEC +2924 net/netfilter/nf_tables_api.c 2918 if (objtype == NFT_OBJECT_UNSPEC || 2919 objtype > NFT_OBJECT_MAX) 2920 return -EINVAL; 2921 } else if (flags & NFT_SET_OBJECT) 2922 return -EINVAL; 2923 else > 2924 objtype = NFT_OBJ_UNSPEC; 2925 2926 timeout = 0; 2927 if (nla[NFTA_SET_TIMEOUT] != NULL) { --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip