All of lore.kernel.org
 help / color / mirror / Atom feed
* net/mptcp/protocol.c:16:1: iwyu: warning: superfluous #include <net/inet_hashtables.h>
@ 2021-05-24 12:04 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-05-24 12:04 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: clang-built-linux(a)googlegroups.com
CC: linux-kernel(a)vger.kernel.org
TO: Paolo Abeni <pabeni@redhat.com>
CC: Mat Martineau <mathew.j.martineau@linux.intel.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   c4681547bcce777daf576925a966ffa824edd09d
commit: 2c5ebd001d4f0c64a2dfda94eb1d9b31a8863c8d mptcp: refactor token container
date:   11 months ago
:::::: branch date: 14 hours ago
:::::: commit date: 11 months ago
config: x86_64-randconfig-b001-20210524 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 93d1e5822ed64abd777eb94ea9899e96c4c39fbe)

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/mptcp/protocol.c:13:1: iwyu: warning: superfluous #include <linux/atomic.h>
   net/mptcp/protocol.c:10:1: iwyu: warning: superfluous #include <linux/module.h>
   net/mptcp/protocol.c:11:1: iwyu: warning: superfluous #include <linux/netdevice.h>
>> net/mptcp/protocol.c:16:1: iwyu: warning: superfluous #include <net/inet_hashtables.h>

vim +16 net/mptcp/protocol.c

f870fa0b576884 Mat Martineau    2020-01-21   8  
f870fa0b576884 Mat Martineau    2020-01-21   9  #include <linux/kernel.h>
f870fa0b576884 Mat Martineau    2020-01-21  10  #include <linux/module.h>
f870fa0b576884 Mat Martineau    2020-01-21  11  #include <linux/netdevice.h>
7a6a6cbc3e592e Paolo Abeni      2020-01-21  12  #include <linux/sched/signal.h>
7a6a6cbc3e592e Paolo Abeni      2020-01-21  13  #include <linux/atomic.h>
f870fa0b576884 Mat Martineau    2020-01-21  14  #include <net/sock.h>
f870fa0b576884 Mat Martineau    2020-01-21  15  #include <net/inet_common.h>
f870fa0b576884 Mat Martineau    2020-01-21 @16  #include <net/inet_hashtables.h>
f870fa0b576884 Mat Martineau    2020-01-21  17  #include <net/protocol.h>
f870fa0b576884 Mat Martineau    2020-01-21  18  #include <net/tcp.h>
cf7da0d66cc1a2 Peter Krystad    2020-01-21  19  #if IS_ENABLED(CONFIG_MPTCP_IPV6)
cf7da0d66cc1a2 Peter Krystad    2020-01-21  20  #include <net/transp_v6.h>
cf7da0d66cc1a2 Peter Krystad    2020-01-21  21  #endif
f870fa0b576884 Mat Martineau    2020-01-21  22  #include <net/mptcp.h>
f870fa0b576884 Mat Martineau    2020-01-21  23  #include "protocol.h"
fc518953bc9c8d Florian Westphal 2020-03-27  24  #include "mib.h"
f870fa0b576884 Mat Martineau    2020-01-21  25  

:::::: The code at line 16 was first introduced by commit
:::::: f870fa0b5768842cb4690c1c11f19f28b731ae6d mptcp: Add MPTCP socket stubs

:::::: TO: Mat Martineau <mathew.j.martineau@linux.intel.com>
:::::: CC: David S. Miller <davem@davemloft.net>

---
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: 33881 bytes --]

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

only message in thread, other threads:[~2021-05-24 12:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24 12:04 net/mptcp/protocol.c:16:1: iwyu: warning: superfluous #include <net/inet_hashtables.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.