On 2/23/22 17:44, Randy Dunlap wrote: > Hi ktr, bouncing NDS32 maintainer, Andrew, Steven, > [now adding Andrew and Steven!] > > On 2/23/22 16:04, kernel test robot wrote: >> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master >> head: 196d330d7fb1e7cc0d85641c89ce4602cb36f12e >> commit: 36b9b19753937a6fe0e591b518d46a1f2efae679 [70/7526] nds32: add a Kconfig symbol for LOCKDEP_SUPPORT >> config: nds32-randconfig-r023-20220223 (https://download.01.org/0day-ci/archive/20220224/202202240745.3HwmSv5A-lkp@xxxxxxxxx/config) >> compiler: nds32le-linux-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/next/linux-next.git/commit/?id=36b9b19753937a6fe0e591b518d46a1f2efae679 >> 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 36b9b19753937a6fe0e591b518d46a1f2efae679 >> # 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=nds32 SHELL=/bin/bash >> >> If you fix the issue, kindly add following tag as appropriate >> Reported-by: kernel test robot <lkp@xxxxxxxxx> >> >> All errors (new ones prefixed by >>): >> >> nds32le-linux-ld: arch/nds32/kernel/ex-entry.o: in function `fucop_ctl_done': >>>> (.text+0x12a): undefined reference to `__trace_hardirqs_off' >> (.text+0x12a): relocation truncated to fit: R_NDS32_25_PCREL_RELA against undefined symbol `__trace_hardirqs_off' >> nds32le-linux-ld: arch/nds32/kernel/ex-exit.o: in function `no_work_pending': >> (.text+0xea): undefined reference to `__trace_hardirqs_off' >> nds32le-linux-ld: (.text+0xee): undefined reference to `__trace_hardirqs_off' >>>> nds32le-linux-ld: (.text+0xf2): undefined reference to `__trace_hardirqs_on' >> nds32le-linux-ld: (.text+0xf6): undefined reference to `__trace_hardirqs_on' > > I have posted v1 and v2 patches for this problem (as well as other NDS32 patches), > but the NDS32 maintainer seems to have disappeared. > > v1: https://lore.kernel.org/lkml/20210928052657.20909-1-rdunlap@xxxxxxxxxxxxx/ > v2: https://lore.kernel.org/lkml/20220217191347.13480-1-rdunlap@xxxxxxxxxxxxx/ > > > Any takers? > > thanks. -- ~Randy