tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: aa5c49149a823599764e6953229b028e4bf6e9cc commit: 25621bcc89762fe1329ae9c9dab75bc70ef1aee0 [210/6276] HID: Kconfig: split HID support and hid-core compilation config: loongarch-randconfig-r005-20230119 (https://download.01.org/0day-ci/archive/20230119/202301192344.1r9Ogbd2-lkp@xxxxxxxxx/config) compiler: loongarch64-linux-gcc (GCC) 12.1.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=25621bcc89762fe1329ae9c9dab75bc70ef1aee0 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 25621bcc89762fe1329ae9c9dab75bc70ef1aee0 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=loongarch olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=loongarch SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot <lkp@xxxxxxxxx> Note: the linux-next/master HEAD aa5c49149a823599764e6953229b028e4bf6e9cc builds fine. It may have been fixed somewhere. All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "input_ff_create_memless" [drivers/hid/hid-mf.ko] undefined! >> ERROR: modpost: "input_ff_create_memless" [drivers/hid/hid-gaff.ko] undefined! >> ERROR: modpost: "input_ff_create_memless" [drivers/hid/hid-wiimote.ko] undefined! >> ERROR: modpost: "rmi_unregister_transport_device" [drivers/input/rmi4/rmi_i2c.ko] undefined! >> ERROR: modpost: "rmi_dbg" [drivers/input/rmi4/rmi_i2c.ko] undefined! >> ERROR: modpost: "rmi_register_transport_device" [drivers/input/rmi4/rmi_i2c.ko] undefined! Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for RMI4_CORE Depends on [m]: INPUT [=m] Selected by [y]: - HID_RMI [=y] && HID_SUPPORT [=y] && HID [=y] WARNING: unmet direct dependencies detected for INPUT_VIVALDIFMAP Depends on [m]: INPUT [=m] Selected by [y]: - HID_VIVALDI [=y] && HID_SUPPORT [=y] && HID [=y] WARNING: unmet direct dependencies detected for INPUT_FF_MEMLESS Depends on [m]: INPUT [=m] Selected by [y]: - HID_EMS_FF [=y] && HID_SUPPORT [=y] && HID [=y] - HID_MICROSOFT [=y] && HID_SUPPORT [=y] && HID [=y] Selected by [m]: - HID_MAYFLASH [=m] && HID_SUPPORT [=y] && HID [=y] - GREENASIA_FF [=y] && HID_SUPPORT [=y] && HID [=y] && HID_GREENASIA [=m] - HID_WIIMOTE [=m] && HID_SUPPORT [=y] && HID [=y] && LEDS_CLASS [=m] -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests