CC: [email protected] CC: [email protected] TO: Arnd Bergmann <[email protected]> CC: Christoph Hellwig <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground.git compat-alloc-user-space-10 head: 58da7172523fefac0902591b73596ce2b21e5038 commit: 5fe3e142e090f50fece69628b1c55ee76bd33420 [5/40] ethtool: improve compat ioctl handling :::::: branch date: 5 hours ago :::::: commit date: 6 hours ago config: x86_64-randconfig-b001-20210720 (attached as .config) compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 5d5b08761f944d5b9822d582378333cc4b36a0a7) 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/arnd/playground.git/commit/?id=5fe3e142e090f50fece69628b1c55ee76bd33420 git remote add arnd-playground https://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground.git git fetch --no-tags arnd-playground compat-alloc-user-space-10 git checkout 5fe3e142e090f50fece69628b1c55ee76bd33420 # 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 drivers/net/hamradio/ net/ethtool/ 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/ethtool/ioctl.c:10:1: iwyu: warning: superfluous #include >> <linux/compat.h> net/ethtool/ioctl.c:11:1: iwyu: warning: superfluous #include <linux/module.h> vim +10 net/ethtool/ioctl.c 5fe3e142e090f5 net/ethtool/ioctl.c Arnd Bergmann 2020-09-11 @10 #include <linux/compat.h> ^1da177e4c3f41 net/core/ethtool.c Linus Torvalds 2005-04-16 11 #include <linux/module.h> ^1da177e4c3f41 net/core/ethtool.c Linus Torvalds 2005-04-16 12 #include <linux/types.h> 4fc268d24ceb9f net/core/ethtool.c Randy Dunlap 2006-01-11 13 #include <linux/capability.h> ^1da177e4c3f41 net/core/ethtool.c Linus Torvalds 2005-04-16 14 #include <linux/errno.h> ^1da177e4c3f41 net/core/ethtool.c Linus Torvalds 2005-04-16 15 #include <linux/ethtool.h> ^1da177e4c3f41 net/core/ethtool.c Linus Torvalds 2005-04-16 16 #include <linux/netdevice.h> c8f3a8c3106913 net/core/ethtool.c Richard Cochran 2012-04-03 17 #include <linux/net_tstamp.h> c8f3a8c3106913 net/core/ethtool.c Richard Cochran 2012-04-03 18 #include <linux/phy.h> d17792ebdf9028 net/core/ethtool.c Jeff Garzik 2010-03-04 19 #include <linux/bitops.h> 97f8aefbbfb5aa net/core/ethtool.c chavey 2010-04-07 20 #include <linux/uaccess.h> 73da16c28ed072 net/core/ethtool.c David S. Miller 2010-09-21 21 #include <linux/vmalloc.h> e679c9c1dbfdba net/core/ethtool.c Russell King 2018-03-28 22 #include <linux/sfp.h> 5a0e3ad6af8660 net/core/ethtool.c Tejun Heo 2010-03-24 23 #include <linux/slab.h> 68f512f21a64c9 net/core/ethtool.c Ben Hutchings 2011-04-02 24 #include <linux/rtnetlink.h> 174cd4b1e5fbd0 net/core/ethtool.c Ingo Molnar 2017-02-02 25 #include <linux/sched/signal.h> 960fb622f85180 net/core/ethtool.c Eric Dumazet 2014-11-16 26 #include <linux/net.h> ddb6e99e2db14d net/core/ethtool.c Jakub Kicinski 2019-01-31 27 #include <net/devlink.h> a71506a4fda92a net/ethtool/ioctl.c Magnus Karlsson 2020-05-20 28 #include <net/xdp_sock_drv.h> eca4205f9ec3be net/core/ethtool.c Pablo Neira Ayuso 2019-02-02 29 #include <net/flow_offload.h> 73286734c1b0d0 net/ethtool/ioctl.c Michal Kubecek 2019-12-27 30 #include <linux/ethtool_netlink.h> 1c79031f8a75c1 net/ethtool/ioctl.c Leon Romanovsky 2020-04-19 31 #include <generated/utsrelease.h> d44e13108b6da4 net/ethtool/ioctl.c Michal Kubecek 2019-12-11 32 #include "common.h" d44e13108b6da4 net/ethtool/ioctl.c Michal Kubecek 2019-12-11 33 --- 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]
