All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild@lists.01.org
Subject: net/bridge/br_netlink.c:21:1: iwyu: warning: superfluous #include "br_private_mcast_eht.h"
Date: Wed, 16 Jun 2021 14:38:16 +0800	[thread overview]
Message-ID: <202106161405.gWHdMKyW-lkp@intel.com> (raw)

[-- 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 --]

                 reply	other threads:[~2021-06-16  6:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202106161405.gWHdMKyW-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild@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.