tree: https://github.com/0day-ci/linux/commits/Alan-Previn/drm-i915-Introduce-Intel-PXP/20210922-150650 head: 7c65d96d4f9e37c2b67ae130fd90efbd3434b1dd commit: af63fce3f009071f93c1483f9e31ced4bd805730 drm/i915/pxp: add pxp debugfs date: 6 days ago config: i386-allyesconfig (attached as .config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 reproduce (this is a W=1 build): # https://github.com/0day-ci/linux/commit/af63fce3f009071f93c1483f9e31ced4bd805730 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Alan-Previn/drm-i915-Introduce-Intel-PXP/20210922-150650 git checkout af63fce3f009071f93c1483f9e31ced4bd805730 # save the attached .config to linux build tree mkdir build_dir make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/gpu/drm/i915/pxp/intel_pxp_debugfs.c:9:10: fatal error: gt/debugfs_gt.h: No such file or directory 9 | #include "gt/debugfs_gt.h" | ^~~~~~~~~~~~~~~~~ compilation terminated. vim +9 drivers/gpu/drm/i915/pxp/intel_pxp_debugfs.c 8 > 9 #include "gt/debugfs_gt.h" 10 #include "pxp/intel_pxp.h" 11 #include "pxp/intel_pxp_irq.h" 12 #include "i915_drv.h" 13 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org