[Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v1,1/2] drm/selftests/mm: Switch to bitmap_zalloc()
Patchwork
patchwork at emeril.freedesktop.org
Mon Mar 4 09:06:37 UTC 2019
== Series Details ==
Series: series starting with [v1,1/2] drm/selftests/mm: Switch to bitmap_zalloc()
URL : https://patchwork.freedesktop.org/series/57506/
State : failure
== Summary ==
CALL scripts/checksyscalls.sh
DESCEND objtool
CHK include/generated/compile.h
CC [M] drivers/gpu/drm/selftests/test-drm_mm.o
drivers/gpu/drm/selftests/test-drm_mm.c: In function ‘igt_bottomup’:
drivers/gpu/drm/selftests/test-drm_mm.c:1747:11: error: implicit declaration of function ‘bitmap_zcalloc’; did you mean ‘bitmap_zalloc’? [-Werror=implicit-function-declaration]
bitmap = bitmap_zcalloc(count, GFP_KERNEL);
^~~~~~~~~~~~~~
bitmap_zalloc
drivers/gpu/drm/selftests/test-drm_mm.c:1747:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
bitmap = bitmap_zcalloc(count, GFP_KERNEL);
^
cc1: some warnings being treated as errors
scripts/Makefile.build:282: recipe for target 'drivers/gpu/drm/selftests/test-drm_mm.o' failed
make[4]: *** [drivers/gpu/drm/selftests/test-drm_mm.o] Error 1
scripts/Makefile.build:492: recipe for target 'drivers/gpu/drm/selftests' failed
make[3]: *** [drivers/gpu/drm/selftests] Error 2
scripts/Makefile.build:492: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:492: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1043: recipe for target 'drivers' failed
make: *** [drivers] Error 2
More information about the Intel-gfx
mailing list