lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 03 Jan 2013 18:23:19 +0800
From:	kbuild test robot <fengguang.wu@...el.com>
To:	Vlad Yasevich <vyasevic@...hat.com>
Cc:	netdev@...r.kernel.org
Subject: [net:master 4/5] net/bridge/br_netlink.c:304:2: error: implicit
 declaration of function 'br_mdb_init'

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git master
head:   6602d0078974628c5fe76850ac9fa489d091a4e9
commit: 3ec8e9f085bcaef0de1077f555c2c5102c223390 [4/5] bridge: Correctly unregister MDB rtnetlink handlers
config: x86_64-randconfig-s585 (attached as .config)

All error/warnings:

net/bridge/br_netlink.c: In function 'br_netlink_init':
net/bridge/br_netlink.c:304:2: error: implicit declaration of function 'br_mdb_init' [-Werror=implicit-function-declaration]
net/bridge/br_netlink.c:311:2: error: implicit declaration of function 'br_mdb_uninit' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors

vim +/br_mdb_init +304 net/bridge/br_netlink.c

bb900b27 stephen hemminger 2011-04-04  298  };
11dc1f36 Stephen Hemminger 2006-05-25  299  
32fe21c0 Thomas Graf       2007-03-22  300  int __init br_netlink_init(void)
11dc1f36 Stephen Hemminger 2006-05-25  301  {
3ec8e9f0 Vlad Yasevich     2013-01-02  302  	int err;
3ec8e9f0 Vlad Yasevich     2013-01-02  303  
3ec8e9f0 Vlad Yasevich     2013-01-02 @304  	br_mdb_init();
3ec8e9f0 Vlad Yasevich     2013-01-02  305  	err = rtnl_link_register(&br_link_ops);
3ec8e9f0 Vlad Yasevich     2013-01-02  306  	if (err)
3ec8e9f0 Vlad Yasevich     2013-01-02  307  		goto out;
3ec8e9f0 Vlad Yasevich     2013-01-02  308  
3ec8e9f0 Vlad Yasevich     2013-01-02  309  	return 0;
3ec8e9f0 Vlad Yasevich     2013-01-02  310  out:
3ec8e9f0 Vlad Yasevich     2013-01-02 @311  	br_mdb_uninit();
3ec8e9f0 Vlad Yasevich     2013-01-02  312  	return err;
11dc1f36 Stephen Hemminger 2006-05-25  313  }
11dc1f36 Stephen Hemminger 2006-05-25  314  

---
0-DAY kernel build testing backend         Open Source Technology Center
Fengguang Wu, Yuanhan Liu                              Intel Corporation

View attachment ".config" of type "text/plain" (70741 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ