CC: [email protected] CC: [email protected] TO: Nikolay Aleksandrov <[email protected]> CC: Jakub Kicinski <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 94f0b2d4a1d0c52035aef425da5e022bd2cb1c71 commit: 2dba407f994e5b0eb3b70a8cb280e014ec4a7ff3 net: bridge: multicast: make tracked EHT hosts limit configurable date: 5 months ago :::::: branch date: 13 hours ago :::::: commit date: 5 months ago config: x86_64-randconfig-b001-20210616 (attached as .config) compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 64720f57bea6a6bf033feef4a5751ab9c0c3b401) 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 # apt-get install iwyu # include-what-you-use # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2dba407f994e5b0eb3b70a8cb280e014ec4a7ff3 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 2dba407f994e5b0eb3b70a8cb280e014ec4a7ff3 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 CHECK=iwyu ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <[email protected]> iwyu warnings: (new ones prefixed by >>) net/bridge/br_netlink.c:9:1: iwyu: warning: superfluous #include <linux/kernel.h> net/bridge/br_netlink.c:10:1: iwyu: warning: superfluous #include <linux/slab.h> net/bridge/br_netlink.c:13:1: iwyu: warning: superfluous #include <net/net_namespace.h> net/bridge/br_netlink.c:14:1: iwyu: warning: superfluous #include <net/sock.h> net/bridge/br_netlink.c:19:1: iwyu: warning: superfluous #include "br_private_cfm.h" >> net/bridge/br_netlink.c:21:1: iwyu: warning: superfluous #include >> "br_private_mcast_eht.h" vim +21 net/bridge/br_netlink.c bb900b27a2f49b stephen hemminger 2011-04-04 16 11dc1f36a6701b Stephen Hemminger 2006-05-25 17 #include "br_private.h" b03b6dd58cef7d Vitalii Demianets 2011-11-25 18 #include "br_private_stp.h" 5e312fc0e7fbd1 Henrik Bjoernlund 2020-10-27 19 #include "br_private_cfm.h" efa5356b0d9753 Roopa Prabhu 2017-01-31 20 #include "br_private_tunnel.h" 2dba407f994e5b Nikolay Aleksandrov 2021-01-26 @21 #include "br_private_mcast_eht.h" 11dc1f36a6701b Stephen Hemminger 2006-05-25 22 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/[email protected]
.config.gz
Description: application/gzip
_______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
