CC: [email protected]
CC: [email protected]
TO: Qitao Xu <[email protected]>
CC: Cong Wang <[email protected]>

tree:   https://github.com/congwang/linux.git skbtrace-v0.7
head:   224d4af94ae5b76d517d1410ce94cd856c87c5bb
commit: 660127d64778b00c4201a17733b7a534f4f1ac46 [7/16] net: introduce a new 
header file include/trace/events/ip.h
:::::: branch date: 13 hours ago
:::::: commit date: 13 hours ago
config: x86_64-randconfig-b001-20210709 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 
8d69635ed9ecf36fd0ca85906bfde17949671cbe)
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://github.com/congwang/linux/commit/660127d64778b00c4201a17733b7a534f4f1ac46
        git remote add congwang https://github.com/congwang/linux.git
        git fetch --no-tags congwang skbtrace-v0.7
        git checkout 660127d64778b00c4201a17733b7a534f4f1ac46
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 
CHECK=iwyu O=build_dir ARCH=x86_64 SHELL=/bin/bash net/core/

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/core/net-traces.c:27:1: iwyu: warning: superfluous #include 
<asm/bitops.h>
   net/core/net-traces.c:26:1: iwyu: warning: superfluous #include 
<asm/unaligned.h>
   net/core/net-traces.c:18:1: iwyu: warning: superfluous #include 
<linux/delay.h>
   net/core/net-traces.c:9:1: iwyu: warning: superfluous #include 
<linux/etherdevice.h>
   net/core/net-traces.c:15:1: iwyu: warning: superfluous #include 
<linux/export.h>
   net/core/net-traces.c:11:1: iwyu: warning: superfluous #include 
<linux/if_arp.h>
   net/core/net-traces.c:13:1: iwyu: warning: superfluous #include 
<linux/inet.h>
   net/core/net-traces.c:12:1: iwyu: warning: superfluous #include 
<linux/inetdevice.h>
   net/core/net-traces.c:14:1: iwyu: warning: superfluous #include 
<linux/interrupt.h>
   net/core/net-traces.c:23:1: iwyu: warning: superfluous #include 
<linux/net_dropmon.h>
   net/core/net-traces.c:8:1: iwyu: warning: superfluous #include 
<linux/netdevice.h>
   net/core/net-traces.c:22:1: iwyu: warning: superfluous #include 
<linux/netlink.h>
   net/core/net-traces.c:16:1: iwyu: warning: superfluous #include 
<linux/netpoll.h>
   net/core/net-traces.c:19:1: iwyu: warning: superfluous #include 
<linux/rcupdate.h>
   net/core/net-traces.c:17:1: iwyu: warning: superfluous #include 
<linux/sched.h>
   net/core/net-traces.c:24:1: iwyu: warning: superfluous #include 
<linux/slab.h>
   net/core/net-traces.c:10:1: iwyu: warning: superfluous #include 
<linux/string.h>
   net/core/net-traces.c:20:1: iwyu: warning: superfluous #include 
<linux/types.h>
   net/core/net-traces.c:21:1: iwyu: warning: superfluous #include 
<linux/workqueue.h>
   net/core/net-traces.c:37:1: iwyu: warning: superfluous #include 
<trace/events/fib.h>
>> net/core/net-traces.c:39:1: iwyu: warning: superfluous #include 
>> <trace/events/ip.h>
   net/core/net-traces.c:32:1: iwyu: warning: superfluous #include 
<trace/events/napi.h>
   net/core/net-traces.c:52:1: iwyu: warning: superfluous #include 
<trace/events/neigh.h>
   net/core/net-traces.c:31:1: iwyu: warning: superfluous #include 
<trace/events/net.h>
   net/core/net-traces.c:38:1: iwyu: warning: superfluous #include 
<trace/events/qdisc.h>
   net/core/net-traces.c:30:1: iwyu: warning: superfluous #include 
<trace/events/skb.h>
   net/core/net-traces.c:33:1: iwyu: warning: superfluous #include 
<trace/events/sock.h>
   net/core/net-traces.c:36:1: iwyu: warning: superfluous #include 
<trace/events/tcp.h>
   net/core/net-traces.c:34:1: iwyu: warning: superfluous #include 
<trace/events/udp.h>

vim +39 net/core/net-traces.c

4893d39e865b289 Neil Horman            2009-03-11  28  
a8d154b00916833 Steven Rostedt         2009-04-10  29  #define 
CREATE_TRACE_POINTS
ad8d75fff811a6a Steven Rostedt         2009-04-14  30  #include 
<trace/events/skb.h>
cf66ba58b5cb8b1 Koki Sanagi            2010-08-23  31  #include 
<trace/events/net.h>
9cbc1cb8cd46ce1 David S. Miller        2009-06-15  32  #include 
<trace/events/napi.h>
3847ce32aea9fdf Satoru Moriya          2011-06-17  33  #include 
<trace/events/sock.h>
296f7ea75b45913 Satoru Moriya          2011-06-17  34  #include 
<trace/events/udp.h>
8c12c2fd6e116fc Qitao Xu               2021-07-07  35  
EXPORT_TRACEPOINT_SYMBOL_GPL(udp_v6_send_skb);
e086101b150ae8e Cong Wang              2017-10-13  36  #include 
<trace/events/tcp.h>
f6d3c19274c74ff David Ahern            2015-08-28  37  #include 
<trace/events/fib.h>
e543002f77f4635 Jesper Dangaard Brouer 2017-08-15  38  #include 
<trace/events/qdisc.h>
660127d64778b00 Qitao Xu               2021-07-07 @39  #include 
<trace/events/ip.h>
b74fd306ef2d487 Roopa Prabhu           2017-08-29  40  #if 
IS_ENABLED(CONFIG_BRIDGE)
b74fd306ef2d487 Roopa Prabhu           2017-08-29  41  #include 
<trace/events/bridge.h>
b74fd306ef2d487 Roopa Prabhu           2017-08-29  42  
EXPORT_TRACEPOINT_SYMBOL_GPL(br_fdb_add);
b74fd306ef2d487 Roopa Prabhu           2017-08-29  43  
EXPORT_TRACEPOINT_SYMBOL_GPL(br_fdb_external_learn_add);
b74fd306ef2d487 Roopa Prabhu           2017-08-29  44  
EXPORT_TRACEPOINT_SYMBOL_GPL(fdb_delete);
e3cfddd577e7634 Roopa Prabhu           2017-08-30  45  
EXPORT_TRACEPOINT_SYMBOL_GPL(br_fdb_update);
b74fd306ef2d487 Roopa Prabhu           2017-08-29  46  #endif
4893d39e865b289 Neil Horman            2009-03-11  47  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]

Attachment: .config.gz
Description: application/gzip

_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to