Re: [PATCH nf] netfilter: remove old pre-netns era hook api

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

 



Hi Florian,

[auto build test ERROR on nf/master]

url:    https://github.com/0day-ci/linux/commits/Florian-Westphal/netfilter-remove-old-pre-netns-era-hook-api/20170709-104810
base:   https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git master
config: x86_64-allyesdebian (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 >>):

   security/selinux/hooks.c: In function 'selinux_nf_ip_init':
>> security/selinux/hooks.c:6459:8: error: implicit declaration of function 'nf_register_hooks' [-Werror=implicit-function-declaration]
     err = nf_register_hooks(selinux_nf_ops, ARRAY_SIZE(selinux_nf_ops));
           ^~~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors
--
   net/ipv4/netfilter/ipt_CLUSTERIP.c: In function 'clusterip_tg_init':
>> net/ipv4/netfilter/ipt_CLUSTERIP.c:789:8: error: implicit declaration of function 'nf_register_hook' [-Werror=implicit-function-declaration]
     ret = nf_register_hook(&cip_arp_ops);
           ^~~~~~~~~~~~~~~~
   net/ipv4/netfilter/ipt_CLUSTERIP.c: In function 'clusterip_tg_exit':
>> net/ipv4/netfilter/ipt_CLUSTERIP.c:809:2: error: implicit declaration of function 'nf_unregister_hook' [-Werror=implicit-function-declaration]
     nf_unregister_hook(&cip_arp_ops);
     ^~~~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors

vim +/nf_register_hooks +6459 security/selinux/hooks.c

^1da177e Linus Torvalds 2005-04-16  6453  
^1da177e Linus Torvalds 2005-04-16  6454  	if (!selinux_enabled)
25db6bea Jiri Pirko     2014-09-03  6455  		return 0;
^1da177e Linus Torvalds 2005-04-16  6456  
fadcdb45 Eric Paris     2007-02-22  6457  	printk(KERN_DEBUG "SELinux:  Registering netfilter hooks\n");
^1da177e Linus Torvalds 2005-04-16  6458  
25db6bea Jiri Pirko     2014-09-03 @6459  	err = nf_register_hooks(selinux_nf_ops, ARRAY_SIZE(selinux_nf_ops));
^1da177e Linus Torvalds 2005-04-16  6460  	if (err)
25db6bea Jiri Pirko     2014-09-03  6461  		panic("SELinux: nf_register_hooks: error %d\n", err);
^1da177e Linus Torvalds 2005-04-16  6462  

:::::: The code at line 6459 was first introduced by commit
:::::: 25db6bea1ff5a78ef493eefdcbb9c1d27134e560 selinux: register nf hooks with single nf_register_hooks call

:::::: TO: Jiri Pirko <jiri@xxxxxxxxxxx>
:::::: CC: Paul Moore <pmoore@xxxxxxxxxx>

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