Hi Andy, I love your patch! Yet something to improve: [auto build test ERROR on tip/locking/core] [also build test ERROR on media-tree/master linux/master linus/master v5.15-rc5 next-20211013] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Andy-Shevchenko/kernel-h-further-split/20211014-010532 base: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git dd0aa2cd2e9e3e49b8c3b43924dc1a1d4e22b4d1 config: riscv-randconfig-r031-20211013 (attached as .config) compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project b6a8c695542b2987eb9a203d5663a0740cb4725f) 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 riscv cross compiling tool for clang build # apt-get install binutils-riscv64-linux-gnu # https://github.com/0day-ci/linux/commit/4797f8ad0f7b6807a7af02543f77c0ee1b340537 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Andy-Shevchenko/kernel-h-further-split/20211014-010532 git checkout 4797f8ad0f7b6807a7af02543f77c0ee1b340537 # 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=riscv prepare If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): In file included from arch/riscv/kernel/asm-offsets.c:10: In file included from include/linux/sched.h:14: In file included from include/linux/pid.h:5: In file included from include/linux/rculist.h:11: In file included from include/linux/rcupdate.h:28: >> include/linux/bottom_half.h:19:24: error: use of undeclared identifier '_THIS_IP_' __local_bh_disable_ip(_THIS_IP_, SOFTIRQ_DISABLE_OFFSET); ^ include/linux/bottom_half.h:32:23: error: use of undeclared identifier '_THIS_IP_' __local_bh_enable_ip(_THIS_IP_, SOFTIRQ_DISABLE_OFFSET); ^ 2 errors generated. make[2]: *** [scripts/Makefile.build:121: arch/riscv/kernel/asm-offsets.s] Error 1 make[2]: Target '__build' not remade because of errors. make[1]: *** [Makefile:1225: prepare0] Error 2 make[1]: Target 'prepare' not remade because of errors. make: *** [Makefile:219: __sub-make] Error 2 make: Target 'prepare' not remade because of errors. vim +/_THIS_IP_ +19 include/linux/bottom_half.h 0bd3a173d71185 Peter Zijlstra 2013-11-19 16 0bd3a173d71185 Peter Zijlstra 2013-11-19 17 static inline void local_bh_disable(void) 0bd3a173d71185 Peter Zijlstra 2013-11-19 18 { 0bd3a173d71185 Peter Zijlstra 2013-11-19 @19 __local_bh_disable_ip(_THIS_IP_, SOFTIRQ_DISABLE_OFFSET); 0bd3a173d71185 Peter Zijlstra 2013-11-19 20 } 0bd3a173d71185 Peter Zijlstra 2013-11-19 21 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx
Attachment:
.config.gz
Description: application/gzip