* [tglx-devel:irqflags 13/20] include/linux/irqflags.h:205:9: error: implicit declaration of function 'arch_safe_halt'; did you mean 'raw_safe_halt'?
@ 2026-08-30 7:27 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-08-30 7:27 UTC (permalink / raw)
To: Thomas Gleixner; +Cc: oe-kbuild-all
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel.git irqflags
head: 59394501f5a285ef270931207a67d2f129403151
commit: 882d92b84f9618f000a4de66daeee48df6d81357 [13/20] irqflags: Cleanup wrappers
config: mips-allyesconfig (https://download.01.org/0day-ci/archive/20260830/202608301526.FqKeHING-lkp@intel.com/config)
compiler: mips-linux-gcc (GCC) 16.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260830/202608301526.FqKeHING-lkp@intel.com/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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202608301526.FqKeHING-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from arch/mips/include/asm/atomic.h:17,
from include/linux/atomic.h:7,
from include/linux/cpumask.h:10,
from include/linux/smp.h:13,
from arch/mips/include/asm/cpu-type.h:12,
from arch/mips/include/asm/timex.h:19,
from include/linux/timex.h:67,
from include/linux/time32.h:13,
from include/linux/time.h:60,
from include/linux/compat.h:10,
from arch/mips/kernel/asm-offsets.c:14:
include/linux/irqflags.h: In function 'raw_safe_halt':
>> include/linux/irqflags.h:205:9: error: implicit declaration of function 'arch_safe_halt'; did you mean 'raw_safe_halt'? [-Wimplicit-function-declaration]
205 | arch_safe_halt();
| ^~~~~~~~~~~~~~
| raw_safe_halt
make[3]: *** [scripts/Makefile.build:185: arch/mips/kernel/asm-offsets.s] Error 1
make[3]: Target 'prepare' not remade because of errors.
make[2]: *** [Makefile:1414: prepare0] Error 2
make[2]: Target 'prepare' not remade because of errors.
make[1]: *** [Makefile:248: __sub-make] Error 2
make[1]: Target 'prepare' not remade because of errors.
make: *** [Makefile:248: __sub-make] Error 2
make: Target 'prepare' not remade because of errors.
vim +205 include/linux/irqflags.h
202
203 static __always_inline void raw_safe_halt(void)
204 {
> 205 arch_safe_halt();
206 }
207
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-30 7:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-30 7:27 [tglx-devel:irqflags 13/20] include/linux/irqflags.h:205:9: error: implicit declaration of function 'arch_safe_halt'; did you mean 'raw_safe_halt'? kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.