Hi, [auto build test ERROR on nf-next/master] url: https://github.com/0day-ci/linux/commits/Pablo-Neira-Ayuso/netfilter-nf_tables-get-rid-of-possible_net_t-from-set-and-basechain/20160708-204354 base: https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git master config: x86_64-rhel (attached as .config) compiler: gcc-4.9 (Debian 4.9.3-14) 4.9.3 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): net/netfilter/nft_rbtree.c: In function 'nft_rbtree_walk': >> net/netfilter/nft_rbtree.c:216:45: error: 'const struct nft_set' has no member named 'pnet' u8 genmask = nft_genmask_cur(read_pnet(&set->pnet)); ^ -- net/netfilter/nft_hash.c: In function 'nft_hash_walk': >> net/netfilter/nft_hash.c:194:45: error: 'const struct nft_set' has no member named 'pnet' u8 genmask = nft_genmask_cur(read_pnet(&set->pnet)); ^ vim +216 net/netfilter/nft_rbtree.c 20a69341 Patrick McHardy 2013-10-11 210 struct nft_set_iter *iter) 20a69341 Patrick McHardy 2013-10-11 211 { 20a69341 Patrick McHardy 2013-10-11 212 const struct nft_rbtree *priv = nft_set_priv(set); fe2811eb Patrick McHardy 2015-03-25 213 struct nft_rbtree_elem *rbe; 20a69341 Patrick McHardy 2013-10-11 214 struct nft_set_elem elem; 20a69341 Patrick McHardy 2013-10-11 215 struct rb_node *node; cc02e457 Patrick McHardy 2015-03-25 @216 u8 genmask = nft_genmask_cur(read_pnet(&set->pnet)); 20a69341 Patrick McHardy 2013-10-11 217 7632667d Pablo Neira Ayuso 2014-05-28 218 spin_lock_bh(&nft_rbtree_lock); 20a69341 Patrick McHardy 2013-10-11 219 for (node = rb_first(&priv->root); node != NULL; node = rb_next(node)) { :::::: The code at line 216 was first introduced by commit :::::: cc02e457bb86f7b6ffee3651bab22d104b60effb netfilter: nf_tables: implement set transaction support :::::: TO: Patrick McHardy <kaber@xxxxxxxxx> :::::: CC: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data