All of lore.kernel.org
 help / color / mirror / Atom feed
* net/bridge/br_netlink.c:21:1: iwyu: warning: superfluous #include "br_private_mcast_eht.h"
@ 2021-06-16  6:38 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-06-16  6:38 UTC (permalink / raw)
  To: kbuild

[-- Attachment #1: Type: text/plain, Size: 2856 bytes --]

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Nikolay Aleksandrov <nikolay@nvidia.com>
CC: Jakub Kicinski <kuba@kernel.org>

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 <lkp@intel.com>


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/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 39878 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-16  6:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16  6:38 net/bridge/br_netlink.c:21:1: iwyu: warning: superfluous #include "br_private_mcast_eht.h" kernel test robot

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.