[Intel-gfx] ✗ Fi.CI.BAT: failure for softdog: Obey hardlockup_all_cpu_backtrace sysctl
Patchwork
patchwork at emeril.freedesktop.org
Wed Oct 11 15:57:39 UTC 2017
== Series Details ==
Series: softdog: Obey hardlockup_all_cpu_backtrace sysctl
URL : https://patchwork.freedesktop.org/series/31751/
State : failure
== Summary ==
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
CHK include/generated/bounds.h
CHK include/generated/timeconst.h
CHK include/generated/asm-offsets.h
CALL scripts/checksyscalls.sh
CHK scripts/mod/devicetable-offsets.h
CHK include/generated/compile.h
CHK kernel/config_data.h
AR drivers/watchdog/watchdog.o
CC drivers/watchdog/softdog.o
drivers/watchdog/softdog.c: In function ‘softdog_fire’:
drivers/watchdog/softdog.c:66:7: error: ‘sysctl_hardlockup_all_cpu_backtrace’ undeclared (first use in this function)
if (sysctl_hardlockup_all_cpu_backtrace && 1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/watchdog/softdog.c:66:7: note: each undeclared identifier is reported only once for each function it appears in
drivers/watchdog/softdog.c:67:4: error: implicit declaration of function ‘trigger_allbutself_cpu_backtrace’ [-Werror=implicit-function-declaration]
trigger_allbutself_cpu_backtrace();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
scripts/Makefile.build:313: recipe for target 'drivers/watchdog/softdog.o' failed
make[2]: *** [drivers/watchdog/softdog.o] Error 1
scripts/Makefile.build:572: recipe for target 'drivers/watchdog' failed
make[1]: *** [drivers/watchdog] Error 2
Makefile:1019: recipe for target 'drivers' failed
make: *** [drivers] Error 2
More information about the Intel-gfx
mailing list