tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: ab5803bc555fe68b9b0d37b9a850d3ec601b938a
commit: 1ce05bb86407c54bf4c6a3f9fac0c18164bcf34d [3856/8019] drm: allow drm_atomic_print_state() to accept any drm_printer
config: x86_64-randconfig-b001-20210608 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project d32cc150feb72f315a5bbd34f92e7beca21a50da)
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/next/linux-next.git/commit/?id=1ce05bb86407c54bf4c6a3f9fac0c18164bcf34d
git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git fetch --no-tags linux-next master
git checkout 1ce05bb86407c54bf4c6a3f9fac0c18164bcf34d
# 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 <redacted>
iwyu warnings: (new ones prefixed by >>)quoted
drivers/gpu/drm/selftests/test-drm_framebuffer.c:11:1: iwyu: warning: superfluous #include <drm/drm_print.h>
vim +11 drivers/gpu/drm/selftests/test-drm_framebuffer.c
54ccae0c08929f Sam Ravnborg 2019-07-16 7
54ccae0c08929f Sam Ravnborg 2019-07-16 8 #include <drm/drm_device.h>
54ccae0c08929f Sam Ravnborg 2019-07-16 9 #include <drm/drm_mode.h>
54ccae0c08929f Sam Ravnborg 2019-07-16 10 #include <drm/drm_fourcc.h>
1ce05bb86407c5 Abhinav Kumar 2021-04-16 @11 #include <drm/drm_print.h>
54ccae0c08929f Sam Ravnborg 2019-07-16 12
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org