[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201510080235.YRGQRhtG%fengguang.wu@intel.com>
Date: Thu, 8 Oct 2015 02:54:13 +0800
From: kbuild test robot <lkp@...el.com>
To: Jiri Pirko <jiri@...nulli.us>
Cc: kbuild-all@...org, netdev@...r.kernel.org, davem@...emloft.net,
idosch@...lanox.com, eladr@...lanox.com, sfeldma@...il.com,
f.fainelli@...il.com, linux@...ck-us.net,
vivien.didelot@...oirfairelinux.com, andrew@...n.ch,
john.fastabend@...il.com, David.Laight@...LAB.COM
Subject: Re: [patch net-next RFC 2/3] switchdev: allow caller to explicitly
use deferred attr_set version
Hi Jiri,
[auto build test ERROR on net-next/master -- if it's inappropriate base, please ignore]
config: i386-randconfig-x003-201540 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
net/bridge/br_stp.c: In function 'br_set_state':
>> net/bridge/br_stp.c:49:8: error: implicit declaration of function 'switchdev_port_attr_set_deferred' [-Werror=implicit-function-declaration]
err = switchdev_port_attr_set_deferred(p->dev, &attr);
^
cc1: some warnings being treated as errors
vim +/switchdev_port_attr_set_deferred +49 net/bridge/br_stp.c
43 .id = SWITCHDEV_ATTR_ID_PORT_STP_STATE,
44 .u.stp_state = state,
45 };
46 int err;
47
48 p->state = state;
> 49 err = switchdev_port_attr_set_deferred(p->dev, &attr);
50 if (err)
51 br_warn(p->br, "error setting offload STP state on port %u(%s)\n",
52 (unsigned int) p->port_no, p->dev->name);
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (26067 bytes)
Powered by blists - more mailing lists