[Intel-gfx] ✗ Fi.CI.BUILD: failure for lib, stackdepot: check stackdepot handle before accessing slabs
Patchwork
patchwork at emeril.freedesktop.org
Wed Sep 15 16:31:20 UTC 2021
== Series Details ==
Series: lib, stackdepot: check stackdepot handle before accessing slabs
URL : https://patchwork.freedesktop.org/series/94696/
State : failure
== Summary ==
CALL scripts/checksyscalls.sh
CALL scripts/atomic/check-atomics.sh
DESCEND objtool
CHK include/generated/compile.h
CC [M] drivers/gpu/drm/i915/intel_runtime_pm.o
drivers/gpu/drm/i915/intel_runtime_pm.c: In function ‘__print_intel_runtime_pm_wakeref’:
drivers/gpu/drm/i915/intel_runtime_pm.c:196:3: error: too many arguments to function ‘stack_depot_print’
stack_depot_print(stack, buf, PAGE_SIZE, 2);
^~~~~~~~~~~~~~~~~
In file included from ./include/linux/page_ext.h:7,
from ./include/linux/mm.h:25,
from ./include/linux/kallsyms.h:13,
from ./include/linux/bpf.h:20,
from ./include/linux/bpf-cgroup.h:5,
from ./include/linux/cgroup-defs.h:22,
from ./include/linux/cgroup.h:28,
from ./include/linux/memcontrol.h:13,
from ./include/linux/swap.h:9,
from ./include/linux/suspend.h:5,
from ./include/linux/regulator/consumer.h:35,
from ./include/linux/i2c.h:18,
from drivers/gpu/drm/i915/i915_drv.h:39,
from drivers/gpu/drm/i915/intel_runtime_pm.c:33:
./include/linux/stackdepot.h:25:6: note: declared here
void stack_depot_print(depot_stack_handle_t stack);
^~~~~~~~~~~~~~~~~
scripts/Makefile.build:277: recipe for target 'drivers/gpu/drm/i915/intel_runtime_pm.o' failed
make[4]: *** [drivers/gpu/drm/i915/intel_runtime_pm.o] Error 1
scripts/Makefile.build:540: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:540: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:540: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1874: recipe for target 'drivers' failed
make: *** [drivers] Error 2
More information about the Intel-gfx
mailing list