[Intel-gfx] ✗ Fi.CI.BUILD: failure for linux-next: manual merge of the usb tree with the drm-intel-fixes tree
Patchwork
patchwork at emeril.freedesktop.org
Wed Feb 1 04:16:25 UTC 2023
== Series Details ==
Series: linux-next: manual merge of the usb tree with the drm-intel-fixes tree
URL : https://patchwork.freedesktop.org/series/113544/
State : failure
== Summary ==
Error: make failed
CALL scripts/checksyscalls.sh
DESCEND objtool
CC [M] drivers/gpu/drm/i915/gt/intel_execlists_submission.o
drivers/gpu/drm/i915/gt/intel_execlists_submission.c: In function ‘intel_execlists_dump_active_requests’:
drivers/gpu/drm/i915/gt/intel_execlists_submission.c:4164:6: error: implicit declaration of function ‘list_count_nodes’; did you mean ‘list_lru_count_node’? [-Werror=implicit-function-declaration]
4164 | list_count_nodes(&engine->sched_engine->hold));
| ^~~~~~~~~~~~~~~~
| list_lru_count_node
drivers/gpu/drm/i915/gt/intel_execlists_submission.c:4163:31: error: format ‘%zu’ expects argument of type ‘size_t’, but argument 3 has type ‘int’ [-Werror=format=]
4163 | drm_printf(m, "\tOn hold?: %zu\n",
| ~~^
| |
| long unsigned int
| %u
4164 | list_count_nodes(&engine->sched_engine->hold));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| int
cc1: all warnings being treated as errors
make[5]: *** [scripts/Makefile.build:252: drivers/gpu/drm/i915/gt/intel_execlists_submission.o] Error 1
make[4]: *** [scripts/Makefile.build:504: drivers/gpu/drm/i915] Error 2
make[3]: *** [scripts/Makefile.build:504: drivers/gpu/drm] Error 2
make[2]: *** [scripts/Makefile.build:504: drivers/gpu] Error 2
make[1]: *** [scripts/Makefile.build:504: drivers] Error 2
make: *** [Makefile:2021: .] Error 2
More information about the Intel-gfx
mailing list