From: Patchwork <patchwork@emeril.freedesktop.org>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.BAT: failure for drm/i915/selftests: Prevent background reaping of active objects
Date: Sun, 08 Jul 2018 12:48:56 -0000 [thread overview]
Message-ID: <20180708124856.14671.4621@emeril.freedesktop.org> (raw)
In-Reply-To: <20180708123745.3318-1-chris@chris-wilson.co.uk>
== 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
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2018-07-08 12:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-08 12:37 [PATCH] drm/i915/selftests: Prevent background reaping of active objects Chris Wilson
2018-07-08 12:48 ` Patchwork [this message]
2018-07-08 15:36 ` kbuild test robot
2018-07-09 8:05 ` Chris Wilson
2018-07-09 8:13 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/selftests: Prevent background reaping of active objects (rev2) Patchwork
2018-07-09 8:31 ` ✓ Fi.CI.BAT: success " Patchwork
2018-07-09 9:29 ` ✓ Fi.CI.IGT: " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180708124856.14671.4621@emeril.freedesktop.org \
--to=patchwork@emeril.freedesktop.org \
--cc=chris@chris-wilson.co.uk \
--cc=intel-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).