riscv64-linux-ld: kernel/kexec_core.c:962: undefined reference to `machine_kexec'

From: kernel test robot
Date: Thu Jun 09 2022 - 15:27:52 EST


tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 6bfb56e93bcef41859c2d5ab234ffd80b691be35
commit: 6261586e0c91db14c34f894f4bc48f2300cff1d4 RISC-V: Add kexec_file support
date: 3 weeks ago
config: riscv-randconfig-r010-20220608 (https://download.01.org/0day-ci/archive/20220610/202206100324.B0KDSd1C-lkp@xxxxxxxxx/config)
compiler: riscv64-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/torvalds/linux.git/commit/?id=6261586e0c91db14c34f894f4bc48f2300cff1d4
git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch --no-tags linus master
git checkout 6261586e0c91db14c34f894f4bc48f2300cff1d4
# 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=riscv 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 >>):

riscv64-linux-ld: kernel/kexec_core.o: in function `kimage_free':
>> kernel/kexec_core.c:651: undefined reference to `machine_kexec_cleanup'
riscv64-linux-ld: kernel/kexec_core.o: in function `__crash_kexec':
>> kernel/kexec_core.c:961: undefined reference to `machine_crash_shutdown'
>> riscv64-linux-ld: kernel/kexec_core.c:962: undefined reference to `machine_kexec'
riscv64-linux-ld: kernel/kexec_core.o: in function `crash_setup_regs':
>> arch/riscv/include/asm/kexec.h:35: undefined reference to `riscv_crash_save_regs'
riscv64-linux-ld: kernel/kexec_core.o: in function `kernel_kexec':
>> kernel/kexec_core.c:1180: undefined reference to `machine_shutdown'
riscv64-linux-ld: kernel/kexec_core.c:1184: undefined reference to `machine_kexec'
riscv64-linux-ld: kernel/kexec_file.o: in function `__do_sys_kexec_file_load':
>> kernel/kexec_file.c:397: undefined reference to `machine_kexec_prepare'

--
0-DAY CI Kernel Test Service
https://01.org/lkp