tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 07dc787be2316e243a16a33d0a9b734cd9365bd3 commit: c6bee41c10e96d0a93c7295cce395ee6b7a625e8 [3508/4317] context_tracking: Take idle eqs entrypoints over RCU config: xtensa-randconfig-r033-20220617 (https://download.01.org/0day-ci/archive/20220618/202206180052.WhVQ6bLM-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=c6bee41c10e96d0a93c7295cce395ee6b7a625e8 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 c6bee41c10e96d0a93c7295cce395ee6b7a625e8 # 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 errors (new ones prefixed by >>): >> xtensa-linux-ld: arch/xtensa/kernel/entry.o:(.text+0x8): undefined reference to `context_tracking_user_exit' xtensa-linux-ld: arch/xtensa/kernel/entry.o: in function `common_exception': >> arch/xtensa/kernel/entry.S:461: undefined reference to `context_tracking_user_exit' >> xtensa-linux-ld: arch/xtensa/kernel/entry.o:(.text+0x24): undefined reference to `context_tracking_user_enter' xtensa-linux-ld: arch/xtensa/kernel/entry.o: in function `common_exception_return': >> arch/xtensa/kernel/entry.S:548: undefined reference to `context_tracking_user_enter' -- 0-DAY CI Kernel Test Service https://01.org/lkp