Hi, On Fri, Jun 23, 2023 at 8:22 AM kernel test robot <lkp@xxxxxxxxx> wrote: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: 8d2be868b42c08290509c60515865f4de24ea704 > commit: 1141ba8fc84c333b138946d4cf973f5ade78b9ed [11921/12162] powerpc: move arch_trigger_cpumask_backtrace from nmi.h to irq.h > config: powerpc-randconfig-r025-20230622 (https://download.01.org/0day-ci/archive/20230623/202306232330.luFAk63S-lkp@xxxxxxxxx/config) > compiler: powerpc-linux-gcc (GCC) 12.3.0 > reproduce: (https://download.01.org/0day-ci/archive/20230623/202306232330.luFAk63S-lkp@xxxxxxxxx/reproduce) > > If you fix the issue in a separate patch/commit (i.e. not just a new version of > the same patch/commit), kindly add following tags > | Reported-by: kernel test robot <lkp@xxxxxxxxx> > | Closes: https://lore.kernel.org/oe-kbuild-all/202306232330.luFAk63S-lkp@xxxxxxxxx/ > > All errors (new ones prefixed by >>): > > powerpc-linux-ld: kernel/panic.o: in function `trigger_all_cpu_backtrace': > >> include/linux/nmi.h:160: undefined reference to `arch_trigger_cpumask_backtrace' > >> powerpc-linux-ld: include/linux/nmi.h:160: undefined reference to `arch_trigger_cpumask_backtrace' > >> powerpc-linux-ld: include/linux/nmi.h:160: undefined reference to `arch_trigger_cpumask_backtrace' > powerpc-linux-ld: kernel/sched/core.o: in function `trigger_single_cpu_backtrace': > include/linux/nmi.h:178: undefined reference to `arch_trigger_cpumask_backtrace' > powerpc-linux-ld: kernel/watchdog.o: in function `trigger_allbutself_cpu_backtrace': > include/linux/nmi.h:166: undefined reference to `arch_trigger_cpumask_backtrace' > powerpc-linux-ld: drivers/tty/sysrq.o:include/linux/nmi.h:160: more undefined references to `arch_trigger_cpumask_backtrace' follow Thanks for the report! This was already addressed yesterday and the fixed patch has already been merged into Andrew Morton's tree. My response to a similar report yesterday: https://lore.kernel.org/r/CAD=FV=VqnC8o_Bsx8GWYNbp+mRb2kGdfkucy2+RV4tyyGBjK1A@xxxxxxxxxxxxxx The indication that v2 landed was at: https://lore.kernel.org/r/20230623033257.B9307C433C0@xxxxxxxxxxxxxxx I confirmed that the git hash included in ${SUBJECT} report was the old v1 version. -Doug