tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: d3fde8ff50ab265749704bd7fbcf70d35235421f commit: f57ec2f89b99d450073d0cf411e6d80905a27167 [12827/14198] lib/bitmap: add test for bitmap_{from,to}_arr64 config: xtensa-randconfig-r036-20220524 (https://download.01.org/0day-ci/archive/20220528/202205281607.E8GoKzmW-lkp@xxxxxxxxx/config) compiler: xtensa-linux-gcc (GCC) 11.3.0 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 # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=f57ec2f89b99d450073d0cf411e6d80905a27167 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 f57ec2f89b99d450073d0cf411e6d80905a27167 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=xtensa SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot <lkp@xxxxxxxxx> All warnings (new ones prefixed by >>, old ones prefixed by <<): << WARNING: modpost: vmlinux.o(.text.unlikely+0x11f70): Section mismatch in reference from the function bitmap_equal() to the variable .init.rodata:__setup_str_initcall_blacklist >> WARNING: modpost: vmlinux.o(.text.unlikely+0x11f90): Section mismatch in reference from the function find_next_bit() to the variable .init.rodata:__setup_str_initcall_blacklist The function find_next_bit() references the variable __initconst __setup_str_initcall_blacklist. This is often because find_next_bit lacks a __initconst annotation or the annotation of __setup_str_initcall_blacklist is wrong. -- 0-DAY CI Kernel Test Service https://01.org/lkp