[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/selftests: Prevent background reaping of active objects

Patchwork patchwork at emeril.freedesktop.org
Sun Jul 8 12:48:56 UTC 2018


== Series Details ==

Series: drm/i915/selftests: Prevent background reaping of active objects
URL   : https://patchwork.freedesktop.org/series/46124/
State : failure

== Summary ==

CALL    scripts/checksyscalls.sh
  DESCEND  objtool
  CHK     include/generated/compile.h
  CC [M]  drivers/gpu/drm/i915/i915_gem.o
In file included from drivers/gpu/drm/i915/i915_gem.c:6153:0:
drivers/gpu/drm/i915/selftests/i915_gem_object.c: In function ‘igt_mmap_offset_exhaustion’:
drivers/gpu/drm/i915/selftests/i915_gem_object.c:555:27: error: incompatible type for argument 1 of ‘cancel_delayed_work_sync’
  cancel_delayed_work_sync(i915->gt.retire_work);
                           ^~~~
In file included from ./include/linux/srcu.h:34:0,
                 from ./include/linux/notifier.h:16,
                 from ./include/linux/memory_hotplug.h:7,
                 from ./include/linux/mmzone.h:777,
                 from ./include/linux/gfp.h:6,
                 from ./include/linux/idr.h:16,
                 from ./include/linux/kernfs.h:14,
                 from ./include/linux/sysfs.h:16,
                 from ./include/linux/kobject.h:20,
                 from ./include/linux/cdev.h:5,
                 from ./include/drm/drmP.h:36,
                 from drivers/gpu/drm/i915/i915_gem.c:28:
./include/linux/workqueue.h:484:13: note: expected ‘struct delayed_work *’ but argument is of type ‘struct delayed_work’
 extern bool cancel_delayed_work_sync(struct delayed_work *dwork);
             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from drivers/gpu/drm/i915/i915_gem.c:6153:0:
drivers/gpu/drm/i915/selftests/i915_gem_object.c:556:27: error: incompatible type for argument 1 of ‘cancel_delayed_work_sync’
  cancel_delayed_work_sync(i915->gt.idle_work);
                           ^~~~
In file included from ./include/linux/srcu.h:34:0,
                 from ./include/linux/notifier.h:16,
                 from ./include/linux/memory_hotplug.h:7,
                 from ./include/linux/mmzone.h:777,
                 from ./include/linux/gfp.h:6,
                 from ./include/linux/idr.h:16,
                 from ./include/linux/kernfs.h:14,
                 from ./include/linux/sysfs.h:16,
                 from ./include/linux/kobject.h:20,
                 from ./include/linux/cdev.h:5,
                 from ./include/drm/drmP.h:36,
                 from drivers/gpu/drm/i915/i915_gem.c:28:
./include/linux/workqueue.h:484:13: note: expected ‘struct delayed_work *’ but argument is of type ‘struct delayed_work’
 extern bool cancel_delayed_work_sync(struct delayed_work *dwork);
             ^~~~~~~~~~~~~~~~~~~~~~~~
scripts/Makefile.build:317: recipe for target 'drivers/gpu/drm/i915/i915_gem.o' failed
make[4]: *** [drivers/gpu/drm/i915/i915_gem.o] Error 1
scripts/Makefile.build:558: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:558: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:558: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1034: recipe for target 'drivers' failed
make: *** [drivers] Error 2



More information about the Intel-gfx mailing list