Re: [PATCH nf-next] netfilter: conntrack: allow increasing bucket size via sysctl too

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

 



Hi,

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

url:    https://github.com/0day-ci/linux/commits/Florian-Westphal/netfilter-conntrack-allow-increasing-bucket-size-via-sysctl-too/20160516-014623
base:   https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next master
config: x86_64-randconfig-n0-05251422 (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

Note: the linux-review/Florian-Westphal/netfilter-conntrack-allow-increasing-bucket-size-via-sysctl-too/20160516-014623 HEAD 5f39f4af5e5d9cf4d678faa29015e6aa5b89513d builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

   net/netfilter/nf_conntrack_standalone.c: In function 'nf_conntrack_standalone_init':
>> net/netfilter/nf_conntrack_standalone.c:640:2: error: 'nf_conntrack_htable_size_user' undeclared (first use in this function)
     nf_conntrack_htable_size_user = nf_conntrack_htable_size;
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   net/netfilter/nf_conntrack_standalone.c:640:2: note: each undeclared identifier is reported only once for each function it appears in

vim +/nf_conntrack_htable_size_user +640 net/netfilter/nf_conntrack_standalone.c

   634	
   635		ret = register_pernet_subsys(&nf_conntrack_net_ops);
   636		if (ret < 0)
   637			goto out_pernet;
   638	
   639		nf_conntrack_init_end();
 > 640		nf_conntrack_htable_size_user = nf_conntrack_htable_size;
   641		return 0;
   642	
   643	out_pernet:

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

Attachment: .config.gz
Description: Binary data


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

  Powered by Linux