tree: https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git iio-iwyu-cleanups head: 48e71ff9c7e9c4491d72c616dd1a6c4ea509eb21 commit: 8a65a4d21dbcf15666887f12f62d337ffa4d36db [37/75] iio: industrialio-buffer-cb: Bring includes up to date. config: arm64-randconfig-r016-20211031 (attached as .config) compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 82ed106567063ea269c6d5669278b733e173a42f) 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 arm64 cross compiling tool for clang build # apt-get install binutils-aarch64-linux-gnu # https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git/commit/?id=8a65a4d21dbcf15666887f12f62d337ffa4d36db git remote add jic23-iio https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git git fetch --no-tags jic23-iio iio-iwyu-cleanups git checkout 8a65a4d21dbcf15666887f12f62d337ffa4d36db # save the attached .config to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash drivers/iio/buffer/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/iio/buffer/industrialio-buffer-cb.c:5:10: fatal error: 'linux/bitopsh' file not found #include ^~~~~~~~~~~~~~~ 1 error generated. vim +5 drivers/iio/buffer/industrialio-buffer-cb.c > 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 #include 12 #include 13 #include 14 #include 15 #include 16 #include 17 #include 18 #include 19 #include 20 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org