[nf-next:fw 18/18] net/netfilter/nf_conntrack_standalone.c:647:2: error: call to '__compiletime_assert_647' declared with attribute error: BUILD_BUG_ON failed: NFCT_INFOMASK >= ARCH_KMALLOC_MINALIGN

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

 



tree:   https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git fw
head:   f0ec36fc1d09458eb0ee7efb3aff532b7caf4257
commit: f0ec36fc1d09458eb0ee7efb3aff532b7caf4257 [18/18] netfilter: merge ctinfo into nfct pointer storage area
config: openrisc-allyesconfig (attached as .config)
compiler: or32-linux-gcc (GCC) 4.5.1-or32-1.0rc1
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout f0ec36fc1d09458eb0ee7efb3aff532b7caf4257
        # save the attached .config to linux build tree
        make.cross ARCH=openrisc 

All errors (new ones prefixed by >>):

   net/netfilter/nf_conntrack_standalone.c: In function 'nf_conntrack_standalone_init':
>> net/netfilter/nf_conntrack_standalone.c:647:2: error: call to '__compiletime_assert_647' declared with attribute error: BUILD_BUG_ON failed: NFCT_INFOMASK >= ARCH_KMALLOC_MINALIGN

vim +/__compiletime_assert_647 +647 net/netfilter/nf_conntrack_standalone.c

   641		int ret = nf_conntrack_init_start();
   642		if (ret < 0)
   643			goto out_start;
   644	
   645		BUILD_BUG_ON(SKB_NFCT_PTRMASK != NFCT_PTRMASK);
   646		BUILD_BUG_ON(NFCT_INFOMASK <= IP_CT_NUMBER);
 > 647		BUILD_BUG_ON(NFCT_INFOMASK >= ARCH_KMALLOC_MINALIGN);
   648	
   649	#ifdef CONFIG_SYSCTL
   650		nf_ct_netfilter_header =

---
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