CC: kbuild-all(a)lists.01.org CC: linux-renesas-soc(a)vger.kernel.org TO: Pantelis Antoniou CC: Geert Uytterhoeven tree: https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git topic/renesas-overlays-v5.13-rc1 head: 0e38674ad80b6bf09f351b3ebf767c0477b32fcf commit: 5e3c27ba17da0b0c5573bd29918858ac1e733b6a [3/116] of: overlay: global sysfs enable attribute :::::: branch date: 3 days ago :::::: commit date: 5 weeks ago config: x86_64-randconfig-b001-20210701 (attached as .config) compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project e7e71e9454ed76c1b3d8140170b5333c28bef1be) 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/geert/renesas-drivers.git/commit/?id=5e3c27ba17da0b0c5573bd29918858ac1e733b6a git remote add renesas-drivers https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git git fetch --no-tags renesas-drivers topic/renesas-overlays-v5.13-rc1 git checkout 5e3c27ba17da0b0c5573bd29918858ac1e733b6a # 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/md/ drivers/of/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot iwyu warnings: (new ones prefixed by >>) >> drivers/of/overlay.c:24:1: iwyu: warning: superfluous #include drivers/of/overlay.c:17:1: iwyu: warning: superfluous #include drivers/of/overlay.c:21:1: iwyu: warning: superfluous #include drivers/of/overlay.c:18:1: iwyu: warning: superfluous #include drivers/of/overlay.c:20:1: iwyu: warning: superfluous #include drivers/of/overlay.c:12:1: iwyu: warning: superfluous #include drivers/of/overlay.c:14:1: iwyu: warning: superfluous #include vim +24 drivers/of/overlay.c 606ad42aa3b1fe Rob Herring 2016-06-15 10 7518b5890d8ac3 Pantelis Antoniou 2014-10-28 11 #include 7518b5890d8ac3 Pantelis Antoniou 2014-10-28 12 #include 7518b5890d8ac3 Pantelis Antoniou 2014-10-28 13 #include 7518b5890d8ac3 Pantelis Antoniou 2014-10-28 14 #include 39a751a4cb7e47 Frank Rowand 2018-02-12 15 #include 7518b5890d8ac3 Pantelis Antoniou 2014-10-28 16 #include 7518b5890d8ac3 Pantelis Antoniou 2014-10-28 17 #include 7518b5890d8ac3 Pantelis Antoniou 2014-10-28 18 #include 7518b5890d8ac3 Pantelis Antoniou 2014-10-28 19 #include 39a751a4cb7e47 Frank Rowand 2018-02-12 20 #include 7518b5890d8ac3 Pantelis Antoniou 2014-10-28 21 #include 0d1886df6f770f Mark Brown 2015-02-17 22 #include f3e343efefe134 Pantelis Antoniou 2015-03-15 23 #include 5e3c27ba17da0b Pantelis Antoniou 2015-03-17 @24 #include 7518b5890d8ac3 Pantelis Antoniou 2014-10-28 25 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org