[net-next:master 56/73] hsr_framereg.c:undefined reference to `lockdep_is_held'
From: kernel test robot <hidden>
Date: 2022-02-20 19:39:55
tree: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master head: adfb62dbda49d66eba6340324547ff89b09a66eb commit: e7f27420681f23e7e0f28beed38144058752112e [56/73] net: hsr: fix suspicious RCU usage warning in hsr_node_get_first() config: arm-randconfig-r001-20220220 (https://download.01.org/0day-ci/archive/20220221/202202210326.nqMpt9hG-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 11.2.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/davem/net-next.git/commit/?id=e7f27420681f23e7e0f28beed38144058752112e git remote add net-next https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git git fetch --no-tags net-next master git checkout e7f27420681f23e7e0f28beed38144058752112e # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=arm SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <redacted> All errors (new ones prefixed by >>): arm-linux-gnueabi-ld: net/hsr/hsr_framereg.o: in function `hsr_addr_is_self':
quoted
hsr_framereg.c:(.text+0x226): undefined reference to `lockdep_is_held'
arm-linux-gnueabi-ld: net/hsr/hsr_framereg.o: in function `hsr_create_self_node': hsr_framereg.c:(.text+0x2ca): undefined reference to `lockdep_is_held' arm-linux-gnueabi-ld: net/hsr/hsr_framereg.o: in function `hsr_del_self_node': hsr_framereg.c:(.text+0x3b2): undefined reference to `lockdep_is_held' arm-linux-gnueabi-ld: net/hsr/hsr_framereg.o: in function `hsr_get_next_node': hsr_framereg.c:(.text+0xb4c): undefined reference to `lockdep_is_held' --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org