From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [RFC PATCH net-next 3/3] net: dsa: listen for SWITCHDEV_{FDB, DEL}_ADD_TO_DEVICE on foreign bridge neighbors
Date: Tue, 17 Nov 2020 00:53:16 +0800 [thread overview]
Message-ID: <202011170007.ACS1IouJ-lkp@intel.com> (raw)
In-Reply-To: <20201108131953.2462644-4-olteanv@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2425 bytes --]
Hi Vladimir,
[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on net-next/master]
url: https://github.com/0day-ci/linux/commits/Vladimir-Oltean/Offload-learnt-bridge-addresses-to-DSA/20201109-090521
base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git c9448e828d113cd7eafe77c414127e877ca88b20
config: x86_64-randconfig-a013-20201116 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project c044709b8fbea2a9a375e4173a6bd735f6866c0c)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install x86_64 cross compiling tool for clang build
# apt-get install binutils-x86-64-linux-gnu
# https://github.com/0day-ci/linux/commit/307255d137629e3c55903902af882231d1b5cb56
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Vladimir-Oltean/Offload-learnt-bridge-addresses-to-DSA/20201109-090521
git checkout 307255d137629e3c55903902af882231d1b5cb56
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> net/dsa/slave.c:2134:24: warning: no previous prototype for function 'dsa_slave_dev_lower_find' [-Wmissing-prototypes]
struct dsa_slave_priv *dsa_slave_dev_lower_find(struct net_device *dev)
^
net/dsa/slave.c:2134:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
struct dsa_slave_priv *dsa_slave_dev_lower_find(struct net_device *dev)
^
static
1 warning generated.
vim +/dsa_slave_dev_lower_find +2134 net/dsa/slave.c
2133
> 2134 struct dsa_slave_priv *dsa_slave_dev_lower_find(struct net_device *dev)
2135 {
2136 struct netdev_nested_priv priv = {
2137 .data = NULL,
2138 };
2139
2140 netdev_walk_all_lower_dev_rcu(dev, dsa_lower_dev_walk, &priv);
2141
2142 return priv.data;
2143 }
2144
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 41126 bytes --]
prev parent reply other threads:[~2020-11-16 16:53 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-08 13:19 [RFC PATCH net-next 0/3] Offload learnt bridge addresses to DSA Vladimir Oltean
2020-11-08 13:19 ` [RFC PATCH net-next 1/3] net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_work Vladimir Oltean
2020-11-08 23:57 ` Vladimir Oltean
2020-11-08 13:19 ` [RFC PATCH net-next 2/3] net: dsa: move switchdev event implementation under the same switch/case statement Vladimir Oltean
2020-11-11 3:44 ` Florian Fainelli
2020-11-08 13:19 ` [RFC PATCH net-next 3/3] net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neighbors Vladimir Oltean
2020-11-08 14:09 ` DENG Qingfang
2020-11-08 17:23 ` Vladimir Oltean
2020-11-08 23:59 ` Andrew Lunn
2020-11-09 0:30 ` Vladimir Oltean
2020-11-09 1:06 ` Andrew Lunn
2020-11-09 8:09 ` Tobias Waldekranz
2020-11-09 10:03 ` Vladimir Oltean
2020-11-09 11:05 ` Tobias Waldekranz
2020-11-09 12:31 ` Vladimir Oltean
2020-11-09 12:38 ` Vladimir Oltean
2020-11-09 12:54 ` Tobias Waldekranz
2020-11-13 3:48 ` Florian Fainelli
2020-11-11 10:13 ` Alexandra Winter
2020-11-11 10:36 ` Vladimir Oltean
2020-11-11 14:14 ` Alexandra Winter
2020-11-12 13:49 ` Vladimir Oltean
2020-11-16 8:02 ` Alexandra Winter
2020-11-13 8:10 ` [RFC PATCH net-next 3/3] net: dsa: listen for SWITCHDEV_{FDB, DEL}_ADD_TO_DEVICE " kernel test robot
2020-11-16 16:53 ` kernel test robot [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202011170007.ACS1IouJ-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.