CC: kbuild-all(a)lists.01.org CC: linux-kernel(a)vger.kernel.org TO: Chris Wilson CC: "Ville Syrjälä" tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 94f0b2d4a1d0c52035aef425da5e022bd2cb1c71 commit: 829270e4552e9e6a0534d4d195f671363cb39e3e drm/i915/display: Record the plane update times for debugging date: 7 months ago :::::: branch date: 19 hours ago :::::: commit date: 7 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=829270e4552e9e6a0534d4d195f671363cb39e3e git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 829270e4552e9e6a0534d4d195f671363cb39e3e # 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 iwyu warnings: (new ones prefixed by >>) drivers/gpu/drm/i915/display/intel_display_debugfs.c:20:1: iwyu: warning: superfluous #include "intel_sideband.h" >> drivers/gpu/drm/i915/display/intel_display_debugfs.c:21:1: iwyu: warning: superfluous #include "intel_sprite.h" vim +21 drivers/gpu/drm/i915/display/intel_display_debugfs.c 926b005cd8c4e3 Jani Nikula 2020-02-11 8 926b005cd8c4e3 Jani Nikula 2020-02-11 9 #include "i915_debugfs.h" 926b005cd8c4e3 Jani Nikula 2020-02-11 10 #include "intel_csr.h" 926b005cd8c4e3 Jani Nikula 2020-02-11 11 #include "intel_display_debugfs.h" 9efa0c1a500f97 Anshuman Gupta 2020-04-15 12 #include "intel_display_power.h" 926b005cd8c4e3 Jani Nikula 2020-02-11 13 #include "intel_display_types.h" 926b005cd8c4e3 Jani Nikula 2020-02-11 14 #include "intel_dp.h" 926b005cd8c4e3 Jani Nikula 2020-02-11 15 #include "intel_fbc.h" 926b005cd8c4e3 Jani Nikula 2020-02-11 16 #include "intel_hdcp.h" 926b005cd8c4e3 Jani Nikula 2020-02-11 17 #include "intel_hdmi.h" 926b005cd8c4e3 Jani Nikula 2020-02-11 18 #include "intel_pm.h" 926b005cd8c4e3 Jani Nikula 2020-02-11 19 #include "intel_psr.h" 926b005cd8c4e3 Jani Nikula 2020-02-11 20 #include "intel_sideband.h" 829270e4552e9e Chris Wilson 2020-12-02 @21 #include "intel_sprite.h" 926b005cd8c4e3 Jani Nikula 2020-02-11 22 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org