✗ Fi.CI.BAT: failure for drm/i915: Fix the static code analysis warning (rev2)

Patchwork patchwork at emeril.freedesktop.org
Wed Jan 16 09:00:27 UTC 2019


== Series Details ==

Series: drm/i915: Fix the static code analysis warning (rev2)
URL   : https://patchwork.freedesktop.org/series/55245/
State : failure

== Summary ==

CALL    scripts/checksyscalls.sh
  DESCEND  objtool
  CHK     include/generated/compile.h
  CC [M]  drivers/gpu/drm/i915/i915_gem_execbuffer.o
drivers/gpu/drm/i915/i915_gem_execbuffer.c: In function ‘eb_copy_relocations’:
drivers/gpu/drm/i915/i915_gem_execbuffer.c:1641:9: error: ‘relocs’ undeclared (first use in this function); did you mean ‘flock’?
  kvfree(relocs);
         ^~~~~~
         flock
drivers/gpu/drm/i915/i915_gem_execbuffer.c:1641:9: note: each undeclared identifier is reported only once for each function it appears in
scripts/Makefile.build:276: recipe for target 'drivers/gpu/drm/i915/i915_gem_execbuffer.o' failed
make[4]: *** [drivers/gpu/drm/i915/i915_gem_execbuffer.o] Error 1
scripts/Makefile.build:492: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] 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:1042: recipe for target 'drivers' failed
make: *** [drivers] Error 2



More information about the Intel-gfx-trybot mailing list