[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <201507210410.H5dNw6Lx%fengguang.wu@intel.com>
Date: Tue, 21 Jul 2015 04:53:11 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: Satish Ashok <sashok@...ulusnetworks.com>
Cc: kbuild-all@...org,
Nikolay Aleksandrov <nikolay@...ulusnetworks.com>,
netdev@...r.kernel.org
Subject: [net-next:master 104/107] net/bridge/br_if.c:284:2: error: implicit
declaration of function 'br_multicast_dev_del'
tree: git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master
head: a0a9f33bdf8bf9061c31faab46d8eb46ff644622
commit: e10177abf842d0c40dfecc43bd57a0a762a2fccf [104/107] bridge: multicast: fix handling of temp and perm entries
config: i386-randconfig-a0-201529 (attached as .config)
reproduce:
git checkout e10177abf842d0c40dfecc43bd57a0a762a2fccf
# save the attached .config to linux build tree
make ARCH=i386
All error/warnings (new ones prefixed by >>):
net/bridge/br_if.c: In function 'br_dev_delete':
>> net/bridge/br_if.c:284:2: error: implicit declaration of function 'br_multicast_dev_del' [-Werror=implicit-function-declaration]
br_multicast_dev_del(br);
^
cc1: some warnings being treated as errors
vim +/br_multicast_dev_del +284 net/bridge/br_if.c
278 del_nbp(p);
279 }
280
281 br_fdb_delete_by_port(br, NULL, 0, 1);
282
283 br_vlan_flush(br);
> 284 br_multicast_dev_del(br);
285 del_timer_sync(&br->gc_timer);
286
287 br_sysfs_delbr(br->dev);
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
View attachment ".config" of type "text/plain" (96655 bytes)
Powered by blists - more mailing lists