public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH] drm: Flush output polling on shutdown
@ 2019-05-31 17:16 Chris Wilson
  2019-05-31 17:18 ` Chris Wilson
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Chris Wilson @ 2019-05-31 17:16 UTC (permalink / raw)
  To: dri-devel; +Cc: intel-gfx

We need to mark the output polling as disabled to prevent concurrent
irqs from queuing new work as shutdown the probe -- causing that work to
execute after we have freed the structs:

<4> [341.846490] DEBUG_LOCKS_WARN_ON(mutex_is_locked(lock))
<4> [341.846497] WARNING: CPU: 3 PID: 3300 at kernel/locking/mutex-debug.c:103 mutex_destroy+0x49/0x50
<4> [341.846508] Modules linked in: i915(-) vgem thunderbolt snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic mei_hdcp x86_pkg_temp_thermal coretemp crct10dif_pclmul crc32_pclmul ghash_clmulni_intel snd_hda_codec snd_hwdep snd_hda_core snd_pcm mcs7830 btusb usbnet btrtl mii btbcm btintel bluetooth ecdh_generic ecc mei_me mei prime_numbers i2c_hid pinctrl_sunrisepoint pinctrl_intel [last unloaded: i915]
<4> [341.846546] CPU: 3 PID: 3300 Comm: i915_module_loa Tainted: G     U            5.2.0-rc2-CI-CI_DRM_6175+ #1
<4> [341.846553] Hardware name: Dell Inc. XPS 13 9360/0823VW, BIOS 2.9.0 07/09/2018
<4> [341.846560] RIP: 0010:mutex_destroy+0x49/0x50
<4> [341.846565] Code: 00 00 5b c3 e8 a8 9f 3b 00 85 c0 74 ed 8b 05 3e 55 23 01 85 c0 75 e3 48 c7 c6 00 d0 08 82 48 c7 c7 a8 aa 07 82 e8 e7 08 fa ff <0f> 0b eb cc 0f 1f 00 48 b8 11 11 11 11 11 11 11 11 48 89 76 20 48
<4> [341.846578] RSP: 0018:ffffc900006cfdb0 EFLAGS: 00010286
<4> [341.846583] RAX: 0000000000000000 RBX: ffff88826759a168 RCX: 0000000000000000
<4> [341.846589] RDX: 0000000000000002 RSI: 0000000000000000 RDI: ffffffff8112844c
<4> [341.846595] RBP: ffff8882708fa548 R08: 0000000000000000 R09: 0000000000039600
<4> [341.846601] R10: 0000000000000000 R11: 0000000000000ce4 R12: ffffffffa07de1e0
<4> [341.846607] R13: 0000000000000000 R14: 0000000000000000 R15: ffffffffa07de2d0
<4> [341.846613] FS:  00007f62b5ae0e40(0000) GS:ffff888276380000(0000) knlGS:0000000000000000
<4> [341.846620] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4> [341.846626] CR2: 000055a4e064f4a0 CR3: 0000000266b16006 CR4: 00000000003606e0
<4> [341.846632] Call Trace:
<4> [341.846639]  drm_fb_helper_fini.part.17+0xb3/0x100
<4> [341.846682]  intel_fbdev_fini+0x20/0x80 [i915]
<4> [341.846722]  intel_modeset_cleanup+0x9a/0x140 [i915]
<4> [341.846750]  i915_driver_unload+0xa3/0x100 [i915]
<4> [341.846778]  i915_pci_remove+0x19/0x30 [i915]
<4> [341.846784]  pci_device_remove+0x36/0xb0
<4> [341.846790]  device_release_driver_internal+0xd3/0x1b0
<4> [341.846795]  driver_detach+0x3f/0x80
<4> [341.846800]  bus_remove_driver+0x53/0xd0
<4> [341.846805]  pci_unregister_driver+0x25/0xa0
<4> [341.846843]  i915_exit+0x16/0x1c [i915]
<4> [341.846849]  __se_sys_delete_module+0x162/0x210
<4> [341.846855]  ? trace_hardirqs_off_thunk+0x1a/0x1c
<4> [341.846859]  ? do_syscall_64+0xd/0x1c0
<4> [341.846864]  do_syscall_64+0x55/0x1c0
<4> [341.846869]  entry_SYSCALL_64_after_hwframe+0x49/0xbe
<4> [341.846875] RIP: 0033:0x7f62b51871b7
<4> [341.846881] Code: 73 01 c3 48 8b 0d d1 8c 2c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 b8 b0 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a1 8c 2c 00 f7 d8 64 89 01 48
<4> [341.846897] RSP: 002b:00007ffe7a227138 EFLAGS: 00000206 ORIG_RAX: 00000000000000b0
<4> [341.846904] RAX: ffffffffffffffda RBX: 00007ffe7a2272b0 RCX: 00007f62b51871b7
<4> [341.846910] RDX: 0000000000000001 RSI: 0000000000000800 RDI: 0000557cd6b55948
<4> [341.846916] RBP: 0000557cd6b558e0 R08: 0000557cd6b5594c R09: 00007ffe7a227160
<4> [341.846922] R10: 00007ffe7a226134 R11: 0000000000000206 R12: 0000000000000000
<4> [341.846927] R13: 00007ffe7a227820 R14: 0000000000000000 R15: 0000000000000000
<4> [341.846936] irq event stamp: 3547847
<4> [341.846940] hardirqs last  enabled at (3547847): [<ffffffff819aad2c>] _raw_spin_unlock_irqrestore+0x4c/0x60
<4> [341.846949] hardirqs last disabled at (3547846): [<ffffffff819aab9d>] _raw_spin_lock_irqsave+0xd/0x50
<4> [341.846957] softirqs last  enabled at (3547376): [<ffffffff81c0033a>] __do_softirq+0x33a/0x4b9
<4> [341.846966] softirqs last disabled at (3547367): [<ffffffff810b6379>] irq_exit+0xa9/0xc0
<4> [341.846973] WARNING: CPU: 3 PID: 3300 at kernel/locking/mutex-debug.c:103 mutex_destroy+0x49/0x50
<4> [341.846980] ---[ end trace ba94ca8952ba970e ]---
<7> [341.866547] [drm:intel_dp_detect [i915]] MST support? port A: no, sink: no, modparam: yes
<7> [341.890480] [drm:drm_add_display_info] non_desktop set to 0
<7> [341.890530] [drm:drm_add_edid_modes] ELD: no CEA Extension found
<7> [341.890537] [drm:drm_add_display_info] non_desktop set to 0
<7> [341.890578] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:86:eDP-1] probed modes :
<7> [341.890589] [drm:drm_mode_debug_printmodeline] Modeline "3200x1800": 60 373250 3200 3248 3280 3360 1800 1803 1808 1852 0x48 0xa
<7> [341.890602] [drm:drm_mode_debug_printmodeline] Modeline "3200x1800": 48 298600 3200 3248 3280 3360 1800 1803 1808 1852 0x40 0xa
<4> [341.890628] general protection fault: 0000 [#1] PREEMPT SMP PTI
<4> [341.890636] CPU: 0 PID: 508 Comm: kworker/0:4 Tainted: G     U  W         5.2.0-rc2-CI-CI_DRM_6175+ #1
<4> [341.890646] Hardware name: Dell Inc. XPS 13 9360/0823VW, BIOS 2.9.0 07/09/2018
<4> [341.890655] Workqueue: events output_poll_execute
<4> [341.890663] RIP: 0010:drm_setup_crtcs+0x13e/0xbe0
<4> [341.890669] Code: 00 41 8b 44 24 58 85 c0 0f 8e f9 01 00 00 44 8b 6c 24 20 44 8b 74 24 28 31 db 31 ed 49 8b 44 24 60 48 63 d5 44 89 ee 83 c5 01 <48> 8b 04 d0 44 89 f2 48 8b 38 48 8b 87 88 01 00 00 48 8b 40 20 e8
<4> [341.890686] RSP: 0018:ffffc9000033fd40 EFLAGS: 00010202
<4> [341.890692] RAX: 6b6b6b6b6b6b6b6b RBX: 0000000000000002 RCX: 0000000000000000
<4> [341.890700] RDX: 0000000000000001 RSI: 0000000000000c80 RDI: 00000000ffffffff
<4> [341.890707] RBP: 0000000000000002 R08: 0000000000000000 R09: 0000000000000000
<4> [341.890715] R10: 0000000000000c80 R11: 0000000000000000 R12: ffff888267599fe8
<4> [341.890722] R13: 0000000000000c80 R14: 0000000000000708 R15: 0000000000000007
<4> [341.890730] FS:  0000000000000000(0000) GS:ffff888276200000(0000) knlGS:0000000000000000
<4> [341.890739] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4> [341.890745] CR2: 000055a4e064f4a0 CR3: 000000026d234003 CR4: 00000000003606f0
<4> [341.890752] Call Trace:
<4> [341.890760]  drm_fb_helper_hotplug_event.part.24+0x89/0xb0
<4> [341.890768]  drm_kms_helper_hotplug_event+0x21/0x30
<4> [341.890774]  output_poll_execute+0x9d/0x1a0
<4> [341.890782]  process_one_work+0x245/0x610
<4> [341.890790]  worker_thread+0x37/0x380
<4> [341.890796]  ? process_one_work+0x610/0x610
<4> [341.890802]  kthread+0x119/0x130
<4> [341.890808]  ? kthread_park+0x80/0x80
<4> [341.890815]  ret_from_fork+0x3a/0x50

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 drivers/gpu/drm/drm_probe_helper.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_probe_helper.c b/drivers/gpu/drm/drm_probe_helper.c
index 6fd08e04b323..cbdceb8d590f 100644
--- a/drivers/gpu/drm/drm_probe_helper.c
+++ b/drivers/gpu/drm/drm_probe_helper.c
@@ -574,6 +574,9 @@ static void output_poll_execute(struct work_struct *work)
 	enum drm_connector_status old_status;
 	bool repoll = false, changed;
 
+	if (!dev->mode_config.poll_enabled)
+		return;
+
 	/* Pick up any changes detected by the probe functions. */
 	changed = dev->mode_config.delayed_event;
 	dev->mode_config.delayed_event = false;
@@ -728,7 +731,8 @@ EXPORT_SYMBOL(drm_kms_helper_poll_init);
  */
 void drm_kms_helper_poll_fini(struct drm_device *dev)
 {
-	drm_kms_helper_poll_disable(dev);
+	dev->mode_config.poll_enabled = false;
+	cancel_delayed_work_sync(&dev->mode_config.output_poll_work);
 }
 EXPORT_SYMBOL(drm_kms_helper_poll_fini);
 
-- 
2.20.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: [PATCH] drm: Flush output polling on shutdown
  2019-05-31 17:16 [PATCH] drm: Flush output polling on shutdown Chris Wilson
@ 2019-05-31 17:18 ` Chris Wilson
  2019-05-31 17:45 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Chris Wilson @ 2019-05-31 17:18 UTC (permalink / raw)
  To: dri-devel; +Cc: intel-gfx

Quoting Chris Wilson (2019-05-31 18:16:15)
> We need to mark the output polling as disabled to prevent concurrent
> irqs from queuing new work as shutdown the probe -- causing that work to
> execute after we have freed the structs:
> 
> <4> [341.846490] DEBUG_LOCKS_WARN_ON(mutex_is_locked(lock))
> <4> [341.846497] WARNING: CPU: 3 PID: 3300 at kernel/locking/mutex-debug.c:103 mutex_destroy+0x49/0x50
> <4> [341.846508] Modules linked in: i915(-) vgem thunderbolt snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic mei_hdcp x86_pkg_temp_thermal coretemp crct10dif_pclmul crc32_pclmul ghash_clmulni_intel snd_hda_codec snd_hwdep snd_hda_core snd_pcm mcs7830 btusb usbnet btrtl mii btbcm btintel bluetooth ecdh_generic ecc mei_me mei prime_numbers i2c_hid pinctrl_sunrisepoint pinctrl_intel [last unloaded: i915]
> <4> [341.846546] CPU: 3 PID: 3300 Comm: i915_module_loa Tainted: G     U            5.2.0-rc2-CI-CI_DRM_6175+ #1
> <4> [341.846553] Hardware name: Dell Inc. XPS 13 9360/0823VW, BIOS 2.9.0 07/09/2018
> <4> [341.846560] RIP: 0010:mutex_destroy+0x49/0x50
> <4> [341.846565] Code: 00 00 5b c3 e8 a8 9f 3b 00 85 c0 74 ed 8b 05 3e 55 23 01 85 c0 75 e3 48 c7 c6 00 d0 08 82 48 c7 c7 a8 aa 07 82 e8 e7 08 fa ff <0f> 0b eb cc 0f 1f 00 48 b8 11 11 11 11 11 11 11 11 48 89 76 20 48
> <4> [341.846578] RSP: 0018:ffffc900006cfdb0 EFLAGS: 00010286
> <4> [341.846583] RAX: 0000000000000000 RBX: ffff88826759a168 RCX: 0000000000000000
> <4> [341.846589] RDX: 0000000000000002 RSI: 0000000000000000 RDI: ffffffff8112844c
> <4> [341.846595] RBP: ffff8882708fa548 R08: 0000000000000000 R09: 0000000000039600
> <4> [341.846601] R10: 0000000000000000 R11: 0000000000000ce4 R12: ffffffffa07de1e0
> <4> [341.846607] R13: 0000000000000000 R14: 0000000000000000 R15: ffffffffa07de2d0
> <4> [341.846613] FS:  00007f62b5ae0e40(0000) GS:ffff888276380000(0000) knlGS:0000000000000000
> <4> [341.846620] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> <4> [341.846626] CR2: 000055a4e064f4a0 CR3: 0000000266b16006 CR4: 00000000003606e0
> <4> [341.846632] Call Trace:
> <4> [341.846639]  drm_fb_helper_fini.part.17+0xb3/0x100
> <4> [341.846682]  intel_fbdev_fini+0x20/0x80 [i915]
> <4> [341.846722]  intel_modeset_cleanup+0x9a/0x140 [i915]
> <4> [341.846750]  i915_driver_unload+0xa3/0x100 [i915]
> <4> [341.846778]  i915_pci_remove+0x19/0x30 [i915]
> <4> [341.846784]  pci_device_remove+0x36/0xb0
> <4> [341.846790]  device_release_driver_internal+0xd3/0x1b0
> <4> [341.846795]  driver_detach+0x3f/0x80
> <4> [341.846800]  bus_remove_driver+0x53/0xd0
> <4> [341.846805]  pci_unregister_driver+0x25/0xa0
> <4> [341.846843]  i915_exit+0x16/0x1c [i915]
> <4> [341.846849]  __se_sys_delete_module+0x162/0x210
> <4> [341.846855]  ? trace_hardirqs_off_thunk+0x1a/0x1c
> <4> [341.846859]  ? do_syscall_64+0xd/0x1c0
> <4> [341.846864]  do_syscall_64+0x55/0x1c0
> <4> [341.846869]  entry_SYSCALL_64_after_hwframe+0x49/0xbe
> <4> [341.846875] RIP: 0033:0x7f62b51871b7
> <4> [341.846881] Code: 73 01 c3 48 8b 0d d1 8c 2c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 b8 b0 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a1 8c 2c 00 f7 d8 64 89 01 48
> <4> [341.846897] RSP: 002b:00007ffe7a227138 EFLAGS: 00000206 ORIG_RAX: 00000000000000b0
> <4> [341.846904] RAX: ffffffffffffffda RBX: 00007ffe7a2272b0 RCX: 00007f62b51871b7
> <4> [341.846910] RDX: 0000000000000001 RSI: 0000000000000800 RDI: 0000557cd6b55948
> <4> [341.846916] RBP: 0000557cd6b558e0 R08: 0000557cd6b5594c R09: 00007ffe7a227160
> <4> [341.846922] R10: 00007ffe7a226134 R11: 0000000000000206 R12: 0000000000000000
> <4> [341.846927] R13: 00007ffe7a227820 R14: 0000000000000000 R15: 0000000000000000
> <4> [341.846936] irq event stamp: 3547847
> <4> [341.846940] hardirqs last  enabled at (3547847): [<ffffffff819aad2c>] _raw_spin_unlock_irqrestore+0x4c/0x60
> <4> [341.846949] hardirqs last disabled at (3547846): [<ffffffff819aab9d>] _raw_spin_lock_irqsave+0xd/0x50
> <4> [341.846957] softirqs last  enabled at (3547376): [<ffffffff81c0033a>] __do_softirq+0x33a/0x4b9
> <4> [341.846966] softirqs last disabled at (3547367): [<ffffffff810b6379>] irq_exit+0xa9/0xc0
> <4> [341.846973] WARNING: CPU: 3 PID: 3300 at kernel/locking/mutex-debug.c:103 mutex_destroy+0x49/0x50
> <4> [341.846980] ---[ end trace ba94ca8952ba970e ]---
> <7> [341.866547] [drm:intel_dp_detect [i915]] MST support? port A: no, sink: no, modparam: yes
> <7> [341.890480] [drm:drm_add_display_info] non_desktop set to 0
> <7> [341.890530] [drm:drm_add_edid_modes] ELD: no CEA Extension found
> <7> [341.890537] [drm:drm_add_display_info] non_desktop set to 0
> <7> [341.890578] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:86:eDP-1] probed modes :
> <7> [341.890589] [drm:drm_mode_debug_printmodeline] Modeline "3200x1800": 60 373250 3200 3248 3280 3360 1800 1803 1808 1852 0x48 0xa
> <7> [341.890602] [drm:drm_mode_debug_printmodeline] Modeline "3200x1800": 48 298600 3200 3248 3280 3360 1800 1803 1808 1852 0x40 0xa
> <4> [341.890628] general protection fault: 0000 [#1] PREEMPT SMP PTI
> <4> [341.890636] CPU: 0 PID: 508 Comm: kworker/0:4 Tainted: G     U  W         5.2.0-rc2-CI-CI_DRM_6175+ #1
> <4> [341.890646] Hardware name: Dell Inc. XPS 13 9360/0823VW, BIOS 2.9.0 07/09/2018
> <4> [341.890655] Workqueue: events output_poll_execute
> <4> [341.890663] RIP: 0010:drm_setup_crtcs+0x13e/0xbe0
> <4> [341.890669] Code: 00 41 8b 44 24 58 85 c0 0f 8e f9 01 00 00 44 8b 6c 24 20 44 8b 74 24 28 31 db 31 ed 49 8b 44 24 60 48 63 d5 44 89 ee 83 c5 01 <48> 8b 04 d0 44 89 f2 48 8b 38 48 8b 87 88 01 00 00 48 8b 40 20 e8
> <4> [341.890686] RSP: 0018:ffffc9000033fd40 EFLAGS: 00010202
> <4> [341.890692] RAX: 6b6b6b6b6b6b6b6b RBX: 0000000000000002 RCX: 0000000000000000
> <4> [341.890700] RDX: 0000000000000001 RSI: 0000000000000c80 RDI: 00000000ffffffff
> <4> [341.890707] RBP: 0000000000000002 R08: 0000000000000000 R09: 0000000000000000
> <4> [341.890715] R10: 0000000000000c80 R11: 0000000000000000 R12: ffff888267599fe8
> <4> [341.890722] R13: 0000000000000c80 R14: 0000000000000708 R15: 0000000000000007
> <4> [341.890730] FS:  0000000000000000(0000) GS:ffff888276200000(0000) knlGS:0000000000000000
> <4> [341.890739] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> <4> [341.890745] CR2: 000055a4e064f4a0 CR3: 000000026d234003 CR4: 00000000003606f0
> <4> [341.890752] Call Trace:
> <4> [341.890760]  drm_fb_helper_hotplug_event.part.24+0x89/0xb0
> <4> [341.890768]  drm_kms_helper_hotplug_event+0x21/0x30
> <4> [341.890774]  output_poll_execute+0x9d/0x1a0
> <4> [341.890782]  process_one_work+0x245/0x610
> <4> [341.890790]  worker_thread+0x37/0x380
> <4> [341.890796]  ? process_one_work+0x610/0x610
> <4> [341.890802]  kthread+0x119/0x130
> <4> [341.890808]  ? kthread_park+0x80/0x80
> <4> [341.890815]  ret_from_fork+0x3a/0x50

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109964
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> ---
>  drivers/gpu/drm/drm_probe_helper.c | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/drm_probe_helper.c b/drivers/gpu/drm/drm_probe_helper.c
> index 6fd08e04b323..cbdceb8d590f 100644
> --- a/drivers/gpu/drm/drm_probe_helper.c
> +++ b/drivers/gpu/drm/drm_probe_helper.c
> @@ -574,6 +574,9 @@ static void output_poll_execute(struct work_struct *work)
>         enum drm_connector_status old_status;
>         bool repoll = false, changed;
>  
> +       if (!dev->mode_config.poll_enabled)
> +               return;
> +
>         /* Pick up any changes detected by the probe functions. */
>         changed = dev->mode_config.delayed_event;
>         dev->mode_config.delayed_event = false;
> @@ -728,7 +731,8 @@ EXPORT_SYMBOL(drm_kms_helper_poll_init);
>   */
>  void drm_kms_helper_poll_fini(struct drm_device *dev)
>  {
> -       drm_kms_helper_poll_disable(dev);
> +       dev->mode_config.poll_enabled = false;
> +       cancel_delayed_work_sync(&dev->mode_config.output_poll_work);
>  }
>  EXPORT_SYMBOL(drm_kms_helper_poll_fini);
>  
> -- 
> 2.20.1
> 
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 12+ messages in thread

* ✗ Fi.CI.CHECKPATCH: warning for drm: Flush output polling on shutdown
  2019-05-31 17:16 [PATCH] drm: Flush output polling on shutdown Chris Wilson
  2019-05-31 17:18 ` Chris Wilson
@ 2019-05-31 17:45 ` Patchwork
  2019-05-31 17:45 ` [PATCH v2] " Chris Wilson
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Patchwork @ 2019-05-31 17:45 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx

== Series Details ==

Series: drm: Flush output polling on shutdown
URL   : https://patchwork.freedesktop.org/series/61442/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
e0238ba7cdcd drm: Flush output polling on shutdown
-:11: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#11: 
<4> [341.846497] WARNING: CPU: 3 PID: 3300 at kernel/locking/mutex-debug.c:103 mutex_destroy+0x49/0x50

total: 0 errors, 1 warnings, 0 checks, 18 lines checked

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH v2] drm: Flush output polling on shutdown
  2019-05-31 17:16 [PATCH] drm: Flush output polling on shutdown Chris Wilson
  2019-05-31 17:18 ` Chris Wilson
  2019-05-31 17:45 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
@ 2019-05-31 17:45 ` Chris Wilson
  2019-05-31 18:05 ` ✗ Fi.CI.CHECKPATCH: warning for drm: Flush output polling on shutdown (rev2) Patchwork
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Chris Wilson @ 2019-05-31 17:45 UTC (permalink / raw)
  To: dri-devel; +Cc: intel-gfx

We need to mark the output polling as disabled to prevent concurrent
irqs from queuing new work as shutdown the probe -- causing that work to
execute after we have freed the structs:

<4> [341.846490] DEBUG_LOCKS_WARN_ON(mutex_is_locked(lock))
<4> [341.846497] WARNING: CPU: 3 PID: 3300 at kernel/locking/mutex-debug.c:103 mutex_destroy+0x49/0x50
<4> [341.846508] Modules linked in: i915(-) vgem thunderbolt snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic mei_hdcp x86_pkg_temp_thermal coretemp crct10dif_pclmul crc32_pclmul ghash_clmulni_intel snd_hda_codec snd_hwdep snd_hda_core snd_pcm mcs7830 btusb usbnet btrtl mii btbcm btintel bluetooth ecdh_generic ecc mei_me mei prime_numbers i2c_hid pinctrl_sunrisepoint pinctrl_intel [last unloaded: i915]
<4> [341.846546] CPU: 3 PID: 3300 Comm: i915_module_loa Tainted: G     U            5.2.0-rc2-CI-CI_DRM_6175+ #1
<4> [341.846553] Hardware name: Dell Inc. XPS 13 9360/0823VW, BIOS 2.9.0 07/09/2018
<4> [341.846560] RIP: 0010:mutex_destroy+0x49/0x50
<4> [341.846565] Code: 00 00 5b c3 e8 a8 9f 3b 00 85 c0 74 ed 8b 05 3e 55 23 01 85 c0 75 e3 48 c7 c6 00 d0 08 82 48 c7 c7 a8 aa 07 82 e8 e7 08 fa ff <0f> 0b eb cc 0f 1f 00 48 b8 11 11 11 11 11 11 11 11 48 89 76 20 48
<4> [341.846578] RSP: 0018:ffffc900006cfdb0 EFLAGS: 00010286
<4> [341.846583] RAX: 0000000000000000 RBX: ffff88826759a168 RCX: 0000000000000000
<4> [341.846589] RDX: 0000000000000002 RSI: 0000000000000000 RDI: ffffffff8112844c
<4> [341.846595] RBP: ffff8882708fa548 R08: 0000000000000000 R09: 0000000000039600
<4> [341.846601] R10: 0000000000000000 R11: 0000000000000ce4 R12: ffffffffa07de1e0
<4> [341.846607] R13: 0000000000000000 R14: 0000000000000000 R15: ffffffffa07de2d0
<4> [341.846613] FS:  00007f62b5ae0e40(0000) GS:ffff888276380000(0000) knlGS:0000000000000000
<4> [341.846620] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4> [341.846626] CR2: 000055a4e064f4a0 CR3: 0000000266b16006 CR4: 00000000003606e0
<4> [341.846632] Call Trace:
<4> [341.846639]  drm_fb_helper_fini.part.17+0xb3/0x100
<4> [341.846682]  intel_fbdev_fini+0x20/0x80 [i915]
<4> [341.846722]  intel_modeset_cleanup+0x9a/0x140 [i915]
<4> [341.846750]  i915_driver_unload+0xa3/0x100 [i915]
<4> [341.846778]  i915_pci_remove+0x19/0x30 [i915]
<4> [341.846784]  pci_device_remove+0x36/0xb0
<4> [341.846790]  device_release_driver_internal+0xd3/0x1b0
<4> [341.846795]  driver_detach+0x3f/0x80
<4> [341.846800]  bus_remove_driver+0x53/0xd0
<4> [341.846805]  pci_unregister_driver+0x25/0xa0
<4> [341.846843]  i915_exit+0x16/0x1c [i915]
<4> [341.846849]  __se_sys_delete_module+0x162/0x210
<4> [341.846855]  ? trace_hardirqs_off_thunk+0x1a/0x1c
<4> [341.846859]  ? do_syscall_64+0xd/0x1c0
<4> [341.846864]  do_syscall_64+0x55/0x1c0
<4> [341.846869]  entry_SYSCALL_64_after_hwframe+0x49/0xbe
<4> [341.846875] RIP: 0033:0x7f62b51871b7
<4> [341.846881] Code: 73 01 c3 48 8b 0d d1 8c 2c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 b8 b0 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a1 8c 2c 00 f7 d8 64 89 01 48
<4> [341.846897] RSP: 002b:00007ffe7a227138 EFLAGS: 00000206 ORIG_RAX: 00000000000000b0
<4> [341.846904] RAX: ffffffffffffffda RBX: 00007ffe7a2272b0 RCX: 00007f62b51871b7
<4> [341.846910] RDX: 0000000000000001 RSI: 0000000000000800 RDI: 0000557cd6b55948
<4> [341.846916] RBP: 0000557cd6b558e0 R08: 0000557cd6b5594c R09: 00007ffe7a227160
<4> [341.846922] R10: 00007ffe7a226134 R11: 0000000000000206 R12: 0000000000000000
<4> [341.846927] R13: 00007ffe7a227820 R14: 0000000000000000 R15: 0000000000000000
<4> [341.846936] irq event stamp: 3547847
<4> [341.846940] hardirqs last  enabled at (3547847): [<ffffffff819aad2c>] _raw_spin_unlock_irqrestore+0x4c/0x60
<4> [341.846949] hardirqs last disabled at (3547846): [<ffffffff819aab9d>] _raw_spin_lock_irqsave+0xd/0x50
<4> [341.846957] softirqs last  enabled at (3547376): [<ffffffff81c0033a>] __do_softirq+0x33a/0x4b9
<4> [341.846966] softirqs last disabled at (3547367): [<ffffffff810b6379>] irq_exit+0xa9/0xc0
<4> [341.846973] WARNING: CPU: 3 PID: 3300 at kernel/locking/mutex-debug.c:103 mutex_destroy+0x49/0x50
<4> [341.846980] ---[ end trace ba94ca8952ba970e ]---
<7> [341.866547] [drm:intel_dp_detect [i915]] MST support? port A: no, sink: no, modparam: yes
<7> [341.890480] [drm:drm_add_display_info] non_desktop set to 0
<7> [341.890530] [drm:drm_add_edid_modes] ELD: no CEA Extension found
<7> [341.890537] [drm:drm_add_display_info] non_desktop set to 0
<7> [341.890578] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:86:eDP-1] probed modes :
<7> [341.890589] [drm:drm_mode_debug_printmodeline] Modeline "3200x1800": 60 373250 3200 3248 3280 3360 1800 1803 1808 1852 0x48 0xa
<7> [341.890602] [drm:drm_mode_debug_printmodeline] Modeline "3200x1800": 48 298600 3200 3248 3280 3360 1800 1803 1808 1852 0x40 0xa
<4> [341.890628] general protection fault: 0000 [#1] PREEMPT SMP PTI
<4> [341.890636] CPU: 0 PID: 508 Comm: kworker/0:4 Tainted: G     U  W         5.2.0-rc2-CI-CI_DRM_6175+ #1
<4> [341.890646] Hardware name: Dell Inc. XPS 13 9360/0823VW, BIOS 2.9.0 07/09/2018
<4> [341.890655] Workqueue: events output_poll_execute
<4> [341.890663] RIP: 0010:drm_setup_crtcs+0x13e/0xbe0
<4> [341.890669] Code: 00 41 8b 44 24 58 85 c0 0f 8e f9 01 00 00 44 8b 6c 24 20 44 8b 74 24 28 31 db 31 ed 49 8b 44 24 60 48 63 d5 44 89 ee 83 c5 01 <48> 8b 04 d0 44 89 f2 48 8b 38 48 8b 87 88 01 00 00 48 8b 40 20 e8
<4> [341.890686] RSP: 0018:ffffc9000033fd40 EFLAGS: 00010202
<4> [341.890692] RAX: 6b6b6b6b6b6b6b6b RBX: 0000000000000002 RCX: 0000000000000000
<4> [341.890700] RDX: 0000000000000001 RSI: 0000000000000c80 RDI: 00000000ffffffff
<4> [341.890707] RBP: 0000000000000002 R08: 0000000000000000 R09: 0000000000000000
<4> [341.890715] R10: 0000000000000c80 R11: 0000000000000000 R12: ffff888267599fe8
<4> [341.890722] R13: 0000000000000c80 R14: 0000000000000708 R15: 0000000000000007
<4> [341.890730] FS:  0000000000000000(0000) GS:ffff888276200000(0000) knlGS:0000000000000000
<4> [341.890739] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4> [341.890745] CR2: 000055a4e064f4a0 CR3: 000000026d234003 CR4: 00000000003606f0
<4> [341.890752] Call Trace:
<4> [341.890760]  drm_fb_helper_hotplug_event.part.24+0x89/0xb0
<4> [341.890768]  drm_kms_helper_hotplug_event+0x21/0x30
<4> [341.890774]  output_poll_execute+0x9d/0x1a0
<4> [341.890782]  process_one_work+0x245/0x610
<4> [341.890790]  worker_thread+0x37/0x380
<4> [341.890796]  ? process_one_work+0x610/0x610
<4> [341.890802]  kthread+0x119/0x130
<4> [341.890808]  ? kthread_park+0x80/0x80
<4> [341.890815]  ret_from_fork+0x3a/0x50

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109964
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 drivers/gpu/drm/drm_probe_helper.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_probe_helper.c b/drivers/gpu/drm/drm_probe_helper.c
index 6fd08e04b323..cbdceb8d590f 100644
--- a/drivers/gpu/drm/drm_probe_helper.c
+++ b/drivers/gpu/drm/drm_probe_helper.c
@@ -574,6 +574,9 @@ static void output_poll_execute(struct work_struct *work)
 	enum drm_connector_status old_status;
 	bool repoll = false, changed;
 
+	if (!dev->mode_config.poll_enabled)
+		return;
+
 	/* Pick up any changes detected by the probe functions. */
 	changed = dev->mode_config.delayed_event;
 	dev->mode_config.delayed_event = false;
@@ -728,7 +731,8 @@ EXPORT_SYMBOL(drm_kms_helper_poll_init);
  */
 void drm_kms_helper_poll_fini(struct drm_device *dev)
 {
-	drm_kms_helper_poll_disable(dev);
+	dev->mode_config.poll_enabled = false;
+	cancel_delayed_work_sync(&dev->mode_config.output_poll_work);
 }
 EXPORT_SYMBOL(drm_kms_helper_poll_fini);
 
-- 
2.20.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* ✗ Fi.CI.CHECKPATCH: warning for drm: Flush output polling on shutdown (rev2)
  2019-05-31 17:16 [PATCH] drm: Flush output polling on shutdown Chris Wilson
                   ` (2 preceding siblings ...)
  2019-05-31 17:45 ` [PATCH v2] " Chris Wilson
@ 2019-05-31 18:05 ` Patchwork
  2019-05-31 18:48 ` ✗ Fi.CI.BAT: failure for drm: Flush output polling on shutdown Patchwork
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Patchwork @ 2019-05-31 18:05 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx

== Series Details ==

Series: drm: Flush output polling on shutdown (rev2)
URL   : https://patchwork.freedesktop.org/series/61442/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
925b889001c2 drm: Flush output polling on shutdown
-:11: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#11: 
<4> [341.846497] WARNING: CPU: 3 PID: 3300 at kernel/locking/mutex-debug.c:103 mutex_destroy+0x49/0x50

total: 0 errors, 1 warnings, 0 checks, 18 lines checked

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 12+ messages in thread

* ✗ Fi.CI.BAT: failure for drm: Flush output polling on shutdown
  2019-05-31 17:16 [PATCH] drm: Flush output polling on shutdown Chris Wilson
                   ` (3 preceding siblings ...)
  2019-05-31 18:05 ` ✗ Fi.CI.CHECKPATCH: warning for drm: Flush output polling on shutdown (rev2) Patchwork
@ 2019-05-31 18:48 ` Patchwork
  2019-05-31 18:53 ` ✗ Fi.CI.BAT: failure for drm: Flush output polling on shutdown (rev2) Patchwork
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Patchwork @ 2019-05-31 18:48 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx

== Series Details ==

Series: drm: Flush output polling on shutdown
URL   : https://patchwork.freedesktop.org/series/61442/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_6177 -> Patchwork_13150
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with Patchwork_13150 absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Patchwork_13150, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in Patchwork_13150:

### IGT changes ###

#### Possible regressions ####

  * igt@i915_module_load@reload-no-display:
    - fi-bsw-kefka:       [PASS][1] -> [DMESG-WARN][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bsw-kefka/igt@i915_module_load@reload-no-display.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-bsw-kefka/igt@i915_module_load@reload-no-display.html
    - fi-skl-6700k2:      [PASS][3] -> [DMESG-WARN][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-6700k2/igt@i915_module_load@reload-no-display.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-skl-6700k2/igt@i915_module_load@reload-no-display.html
    - fi-elk-e7500:       [PASS][5] -> [DMESG-WARN][6]
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-elk-e7500/igt@i915_module_load@reload-no-display.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-elk-e7500/igt@i915_module_load@reload-no-display.html
    - fi-skl-iommu:       [PASS][7] -> [DMESG-WARN][8]
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-iommu/igt@i915_module_load@reload-no-display.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-skl-iommu/igt@i915_module_load@reload-no-display.html
    - fi-byt-j1900:       [PASS][9] -> [DMESG-WARN][10]
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-byt-j1900/igt@i915_module_load@reload-no-display.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-byt-j1900/igt@i915_module_load@reload-no-display.html
    - fi-skl-6600u:       [PASS][11] -> [DMESG-WARN][12]
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-6600u/igt@i915_module_load@reload-no-display.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-skl-6600u/igt@i915_module_load@reload-no-display.html
    - fi-pnv-d510:        [PASS][13] -> [DMESG-WARN][14]
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-pnv-d510/igt@i915_module_load@reload-no-display.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-pnv-d510/igt@i915_module_load@reload-no-display.html
    - fi-whl-u:           [PASS][15] -> [DMESG-WARN][16]
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-whl-u/igt@i915_module_load@reload-no-display.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-whl-u/igt@i915_module_load@reload-no-display.html
    - fi-icl-dsi:         [PASS][17] -> [DMESG-WARN][18]
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-dsi/igt@i915_module_load@reload-no-display.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-icl-dsi/igt@i915_module_load@reload-no-display.html
    - fi-bwr-2160:        [PASS][19] -> [DMESG-WARN][20]
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bwr-2160/igt@i915_module_load@reload-no-display.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-bwr-2160/igt@i915_module_load@reload-no-display.html
    - fi-kbl-r:           [PASS][21] -> [DMESG-WARN][22]
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-kbl-r/igt@i915_module_load@reload-no-display.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-kbl-r/igt@i915_module_load@reload-no-display.html
    - fi-blb-e6850:       [PASS][23] -> [DMESG-WARN][24]
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-blb-e6850/igt@i915_module_load@reload-no-display.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-blb-e6850/igt@i915_module_load@reload-no-display.html
    - fi-kbl-8809g:       NOTRUN -> [DMESG-WARN][25]
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-kbl-8809g/igt@i915_module_load@reload-no-display.html
    - fi-kbl-7567u:       [PASS][26] -> [DMESG-WARN][27]
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-kbl-7567u/igt@i915_module_load@reload-no-display.html
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-kbl-7567u/igt@i915_module_load@reload-no-display.html
    - fi-icl-y:           [PASS][28] -> [DMESG-WARN][29]
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-y/igt@i915_module_load@reload-no-display.html
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-icl-y/igt@i915_module_load@reload-no-display.html
    - fi-gdg-551:         [PASS][30] -> [DMESG-WARN][31]
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-gdg-551/igt@i915_module_load@reload-no-display.html
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-gdg-551/igt@i915_module_load@reload-no-display.html
    - fi-skl-6260u:       [PASS][32] -> [DMESG-WARN][33]
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-6260u/igt@i915_module_load@reload-no-display.html
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-skl-6260u/igt@i915_module_load@reload-no-display.html
    - fi-snb-2600:        [PASS][34] -> [DMESG-WARN][35]
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-snb-2600/igt@i915_module_load@reload-no-display.html
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-snb-2600/igt@i915_module_load@reload-no-display.html
    - fi-hsw-peppy:       [PASS][36] -> [DMESG-WARN][37]
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-hsw-peppy/igt@i915_module_load@reload-no-display.html
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-hsw-peppy/igt@i915_module_load@reload-no-display.html
    - fi-kbl-x1275:       [PASS][38] -> [DMESG-WARN][39]
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-kbl-x1275/igt@i915_module_load@reload-no-display.html
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-kbl-x1275/igt@i915_module_load@reload-no-display.html
    - fi-skl-gvtdvm:      [PASS][40] -> [DMESG-WARN][41]
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-gvtdvm/igt@i915_module_load@reload-no-display.html
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-skl-gvtdvm/igt@i915_module_load@reload-no-display.html
    - fi-icl-u3:          [PASS][42] -> [DMESG-WARN][43]
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-u3/igt@i915_module_load@reload-no-display.html
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-icl-u3/igt@i915_module_load@reload-no-display.html
    - fi-ilk-650:         [PASS][44] -> [DMESG-WARN][45]
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-ilk-650/igt@i915_module_load@reload-no-display.html
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-ilk-650/igt@i915_module_load@reload-no-display.html
    - fi-bsw-n3050:       [PASS][46] -> [DMESG-WARN][47]
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bsw-n3050/igt@i915_module_load@reload-no-display.html
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-bsw-n3050/igt@i915_module_load@reload-no-display.html
    - fi-skl-6770hq:      [PASS][48] -> [DMESG-WARN][49]
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-6770hq/igt@i915_module_load@reload-no-display.html
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-skl-6770hq/igt@i915_module_load@reload-no-display.html
    - fi-byt-n2820:       [PASS][50] -> [DMESG-WARN][51]
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-byt-n2820/igt@i915_module_load@reload-no-display.html
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-byt-n2820/igt@i915_module_load@reload-no-display.html
    - fi-bxt-j4205:       [PASS][52] -> [DMESG-WARN][53]
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bxt-j4205/igt@i915_module_load@reload-no-display.html
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-bxt-j4205/igt@i915_module_load@reload-no-display.html
    - fi-skl-lmem:        [PASS][54] -> [DMESG-WARN][55]
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-lmem/igt@i915_module_load@reload-no-display.html
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-skl-lmem/igt@i915_module_load@reload-no-display.html
    - fi-ivb-3770:        [PASS][56] -> [DMESG-WARN][57]
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-ivb-3770/igt@i915_module_load@reload-no-display.html
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-ivb-3770/igt@i915_module_load@reload-no-display.html
    - fi-snb-2520m:       [PASS][58] -> [DMESG-WARN][59]
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-snb-2520m/igt@i915_module_load@reload-no-display.html
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-snb-2520m/igt@i915_module_load@reload-no-display.html
    - fi-cfl-8700k:       [PASS][60] -> [DMESG-WARN][61]
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-cfl-8700k/igt@i915_module_load@reload-no-display.html
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-cfl-8700k/igt@i915_module_load@reload-no-display.html
    - fi-cml-u2:          [PASS][62] -> [DMESG-WARN][63]
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-cml-u2/igt@i915_module_load@reload-no-display.html
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-cml-u2/igt@i915_module_load@reload-no-display.html
    - fi-icl-u2:          [PASS][64] -> [DMESG-WARN][65]
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-u2/igt@i915_module_load@reload-no-display.html
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-icl-u2/igt@i915_module_load@reload-no-display.html
    - fi-kbl-7500u:       [PASS][66] -> [DMESG-WARN][67]
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-kbl-7500u/igt@i915_module_load@reload-no-display.html
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-kbl-7500u/igt@i915_module_load@reload-no-display.html
    - fi-hsw-4770:        [PASS][68] -> [DMESG-WARN][69]
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-hsw-4770/igt@i915_module_load@reload-no-display.html
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-hsw-4770/igt@i915_module_load@reload-no-display.html
    - fi-bdw-gvtdvm:      [PASS][70] -> [DMESG-WARN][71]
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bdw-gvtdvm/igt@i915_module_load@reload-no-display.html
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-bdw-gvtdvm/igt@i915_module_load@reload-no-display.html
    - fi-glk-dsi:         [PASS][72] -> [DMESG-WARN][73]
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-glk-dsi/igt@i915_module_load@reload-no-display.html
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-glk-dsi/igt@i915_module_load@reload-no-display.html
    - fi-bdw-5557u:       [PASS][74] -> [DMESG-WARN][75]
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bdw-5557u/igt@i915_module_load@reload-no-display.html
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-bdw-5557u/igt@i915_module_load@reload-no-display.html
    - fi-cfl-8109u:       [PASS][76] -> [DMESG-WARN][77]
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-cfl-8109u/igt@i915_module_load@reload-no-display.html
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-cfl-8109u/igt@i915_module_load@reload-no-display.html
    - fi-cml-u:           [PASS][78] -> [DMESG-WARN][79]
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-cml-u/igt@i915_module_load@reload-no-display.html
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-cml-u/igt@i915_module_load@reload-no-display.html
    - fi-hsw-4770r:       [PASS][80] -> [DMESG-WARN][81]
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-hsw-4770r/igt@i915_module_load@reload-no-display.html
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-hsw-4770r/igt@i915_module_load@reload-no-display.html

  * igt@runner@aborted:
    - fi-ilk-650:         NOTRUN -> [FAIL][82]
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-ilk-650/igt@runner@aborted.html
    - fi-pnv-d510:        NOTRUN -> [FAIL][83]
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-pnv-d510/igt@runner@aborted.html
    - fi-bdw-gvtdvm:      NOTRUN -> [FAIL][84]
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-bdw-gvtdvm/igt@runner@aborted.html
    - fi-cfl-8109u:       NOTRUN -> [FAIL][85]
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-cfl-8109u/igt@runner@aborted.html
    - fi-hsw-peppy:       NOTRUN -> [FAIL][86]
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-hsw-peppy/igt@runner@aborted.html
    - fi-icl-u2:          NOTRUN -> [FAIL][87]
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-icl-u2/igt@runner@aborted.html
    - fi-gdg-551:         NOTRUN -> [FAIL][88]
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-gdg-551/igt@runner@aborted.html
    - fi-snb-2520m:       NOTRUN -> [FAIL][89]
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-snb-2520m/igt@runner@aborted.html
    - fi-hsw-4770:        NOTRUN -> [FAIL][90]
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-hsw-4770/igt@runner@aborted.html
    - fi-kbl-7500u:       NOTRUN -> [FAIL][91]
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-kbl-7500u/igt@runner@aborted.html
    - fi-bxt-j4205:       NOTRUN -> [FAIL][92]
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-bxt-j4205/igt@runner@aborted.html
    - fi-whl-u:           NOTRUN -> [FAIL][93]
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-whl-u/igt@runner@aborted.html
    - fi-cml-u2:          NOTRUN -> [FAIL][94]
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-cml-u2/igt@runner@aborted.html
    - fi-icl-u3:          NOTRUN -> [FAIL][95]
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-icl-u3/igt@runner@aborted.html
    - fi-cml-u:           NOTRUN -> [FAIL][96]
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-cml-u/igt@runner@aborted.html
    - fi-ivb-3770:        NOTRUN -> [FAIL][97]
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-ivb-3770/igt@runner@aborted.html
    - fi-byt-j1900:       NOTRUN -> [FAIL][98]
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-byt-j1900/igt@runner@aborted.html
    - fi-icl-y:           NOTRUN -> [FAIL][99]
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-icl-y/igt@runner@aborted.html
    - fi-kbl-7567u:       NOTRUN -> [FAIL][100]
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-kbl-7567u/igt@runner@aborted.html
    - fi-blb-e6850:       NOTRUN -> [FAIL][101]
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-blb-e6850/igt@runner@aborted.html
    - fi-kbl-x1275:       NOTRUN -> [FAIL][102]
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-kbl-x1275/igt@runner@aborted.html
    - fi-icl-dsi:         NOTRUN -> [FAIL][103]
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-icl-dsi/igt@runner@aborted.html
    - fi-cfl-8700k:       NOTRUN -> [FAIL][104]
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-cfl-8700k/igt@runner@aborted.html
    - fi-hsw-4770r:       NOTRUN -> [FAIL][105]
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-hsw-4770r/igt@runner@aborted.html
    - fi-kbl-8809g:       NOTRUN -> [FAIL][106]
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-kbl-8809g/igt@runner@aborted.html
    - fi-kbl-r:           NOTRUN -> [FAIL][107]
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-kbl-r/igt@runner@aborted.html
    - fi-bdw-5557u:       NOTRUN -> [FAIL][108]
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-bdw-5557u/igt@runner@aborted.html
    - fi-byt-n2820:       NOTRUN -> [FAIL][109]
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-byt-n2820/igt@runner@aborted.html
    - fi-snb-2600:        NOTRUN -> [FAIL][110]
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-snb-2600/igt@runner@aborted.html

  
#### Suppressed ####

  The following results come from untrusted machines, tests, or statuses.
  They do not affect the overall result.

  * igt@i915_module_load@reload-no-display:
    - {fi-apl-guc}:       [PASS][111] -> [DMESG-WARN][112]
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-apl-guc/igt@i915_module_load@reload-no-display.html
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-apl-guc/igt@i915_module_load@reload-no-display.html
    - {fi-cfl-guc}:       [PASS][113] -> [DMESG-WARN][114]
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-cfl-guc/igt@i915_module_load@reload-no-display.html
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-cfl-guc/igt@i915_module_load@reload-no-display.html
    - {fi-kbl-guc}:       [PASS][115] -> [DMESG-WARN][116]
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-kbl-guc/igt@i915_module_load@reload-no-display.html
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-kbl-guc/igt@i915_module_load@reload-no-display.html
    - {fi-skl-guc}:       [PASS][117] -> [DMESG-WARN][118]
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-guc/igt@i915_module_load@reload-no-display.html
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-skl-guc/igt@i915_module_load@reload-no-display.html

  * igt@runner@aborted:
    - {fi-cfl-guc}:       NOTRUN -> [FAIL][119]
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-cfl-guc/igt@runner@aborted.html
    - {fi-apl-guc}:       NOTRUN -> [FAIL][120]
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-apl-guc/igt@runner@aborted.html
    - {fi-kbl-guc}:       NOTRUN -> [FAIL][121]
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-kbl-guc/igt@runner@aborted.html

  
Known issues
------------

  Here are the changes found in Patchwork_13150 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@gem_tiled_fence_blits@basic:
    - fi-icl-u3:          [PASS][122] -> [DMESG-WARN][123] ([fdo#107724])
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-u3/igt@gem_tiled_fence_blits@basic.html
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-icl-u3/igt@gem_tiled_fence_blits@basic.html

  * igt@kms_frontbuffer_tracking@basic:
    - fi-icl-u2:          [PASS][124] -> [FAIL][125] ([fdo#103167])
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html

  
#### Possible fixes ####

  * igt@gem_ctx_create@basic-files:
    - {fi-icl-guc}:       [INCOMPLETE][126] ([fdo#107713] / [fdo#109100]) ->

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13150/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 12+ messages in thread

* ✗ Fi.CI.BAT: failure for drm: Flush output polling on shutdown (rev2)
  2019-05-31 17:16 [PATCH] drm: Flush output polling on shutdown Chris Wilson
                   ` (4 preceding siblings ...)
  2019-05-31 18:48 ` ✗ Fi.CI.BAT: failure for drm: Flush output polling on shutdown Patchwork
@ 2019-05-31 18:53 ` Patchwork
  2019-05-31 19:09 ` ✗ Fi.CI.CHECKPATCH: warning for drm: Flush output polling on shutdown (rev3) Patchwork
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Patchwork @ 2019-05-31 18:53 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx

== Series Details ==

Series: drm: Flush output polling on shutdown (rev2)
URL   : https://patchwork.freedesktop.org/series/61442/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_6177 -> Patchwork_13151
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with Patchwork_13151 absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Patchwork_13151, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in Patchwork_13151:

### IGT changes ###

#### Possible regressions ####

  * igt@i915_module_load@reload-no-display:
    - fi-bsw-kefka:       [PASS][1] -> [DMESG-WARN][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bsw-kefka/igt@i915_module_load@reload-no-display.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-bsw-kefka/igt@i915_module_load@reload-no-display.html
    - fi-skl-6700k2:      [PASS][3] -> [DMESG-WARN][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-6700k2/igt@i915_module_load@reload-no-display.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-skl-6700k2/igt@i915_module_load@reload-no-display.html
    - fi-elk-e7500:       [PASS][5] -> [DMESG-WARN][6]
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-elk-e7500/igt@i915_module_load@reload-no-display.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-elk-e7500/igt@i915_module_load@reload-no-display.html
    - fi-skl-iommu:       [PASS][7] -> [DMESG-WARN][8]
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-iommu/igt@i915_module_load@reload-no-display.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-skl-iommu/igt@i915_module_load@reload-no-display.html
    - fi-byt-j1900:       [PASS][9] -> [DMESG-WARN][10]
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-byt-j1900/igt@i915_module_load@reload-no-display.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-byt-j1900/igt@i915_module_load@reload-no-display.html
    - fi-skl-6600u:       [PASS][11] -> [DMESG-WARN][12]
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-6600u/igt@i915_module_load@reload-no-display.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-skl-6600u/igt@i915_module_load@reload-no-display.html
    - fi-pnv-d510:        [PASS][13] -> [DMESG-WARN][14]
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-pnv-d510/igt@i915_module_load@reload-no-display.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-pnv-d510/igt@i915_module_load@reload-no-display.html
    - fi-whl-u:           [PASS][15] -> [DMESG-WARN][16]
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-whl-u/igt@i915_module_load@reload-no-display.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-whl-u/igt@i915_module_load@reload-no-display.html
    - fi-icl-dsi:         [PASS][17] -> [DMESG-WARN][18]
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-dsi/igt@i915_module_load@reload-no-display.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-icl-dsi/igt@i915_module_load@reload-no-display.html
    - fi-bwr-2160:        [PASS][19] -> [DMESG-WARN][20]
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bwr-2160/igt@i915_module_load@reload-no-display.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-bwr-2160/igt@i915_module_load@reload-no-display.html
    - fi-kbl-r:           [PASS][21] -> [DMESG-WARN][22]
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-kbl-r/igt@i915_module_load@reload-no-display.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-kbl-r/igt@i915_module_load@reload-no-display.html
    - fi-blb-e6850:       [PASS][23] -> [DMESG-WARN][24]
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-blb-e6850/igt@i915_module_load@reload-no-display.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-blb-e6850/igt@i915_module_load@reload-no-display.html
    - fi-kbl-8809g:       NOTRUN -> [DMESG-WARN][25]
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-kbl-8809g/igt@i915_module_load@reload-no-display.html
    - fi-kbl-7567u:       [PASS][26] -> [DMESG-WARN][27]
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-kbl-7567u/igt@i915_module_load@reload-no-display.html
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-kbl-7567u/igt@i915_module_load@reload-no-display.html
    - fi-icl-y:           [PASS][28] -> [DMESG-WARN][29]
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-y/igt@i915_module_load@reload-no-display.html
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-icl-y/igt@i915_module_load@reload-no-display.html
    - fi-gdg-551:         [PASS][30] -> [DMESG-WARN][31]
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-gdg-551/igt@i915_module_load@reload-no-display.html
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-gdg-551/igt@i915_module_load@reload-no-display.html
    - fi-skl-6260u:       [PASS][32] -> [DMESG-WARN][33]
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-6260u/igt@i915_module_load@reload-no-display.html
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-skl-6260u/igt@i915_module_load@reload-no-display.html
    - fi-snb-2600:        [PASS][34] -> [DMESG-WARN][35]
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-snb-2600/igt@i915_module_load@reload-no-display.html
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-snb-2600/igt@i915_module_load@reload-no-display.html
    - fi-hsw-peppy:       [PASS][36] -> [DMESG-WARN][37]
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-hsw-peppy/igt@i915_module_load@reload-no-display.html
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-hsw-peppy/igt@i915_module_load@reload-no-display.html
    - fi-kbl-x1275:       [PASS][38] -> [DMESG-WARN][39]
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-kbl-x1275/igt@i915_module_load@reload-no-display.html
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-kbl-x1275/igt@i915_module_load@reload-no-display.html
    - fi-skl-gvtdvm:      [PASS][40] -> [DMESG-WARN][41]
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-gvtdvm/igt@i915_module_load@reload-no-display.html
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-skl-gvtdvm/igt@i915_module_load@reload-no-display.html
    - fi-icl-u3:          [PASS][42] -> [DMESG-WARN][43]
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-u3/igt@i915_module_load@reload-no-display.html
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-icl-u3/igt@i915_module_load@reload-no-display.html
    - fi-ilk-650:         [PASS][44] -> [DMESG-WARN][45]
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-ilk-650/igt@i915_module_load@reload-no-display.html
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-ilk-650/igt@i915_module_load@reload-no-display.html
    - fi-bsw-n3050:       [PASS][46] -> [DMESG-WARN][47]
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bsw-n3050/igt@i915_module_load@reload-no-display.html
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-bsw-n3050/igt@i915_module_load@reload-no-display.html
    - fi-skl-6770hq:      [PASS][48] -> [DMESG-WARN][49]
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-6770hq/igt@i915_module_load@reload-no-display.html
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-skl-6770hq/igt@i915_module_load@reload-no-display.html
    - fi-byt-n2820:       [PASS][50] -> [DMESG-WARN][51]
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-byt-n2820/igt@i915_module_load@reload-no-display.html
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-byt-n2820/igt@i915_module_load@reload-no-display.html
    - fi-bxt-j4205:       [PASS][52] -> [DMESG-WARN][53]
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bxt-j4205/igt@i915_module_load@reload-no-display.html
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-bxt-j4205/igt@i915_module_load@reload-no-display.html
    - fi-skl-lmem:        [PASS][54] -> [DMESG-WARN][55]
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-lmem/igt@i915_module_load@reload-no-display.html
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-skl-lmem/igt@i915_module_load@reload-no-display.html
    - fi-bxt-dsi:         NOTRUN -> [DMESG-WARN][56]
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-bxt-dsi/igt@i915_module_load@reload-no-display.html
    - fi-ivb-3770:        [PASS][57] -> [DMESG-WARN][58]
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-ivb-3770/igt@i915_module_load@reload-no-display.html
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-ivb-3770/igt@i915_module_load@reload-no-display.html
    - fi-snb-2520m:       [PASS][59] -> [DMESG-WARN][60]
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-snb-2520m/igt@i915_module_load@reload-no-display.html
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-snb-2520m/igt@i915_module_load@reload-no-display.html
    - fi-cfl-8700k:       [PASS][61] -> [DMESG-WARN][62]
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-cfl-8700k/igt@i915_module_load@reload-no-display.html
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-cfl-8700k/igt@i915_module_load@reload-no-display.html
    - fi-cml-u2:          [PASS][63] -> [DMESG-WARN][64]
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-cml-u2/igt@i915_module_load@reload-no-display.html
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-cml-u2/igt@i915_module_load@reload-no-display.html
    - fi-icl-u2:          [PASS][65] -> [DMESG-WARN][66]
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-u2/igt@i915_module_load@reload-no-display.html
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-icl-u2/igt@i915_module_load@reload-no-display.html
    - fi-kbl-7500u:       [PASS][67] -> [DMESG-WARN][68]
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-kbl-7500u/igt@i915_module_load@reload-no-display.html
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-kbl-7500u/igt@i915_module_load@reload-no-display.html
    - fi-hsw-4770:        [PASS][69] -> [DMESG-WARN][70]
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-hsw-4770/igt@i915_module_load@reload-no-display.html
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-hsw-4770/igt@i915_module_load@reload-no-display.html
    - fi-bdw-gvtdvm:      [PASS][71] -> [DMESG-WARN][72]
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bdw-gvtdvm/igt@i915_module_load@reload-no-display.html
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-bdw-gvtdvm/igt@i915_module_load@reload-no-display.html
    - fi-glk-dsi:         [PASS][73] -> [DMESG-WARN][74]
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-glk-dsi/igt@i915_module_load@reload-no-display.html
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-glk-dsi/igt@i915_module_load@reload-no-display.html
    - fi-bdw-5557u:       [PASS][75] -> [DMESG-WARN][76]
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bdw-5557u/igt@i915_module_load@reload-no-display.html
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-bdw-5557u/igt@i915_module_load@reload-no-display.html
    - fi-cfl-8109u:       [PASS][77] -> [DMESG-WARN][78]
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-cfl-8109u/igt@i915_module_load@reload-no-display.html
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-cfl-8109u/igt@i915_module_load@reload-no-display.html
    - fi-cml-u:           [PASS][79] -> [DMESG-WARN][80]
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-cml-u/igt@i915_module_load@reload-no-display.html
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-cml-u/igt@i915_module_load@reload-no-display.html
    - fi-hsw-4770r:       [PASS][81] -> [DMESG-WARN][82]
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-hsw-4770r/igt@i915_module_load@reload-no-display.html
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-hsw-4770r/igt@i915_module_load@reload-no-display.html

  * igt@runner@aborted:
    - fi-ilk-650:         NOTRUN -> [FAIL][83]
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-ilk-650/igt@runner@aborted.html
    - fi-pnv-d510:        NOTRUN -> [FAIL][84]
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-pnv-d510/igt@runner@aborted.html
    - fi-bdw-gvtdvm:      NOTRUN -> [FAIL][85]
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-bdw-gvtdvm/igt@runner@aborted.html
    - fi-cfl-8109u:       NOTRUN -> [FAIL][86]
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-cfl-8109u/igt@runner@aborted.html
    - fi-hsw-peppy:       NOTRUN -> [FAIL][87]
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-hsw-peppy/igt@runner@aborted.html
    - fi-icl-u2:          NOTRUN -> [FAIL][88]
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-icl-u2/igt@runner@aborted.html
    - fi-gdg-551:         NOTRUN -> [FAIL][89]
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-gdg-551/igt@runner@aborted.html
    - fi-snb-2520m:       NOTRUN -> [FAIL][90]
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-snb-2520m/igt@runner@aborted.html
    - fi-hsw-4770:        NOTRUN -> [FAIL][91]
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-hsw-4770/igt@runner@aborted.html
    - fi-kbl-7500u:       NOTRUN -> [FAIL][92]
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-kbl-7500u/igt@runner@aborted.html
    - fi-bxt-j4205:       NOTRUN -> [FAIL][93]
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-bxt-j4205/igt@runner@aborted.html
    - fi-whl-u:           NOTRUN -> [FAIL][94]
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-whl-u/igt@runner@aborted.html
    - fi-cml-u2:          NOTRUN -> [FAIL][95]
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-cml-u2/igt@runner@aborted.html
    - fi-icl-u3:          NOTRUN -> [FAIL][96]
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-icl-u3/igt@runner@aborted.html
    - fi-cml-u:           NOTRUN -> [FAIL][97]
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-cml-u/igt@runner@aborted.html
    - fi-ivb-3770:        NOTRUN -> [FAIL][98]
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-ivb-3770/igt@runner@aborted.html
    - fi-bxt-dsi:         NOTRUN -> [FAIL][99]
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-bxt-dsi/igt@runner@aborted.html
    - fi-byt-j1900:       NOTRUN -> [FAIL][100]
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-byt-j1900/igt@runner@aborted.html
    - fi-icl-y:           NOTRUN -> [FAIL][101]
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-icl-y/igt@runner@aborted.html
    - fi-kbl-7567u:       NOTRUN -> [FAIL][102]
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-kbl-7567u/igt@runner@aborted.html
    - fi-blb-e6850:       NOTRUN -> [FAIL][103]
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-blb-e6850/igt@runner@aborted.html
    - fi-kbl-x1275:       NOTRUN -> [FAIL][104]
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-kbl-x1275/igt@runner@aborted.html
    - fi-icl-dsi:         NOTRUN -> [FAIL][105]
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-icl-dsi/igt@runner@aborted.html
    - fi-cfl-8700k:       NOTRUN -> [FAIL][106]
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-cfl-8700k/igt@runner@aborted.html
    - fi-hsw-4770r:       NOTRUN -> [FAIL][107]
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-hsw-4770r/igt@runner@aborted.html
    - fi-kbl-8809g:       NOTRUN -> [FAIL][108]
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-kbl-8809g/igt@runner@aborted.html
    - fi-kbl-r:           NOTRUN -> [FAIL][109]
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-kbl-r/igt@runner@aborted.html
    - fi-bdw-5557u:       NOTRUN -> [FAIL][110]
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-bdw-5557u/igt@runner@aborted.html
    - fi-byt-n2820:       NOTRUN -> [FAIL][111]
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-byt-n2820/igt@runner@aborted.html
    - fi-snb-2600:        NOTRUN -> [FAIL][112]
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-snb-2600/igt@runner@aborted.html

  
#### Suppressed ####

  The following results come from untrusted machines, tests, or statuses.
  They do not affect the overall result.

  * igt@i915_module_load@reload-no-display:
    - {fi-cfl-guc}:       [PASS][113] -> [DMESG-WARN][114]
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-cfl-guc/igt@i915_module_load@reload-no-display.html
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-cfl-guc/igt@i915_module_load@reload-no-display.html
    - {fi-kbl-guc}:       [PASS][115] -> [DMESG-WARN][116]
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-kbl-guc/igt@i915_module_load@reload-no-display.html
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-kbl-guc/igt@i915_module_load@reload-no-display.html
    - {fi-skl-guc}:       [PASS][117] -> [DMESG-WARN][118]
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-guc/igt@i915_module_load@reload-no-display.html
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-skl-guc/igt@i915_module_load@reload-no-display.html

  * igt@runner@aborted:
    - {fi-cfl-guc}:       NOTRUN -> [FAIL][119]
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-cfl-guc/igt@runner@aborted.html
    - {fi-kbl-guc}:       NOTRUN -> [FAIL][120]
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-kbl-guc/igt@runner@aborted.html

  
Known issues
------------

  Here are the changes found in Patchwork_13151 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@gem_mmap_gtt@basic-wc:
    - fi-icl-u3:          [PASS][121] -> [DMESG-WARN][122] ([fdo#107724])
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-u3/igt@gem_mmap_gtt@basic-wc.html
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-icl-u3/igt@gem_mmap_gtt@basic-wc.html

  * igt@kms_chamelium@dp-crc-fast:
    - fi-cml-u2:          [PASS][123] -> [FAIL][124] ([fdo#110627])
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-cml-u2/igt@kms_chamelium@dp-crc-fast.html
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-cml-u2/igt@kms_chamelium@dp-crc-fast.html

  * igt@kms_frontbuffer_tracking@basic:
    - fi-icl-u2:          [PASS][125] -> [FAIL][126] ([fdo#103167])
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/fi-icl-u2

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13151/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 12+ messages in thread

* ✗ Fi.CI.CHECKPATCH: warning for drm: Flush output polling on shutdown (rev3)
  2019-05-31 17:16 [PATCH] drm: Flush output polling on shutdown Chris Wilson
                   ` (5 preceding siblings ...)
  2019-05-31 18:53 ` ✗ Fi.CI.BAT: failure for drm: Flush output polling on shutdown (rev2) Patchwork
@ 2019-05-31 19:09 ` Patchwork
  2019-05-31 19:12 ` [PATCH v2] drm: Flush output polling on shutdown Chris Wilson
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Patchwork @ 2019-05-31 19:09 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx

== Series Details ==

Series: drm: Flush output polling on shutdown (rev3)
URL   : https://patchwork.freedesktop.org/series/61442/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
790ebdd5fd02 drm: Flush output polling on shutdown
-:11: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#11: 
<4> [341.846497] WARNING: CPU: 3 PID: 3300 at kernel/locking/mutex-debug.c:103 mutex_destroy+0x49/0x50

total: 0 errors, 1 warnings, 0 checks, 18 lines checked

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH v2] drm: Flush output polling on shutdown
  2019-05-31 17:16 [PATCH] drm: Flush output polling on shutdown Chris Wilson
                   ` (6 preceding siblings ...)
  2019-05-31 19:09 ` ✗ Fi.CI.CHECKPATCH: warning for drm: Flush output polling on shutdown (rev3) Patchwork
@ 2019-05-31 19:12 ` Chris Wilson
  2019-05-31 19:33 ` ✗ Fi.CI.CHECKPATCH: warning for drm: Flush output polling on shutdown (rev4) Patchwork
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Chris Wilson @ 2019-05-31 19:12 UTC (permalink / raw)
  To: dri-devel; +Cc: intel-gfx

We need to mark the output polling as disabled to prevent concurrent
irqs from queuing new work as shutdown the probe -- causing that work to
execute after we have freed the structs:

<4> [341.846490] DEBUG_LOCKS_WARN_ON(mutex_is_locked(lock))
<4> [341.846497] WARNING: CPU: 3 PID: 3300 at kernel/locking/mutex-debug.c:103 mutex_destroy+0x49/0x50
<4> [341.846508] Modules linked in: i915(-) vgem thunderbolt snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic mei_hdcp x86_pkg_temp_thermal coretemp crct10dif_pclmul crc32_pclmul ghash_clmulni_intel snd_hda_codec snd_hwdep snd_hda_core snd_pcm mcs7830 btusb usbnet btrtl mii btbcm btintel bluetooth ecdh_generic ecc mei_me mei prime_numbers i2c_hid pinctrl_sunrisepoint pinctrl_intel [last unloaded: i915]
<4> [341.846546] CPU: 3 PID: 3300 Comm: i915_module_loa Tainted: G     U            5.2.0-rc2-CI-CI_DRM_6175+ #1
<4> [341.846553] Hardware name: Dell Inc. XPS 13 9360/0823VW, BIOS 2.9.0 07/09/2018
<4> [341.846560] RIP: 0010:mutex_destroy+0x49/0x50
<4> [341.846565] Code: 00 00 5b c3 e8 a8 9f 3b 00 85 c0 74 ed 8b 05 3e 55 23 01 85 c0 75 e3 48 c7 c6 00 d0 08 82 48 c7 c7 a8 aa 07 82 e8 e7 08 fa ff <0f> 0b eb cc 0f 1f 00 48 b8 11 11 11 11 11 11 11 11 48 89 76 20 48
<4> [341.846578] RSP: 0018:ffffc900006cfdb0 EFLAGS: 00010286
<4> [341.846583] RAX: 0000000000000000 RBX: ffff88826759a168 RCX: 0000000000000000
<4> [341.846589] RDX: 0000000000000002 RSI: 0000000000000000 RDI: ffffffff8112844c
<4> [341.846595] RBP: ffff8882708fa548 R08: 0000000000000000 R09: 0000000000039600
<4> [341.846601] R10: 0000000000000000 R11: 0000000000000ce4 R12: ffffffffa07de1e0
<4> [341.846607] R13: 0000000000000000 R14: 0000000000000000 R15: ffffffffa07de2d0
<4> [341.846613] FS:  00007f62b5ae0e40(0000) GS:ffff888276380000(0000) knlGS:0000000000000000
<4> [341.846620] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4> [341.846626] CR2: 000055a4e064f4a0 CR3: 0000000266b16006 CR4: 00000000003606e0
<4> [341.846632] Call Trace:
<4> [341.846639]  drm_fb_helper_fini.part.17+0xb3/0x100
<4> [341.846682]  intel_fbdev_fini+0x20/0x80 [i915]
<4> [341.846722]  intel_modeset_cleanup+0x9a/0x140 [i915]
<4> [341.846750]  i915_driver_unload+0xa3/0x100 [i915]
<4> [341.846778]  i915_pci_remove+0x19/0x30 [i915]
<4> [341.846784]  pci_device_remove+0x36/0xb0
<4> [341.846790]  device_release_driver_internal+0xd3/0x1b0
<4> [341.846795]  driver_detach+0x3f/0x80
<4> [341.846800]  bus_remove_driver+0x53/0xd0
<4> [341.846805]  pci_unregister_driver+0x25/0xa0
<4> [341.846843]  i915_exit+0x16/0x1c [i915]
<4> [341.846849]  __se_sys_delete_module+0x162/0x210
<4> [341.846855]  ? trace_hardirqs_off_thunk+0x1a/0x1c
<4> [341.846859]  ? do_syscall_64+0xd/0x1c0
<4> [341.846864]  do_syscall_64+0x55/0x1c0
<4> [341.846869]  entry_SYSCALL_64_after_hwframe+0x49/0xbe
<4> [341.846875] RIP: 0033:0x7f62b51871b7
<4> [341.846881] Code: 73 01 c3 48 8b 0d d1 8c 2c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 b8 b0 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a1 8c 2c 00 f7 d8 64 89 01 48
<4> [341.846897] RSP: 002b:00007ffe7a227138 EFLAGS: 00000206 ORIG_RAX: 00000000000000b0
<4> [341.846904] RAX: ffffffffffffffda RBX: 00007ffe7a2272b0 RCX: 00007f62b51871b7
<4> [341.846910] RDX: 0000000000000001 RSI: 0000000000000800 RDI: 0000557cd6b55948
<4> [341.846916] RBP: 0000557cd6b558e0 R08: 0000557cd6b5594c R09: 00007ffe7a227160
<4> [341.846922] R10: 00007ffe7a226134 R11: 0000000000000206 R12: 0000000000000000
<4> [341.846927] R13: 00007ffe7a227820 R14: 0000000000000000 R15: 0000000000000000
<4> [341.846936] irq event stamp: 3547847
<4> [341.846940] hardirqs last  enabled at (3547847): [<ffffffff819aad2c>] _raw_spin_unlock_irqrestore+0x4c/0x60
<4> [341.846949] hardirqs last disabled at (3547846): [<ffffffff819aab9d>] _raw_spin_lock_irqsave+0xd/0x50
<4> [341.846957] softirqs last  enabled at (3547376): [<ffffffff81c0033a>] __do_softirq+0x33a/0x4b9
<4> [341.846966] softirqs last disabled at (3547367): [<ffffffff810b6379>] irq_exit+0xa9/0xc0
<4> [341.846973] WARNING: CPU: 3 PID: 3300 at kernel/locking/mutex-debug.c:103 mutex_destroy+0x49/0x50
<4> [341.846980] ---[ end trace ba94ca8952ba970e ]---
<7> [341.866547] [drm:intel_dp_detect [i915]] MST support? port A: no, sink: no, modparam: yes
<7> [341.890480] [drm:drm_add_display_info] non_desktop set to 0
<7> [341.890530] [drm:drm_add_edid_modes] ELD: no CEA Extension found
<7> [341.890537] [drm:drm_add_display_info] non_desktop set to 0
<7> [341.890578] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:86:eDP-1] probed modes :
<7> [341.890589] [drm:drm_mode_debug_printmodeline] Modeline "3200x1800": 60 373250 3200 3248 3280 3360 1800 1803 1808 1852 0x48 0xa
<7> [341.890602] [drm:drm_mode_debug_printmodeline] Modeline "3200x1800": 48 298600 3200 3248 3280 3360 1800 1803 1808 1852 0x40 0xa
<4> [341.890628] general protection fault: 0000 [#1] PREEMPT SMP PTI
<4> [341.890636] CPU: 0 PID: 508 Comm: kworker/0:4 Tainted: G     U  W         5.2.0-rc2-CI-CI_DRM_6175+ #1
<4> [341.890646] Hardware name: Dell Inc. XPS 13 9360/0823VW, BIOS 2.9.0 07/09/2018
<4> [341.890655] Workqueue: events output_poll_execute
<4> [341.890663] RIP: 0010:drm_setup_crtcs+0x13e/0xbe0
<4> [341.890669] Code: 00 41 8b 44 24 58 85 c0 0f 8e f9 01 00 00 44 8b 6c 24 20 44 8b 74 24 28 31 db 31 ed 49 8b 44 24 60 48 63 d5 44 89 ee 83 c5 01 <48> 8b 04 d0 44 89 f2 48 8b 38 48 8b 87 88 01 00 00 48 8b 40 20 e8
<4> [341.890686] RSP: 0018:ffffc9000033fd40 EFLAGS: 00010202
<4> [341.890692] RAX: 6b6b6b6b6b6b6b6b RBX: 0000000000000002 RCX: 0000000000000000
<4> [341.890700] RDX: 0000000000000001 RSI: 0000000000000c80 RDI: 00000000ffffffff
<4> [341.890707] RBP: 0000000000000002 R08: 0000000000000000 R09: 0000000000000000
<4> [341.890715] R10: 0000000000000c80 R11: 0000000000000000 R12: ffff888267599fe8
<4> [341.890722] R13: 0000000000000c80 R14: 0000000000000708 R15: 0000000000000007
<4> [341.890730] FS:  0000000000000000(0000) GS:ffff888276200000(0000) knlGS:0000000000000000
<4> [341.890739] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4> [341.890745] CR2: 000055a4e064f4a0 CR3: 000000026d234003 CR4: 00000000003606f0
<4> [341.890752] Call Trace:
<4> [341.890760]  drm_fb_helper_hotplug_event.part.24+0x89/0xb0
<4> [341.890768]  drm_kms_helper_hotplug_event+0x21/0x30
<4> [341.890774]  output_poll_execute+0x9d/0x1a0
<4> [341.890782]  process_one_work+0x245/0x610
<4> [341.890790]  worker_thread+0x37/0x380
<4> [341.890796]  ? process_one_work+0x610/0x610
<4> [341.890802]  kthread+0x119/0x130
<4> [341.890808]  ? kthread_park+0x80/0x80
<4> [341.890815]  ret_from_fork+0x3a/0x50

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109964
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 drivers/gpu/drm/drm_probe_helper.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_probe_helper.c b/drivers/gpu/drm/drm_probe_helper.c
index 43c85e1b467e..01e243f1ea94 100644
--- a/drivers/gpu/drm/drm_probe_helper.c
+++ b/drivers/gpu/drm/drm_probe_helper.c
@@ -575,6 +575,9 @@ static void output_poll_execute(struct work_struct *work)
 	enum drm_connector_status old_status;
 	bool repoll = false, changed;
 
+	if (!dev->mode_config.poll_enabled)
+		return;
+
 	/* Pick up any changes detected by the probe functions. */
 	changed = dev->mode_config.delayed_event;
 	dev->mode_config.delayed_event = false;
@@ -729,7 +732,11 @@ EXPORT_SYMBOL(drm_kms_helper_poll_init);
  */
 void drm_kms_helper_poll_fini(struct drm_device *dev)
 {
-	drm_kms_helper_poll_disable(dev);
+	if (!dev->mode_config.poll_enabled)
+		return;
+
+	dev->mode_config.poll_enabled = false;
+	cancel_delayed_work_sync(&dev->mode_config.output_poll_work);
 }
 EXPORT_SYMBOL(drm_kms_helper_poll_fini);
 
-- 
2.20.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* ✗ Fi.CI.CHECKPATCH: warning for drm: Flush output polling on shutdown (rev4)
  2019-05-31 17:16 [PATCH] drm: Flush output polling on shutdown Chris Wilson
                   ` (7 preceding siblings ...)
  2019-05-31 19:12 ` [PATCH v2] drm: Flush output polling on shutdown Chris Wilson
@ 2019-05-31 19:33 ` Patchwork
  2019-05-31 19:35 ` ✗ Fi.CI.BAT: failure for drm: Flush output polling on shutdown (rev3) Patchwork
  2019-05-31 20:22 ` ✗ Fi.CI.BAT: failure for drm: Flush output polling on shutdown (rev4) Patchwork
  10 siblings, 0 replies; 12+ messages in thread
From: Patchwork @ 2019-05-31 19:33 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx

== Series Details ==

Series: drm: Flush output polling on shutdown (rev4)
URL   : https://patchwork.freedesktop.org/series/61442/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
cb261a291f72 drm: Flush output polling on shutdown
-:11: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#11: 
<4> [341.846497] WARNING: CPU: 3 PID: 3300 at kernel/locking/mutex-debug.c:103 mutex_destroy+0x49/0x50

total: 0 errors, 1 warnings, 0 checks, 21 lines checked

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 12+ messages in thread

* ✗ Fi.CI.BAT: failure for drm: Flush output polling on shutdown (rev3)
  2019-05-31 17:16 [PATCH] drm: Flush output polling on shutdown Chris Wilson
                   ` (8 preceding siblings ...)
  2019-05-31 19:33 ` ✗ Fi.CI.CHECKPATCH: warning for drm: Flush output polling on shutdown (rev4) Patchwork
@ 2019-05-31 19:35 ` Patchwork
  2019-05-31 20:22 ` ✗ Fi.CI.BAT: failure for drm: Flush output polling on shutdown (rev4) Patchwork
  10 siblings, 0 replies; 12+ messages in thread
From: Patchwork @ 2019-05-31 19:35 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx

== Series Details ==

Series: drm: Flush output polling on shutdown (rev3)
URL   : https://patchwork.freedesktop.org/series/61442/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_6177 -> Patchwork_13152
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with Patchwork_13152 absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Patchwork_13152, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in Patchwork_13152:

### IGT changes ###

#### Possible regressions ####

  * igt@i915_module_load@reload-no-display:
    - fi-bsw-kefka:       [PASS][1] -> [DMESG-WARN][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bsw-kefka/igt@i915_module_load@reload-no-display.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-bsw-kefka/igt@i915_module_load@reload-no-display.html
    - fi-skl-6700k2:      [PASS][3] -> [DMESG-WARN][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-6700k2/igt@i915_module_load@reload-no-display.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-skl-6700k2/igt@i915_module_load@reload-no-display.html
    - fi-elk-e7500:       [PASS][5] -> [DMESG-WARN][6]
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-elk-e7500/igt@i915_module_load@reload-no-display.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-elk-e7500/igt@i915_module_load@reload-no-display.html
    - fi-skl-iommu:       [PASS][7] -> [DMESG-WARN][8]
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-iommu/igt@i915_module_load@reload-no-display.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-skl-iommu/igt@i915_module_load@reload-no-display.html
    - fi-byt-j1900:       [PASS][9] -> [DMESG-WARN][10]
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-byt-j1900/igt@i915_module_load@reload-no-display.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-byt-j1900/igt@i915_module_load@reload-no-display.html
    - fi-skl-6600u:       [PASS][11] -> [DMESG-WARN][12]
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-6600u/igt@i915_module_load@reload-no-display.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-skl-6600u/igt@i915_module_load@reload-no-display.html
    - fi-pnv-d510:        [PASS][13] -> [DMESG-WARN][14]
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-pnv-d510/igt@i915_module_load@reload-no-display.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-pnv-d510/igt@i915_module_load@reload-no-display.html
    - fi-whl-u:           [PASS][15] -> [DMESG-WARN][16]
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-whl-u/igt@i915_module_load@reload-no-display.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-whl-u/igt@i915_module_load@reload-no-display.html
    - fi-icl-dsi:         [PASS][17] -> [DMESG-WARN][18]
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-dsi/igt@i915_module_load@reload-no-display.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-icl-dsi/igt@i915_module_load@reload-no-display.html
    - fi-bwr-2160:        [PASS][19] -> [DMESG-WARN][20]
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bwr-2160/igt@i915_module_load@reload-no-display.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-bwr-2160/igt@i915_module_load@reload-no-display.html
    - fi-kbl-r:           [PASS][21] -> [DMESG-WARN][22]
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-kbl-r/igt@i915_module_load@reload-no-display.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-kbl-r/igt@i915_module_load@reload-no-display.html
    - fi-blb-e6850:       [PASS][23] -> [DMESG-WARN][24]
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-blb-e6850/igt@i915_module_load@reload-no-display.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-blb-e6850/igt@i915_module_load@reload-no-display.html
    - fi-kbl-8809g:       NOTRUN -> [DMESG-WARN][25]
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-kbl-8809g/igt@i915_module_load@reload-no-display.html
    - fi-kbl-7567u:       [PASS][26] -> [DMESG-WARN][27]
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-kbl-7567u/igt@i915_module_load@reload-no-display.html
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-kbl-7567u/igt@i915_module_load@reload-no-display.html
    - fi-icl-y:           [PASS][28] -> [DMESG-WARN][29]
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-y/igt@i915_module_load@reload-no-display.html
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-icl-y/igt@i915_module_load@reload-no-display.html
    - fi-gdg-551:         [PASS][30] -> [DMESG-WARN][31]
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-gdg-551/igt@i915_module_load@reload-no-display.html
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-gdg-551/igt@i915_module_load@reload-no-display.html
    - fi-skl-6260u:       [PASS][32] -> [DMESG-WARN][33]
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-6260u/igt@i915_module_load@reload-no-display.html
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-skl-6260u/igt@i915_module_load@reload-no-display.html
    - fi-snb-2600:        [PASS][34] -> [DMESG-WARN][35]
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-snb-2600/igt@i915_module_load@reload-no-display.html
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-snb-2600/igt@i915_module_load@reload-no-display.html
    - fi-hsw-peppy:       [PASS][36] -> [DMESG-WARN][37]
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-hsw-peppy/igt@i915_module_load@reload-no-display.html
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-hsw-peppy/igt@i915_module_load@reload-no-display.html
    - fi-kbl-x1275:       [PASS][38] -> [DMESG-WARN][39]
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-kbl-x1275/igt@i915_module_load@reload-no-display.html
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-kbl-x1275/igt@i915_module_load@reload-no-display.html
    - fi-skl-gvtdvm:      [PASS][40] -> [DMESG-WARN][41]
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-gvtdvm/igt@i915_module_load@reload-no-display.html
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-skl-gvtdvm/igt@i915_module_load@reload-no-display.html
    - fi-icl-u3:          [PASS][42] -> [DMESG-WARN][43]
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-u3/igt@i915_module_load@reload-no-display.html
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-icl-u3/igt@i915_module_load@reload-no-display.html
    - fi-ilk-650:         [PASS][44] -> [DMESG-WARN][45]
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-ilk-650/igt@i915_module_load@reload-no-display.html
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-ilk-650/igt@i915_module_load@reload-no-display.html
    - fi-bsw-n3050:       [PASS][46] -> [DMESG-WARN][47]
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bsw-n3050/igt@i915_module_load@reload-no-display.html
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-bsw-n3050/igt@i915_module_load@reload-no-display.html
    - fi-skl-6770hq:      [PASS][48] -> [DMESG-WARN][49]
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-6770hq/igt@i915_module_load@reload-no-display.html
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-skl-6770hq/igt@i915_module_load@reload-no-display.html
    - fi-byt-n2820:       [PASS][50] -> [DMESG-WARN][51]
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-byt-n2820/igt@i915_module_load@reload-no-display.html
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-byt-n2820/igt@i915_module_load@reload-no-display.html
    - fi-bxt-j4205:       [PASS][52] -> [DMESG-WARN][53]
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bxt-j4205/igt@i915_module_load@reload-no-display.html
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-bxt-j4205/igt@i915_module_load@reload-no-display.html
    - fi-skl-lmem:        [PASS][54] -> [DMESG-WARN][55]
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-lmem/igt@i915_module_load@reload-no-display.html
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-skl-lmem/igt@i915_module_load@reload-no-display.html
    - fi-bxt-dsi:         NOTRUN -> [DMESG-WARN][56]
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-bxt-dsi/igt@i915_module_load@reload-no-display.html
    - fi-ivb-3770:        [PASS][57] -> [DMESG-WARN][58]
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-ivb-3770/igt@i915_module_load@reload-no-display.html
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-ivb-3770/igt@i915_module_load@reload-no-display.html
    - fi-snb-2520m:       [PASS][59] -> [DMESG-WARN][60]
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-snb-2520m/igt@i915_module_load@reload-no-display.html
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-snb-2520m/igt@i915_module_load@reload-no-display.html
    - fi-cfl-8700k:       [PASS][61] -> [DMESG-WARN][62]
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-cfl-8700k/igt@i915_module_load@reload-no-display.html
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-cfl-8700k/igt@i915_module_load@reload-no-display.html
    - fi-cml-u2:          [PASS][63] -> [DMESG-WARN][64]
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-cml-u2/igt@i915_module_load@reload-no-display.html
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-cml-u2/igt@i915_module_load@reload-no-display.html
    - fi-icl-u2:          [PASS][65] -> [DMESG-WARN][66]
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-u2/igt@i915_module_load@reload-no-display.html
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-icl-u2/igt@i915_module_load@reload-no-display.html
    - fi-kbl-7500u:       [PASS][67] -> [DMESG-WARN][68]
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-kbl-7500u/igt@i915_module_load@reload-no-display.html
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-kbl-7500u/igt@i915_module_load@reload-no-display.html
    - fi-hsw-4770:        [PASS][69] -> [DMESG-WARN][70]
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-hsw-4770/igt@i915_module_load@reload-no-display.html
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-hsw-4770/igt@i915_module_load@reload-no-display.html
    - fi-bdw-gvtdvm:      [PASS][71] -> [DMESG-WARN][72]
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bdw-gvtdvm/igt@i915_module_load@reload-no-display.html
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-bdw-gvtdvm/igt@i915_module_load@reload-no-display.html
    - fi-glk-dsi:         [PASS][73] -> [DMESG-WARN][74]
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-glk-dsi/igt@i915_module_load@reload-no-display.html
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-glk-dsi/igt@i915_module_load@reload-no-display.html
    - fi-bdw-5557u:       [PASS][75] -> [DMESG-WARN][76]
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bdw-5557u/igt@i915_module_load@reload-no-display.html
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-bdw-5557u/igt@i915_module_load@reload-no-display.html
    - fi-cfl-8109u:       [PASS][77] -> [DMESG-WARN][78]
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-cfl-8109u/igt@i915_module_load@reload-no-display.html
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-cfl-8109u/igt@i915_module_load@reload-no-display.html
    - fi-cml-u:           [PASS][79] -> [DMESG-WARN][80]
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-cml-u/igt@i915_module_load@reload-no-display.html
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-cml-u/igt@i915_module_load@reload-no-display.html
    - fi-hsw-4770r:       [PASS][81] -> [DMESG-WARN][82]
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-hsw-4770r/igt@i915_module_load@reload-no-display.html
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-hsw-4770r/igt@i915_module_load@reload-no-display.html

  * igt@runner@aborted:
    - fi-ilk-650:         NOTRUN -> [FAIL][83]
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-ilk-650/igt@runner@aborted.html
    - fi-pnv-d510:        NOTRUN -> [FAIL][84]
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-pnv-d510/igt@runner@aborted.html
    - fi-bdw-gvtdvm:      NOTRUN -> [FAIL][85]
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-bdw-gvtdvm/igt@runner@aborted.html
    - fi-cfl-8109u:       NOTRUN -> [FAIL][86]
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-cfl-8109u/igt@runner@aborted.html
    - fi-hsw-peppy:       NOTRUN -> [FAIL][87]
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-hsw-peppy/igt@runner@aborted.html
    - fi-icl-u2:          NOTRUN -> [FAIL][88]
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-icl-u2/igt@runner@aborted.html
    - fi-gdg-551:         NOTRUN -> [FAIL][89]
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-gdg-551/igt@runner@aborted.html
    - fi-snb-2520m:       NOTRUN -> [FAIL][90]
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-snb-2520m/igt@runner@aborted.html
    - fi-hsw-4770:        NOTRUN -> [FAIL][91]
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-hsw-4770/igt@runner@aborted.html
    - fi-kbl-7500u:       NOTRUN -> [FAIL][92]
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-kbl-7500u/igt@runner@aborted.html
    - fi-bxt-j4205:       NOTRUN -> [FAIL][93]
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-bxt-j4205/igt@runner@aborted.html
    - fi-whl-u:           NOTRUN -> [FAIL][94]
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-whl-u/igt@runner@aborted.html
    - fi-cml-u2:          NOTRUN -> [FAIL][95]
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-cml-u2/igt@runner@aborted.html
    - fi-icl-u3:          NOTRUN -> [FAIL][96]
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-icl-u3/igt@runner@aborted.html
    - fi-cml-u:           NOTRUN -> [FAIL][97]
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-cml-u/igt@runner@aborted.html
    - fi-ivb-3770:        NOTRUN -> [FAIL][98]
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-ivb-3770/igt@runner@aborted.html
    - fi-bxt-dsi:         NOTRUN -> [FAIL][99]
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-bxt-dsi/igt@runner@aborted.html
    - fi-byt-j1900:       NOTRUN -> [FAIL][100]
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-byt-j1900/igt@runner@aborted.html
    - fi-icl-y:           NOTRUN -> [FAIL][101]
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-icl-y/igt@runner@aborted.html
    - fi-kbl-7567u:       NOTRUN -> [FAIL][102]
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-kbl-7567u/igt@runner@aborted.html
    - fi-blb-e6850:       NOTRUN -> [FAIL][103]
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-blb-e6850/igt@runner@aborted.html
    - fi-kbl-x1275:       NOTRUN -> [FAIL][104]
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-kbl-x1275/igt@runner@aborted.html
    - fi-icl-dsi:         NOTRUN -> [FAIL][105]
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-icl-dsi/igt@runner@aborted.html
    - fi-cfl-8700k:       NOTRUN -> [FAIL][106]
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-cfl-8700k/igt@runner@aborted.html
    - fi-hsw-4770r:       NOTRUN -> [FAIL][107]
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-hsw-4770r/igt@runner@aborted.html
    - fi-kbl-8809g:       NOTRUN -> [FAIL][108]
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-kbl-8809g/igt@runner@aborted.html
    - fi-kbl-r:           NOTRUN -> [FAIL][109]
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-kbl-r/igt@runner@aborted.html
    - fi-bdw-5557u:       NOTRUN -> [FAIL][110]
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-bdw-5557u/igt@runner@aborted.html
    - fi-byt-n2820:       NOTRUN -> [FAIL][111]
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-byt-n2820/igt@runner@aborted.html
    - fi-snb-2600:        NOTRUN -> [FAIL][112]
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-snb-2600/igt@runner@aborted.html

  
#### Suppressed ####

  The following results come from untrusted machines, tests, or statuses.
  They do not affect the overall result.

  * igt@i915_module_load@reload-no-display:
    - {fi-apl-guc}:       [PASS][113] -> [DMESG-WARN][114]
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-apl-guc/igt@i915_module_load@reload-no-display.html
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-apl-guc/igt@i915_module_load@reload-no-display.html
    - {fi-cfl-guc}:       [PASS][115] -> [DMESG-WARN][116]
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-cfl-guc/igt@i915_module_load@reload-no-display.html
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-cfl-guc/igt@i915_module_load@reload-no-display.html
    - {fi-kbl-guc}:       [PASS][117] -> [DMESG-WARN][118]
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-kbl-guc/igt@i915_module_load@reload-no-display.html
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-kbl-guc/igt@i915_module_load@reload-no-display.html
    - {fi-skl-guc}:       [PASS][119] -> [DMESG-WARN][120]
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-skl-guc/igt@i915_module_load@reload-no-display.html
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-skl-guc/igt@i915_module_load@reload-no-display.html

  * igt@runner@aborted:
    - {fi-cfl-guc}:       NOTRUN -> [FAIL][121]
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-cfl-guc/igt@runner@aborted.html
    - {fi-apl-guc}:       NOTRUN -> [FAIL][122]
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-apl-guc/igt@runner@aborted.html
    - {fi-kbl-guc}:       NOTRUN -> [FAIL][123]
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-kbl-guc/igt@runner@aborted.html

  
Known issues
------------

  Here are the changes found in Patchwork_13152 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@kms_frontbuffer_tracking@basic:
    - fi-icl-u2:          [PASS][124] -> [FAIL][125] ([fdo#103167])
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html

  
#### Possible fixes ####

  * igt@gem_exec_suspend@basic-s4-devices:
    - fi-kbl-8809g:       [INCOMPLETE][126] ([fdo#103665] / [fdo#107139] / [fdo

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13152/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 12+ messages in thread

* ✗ Fi.CI.BAT: failure for drm: Flush output polling on shutdown (rev4)
  2019-05-31 17:16 [PATCH] drm: Flush output polling on shutdown Chris Wilson
                   ` (9 preceding siblings ...)
  2019-05-31 19:35 ` ✗ Fi.CI.BAT: failure for drm: Flush output polling on shutdown (rev3) Patchwork
@ 2019-05-31 20:22 ` Patchwork
  10 siblings, 0 replies; 12+ messages in thread
From: Patchwork @ 2019-05-31 20:22 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx

== Series Details ==

Series: drm: Flush output polling on shutdown (rev4)
URL   : https://patchwork.freedesktop.org/series/61442/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_6177 -> Patchwork_13153
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with Patchwork_13153 absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Patchwork_13153, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13153/

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in Patchwork_13153:

### IGT changes ###

#### Possible regressions ####

  * igt@amdgpu/amd_basic@userptr:
    - fi-kbl-8809g:       NOTRUN -> [FAIL][1]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13153/fi-kbl-8809g/igt@amdgpu/amd_basic@userptr.html

  
#### Suppressed ####

  The following results come from untrusted machines, tests, or statuses.
  They do not affect the overall result.

  * {igt@i915_selftest@live_mman}:
    - fi-bxt-dsi:         NOTRUN -> [TIMEOUT][2]
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13153/fi-bxt-dsi/igt@i915_selftest@live_mman.html

  
Known issues
------------

  Here are the changes found in Patchwork_13153 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@gem_exec_basic@basic-all:
    - fi-icl-y:           [PASS][3] -> [INCOMPLETE][4] ([fdo#107713])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-y/igt@gem_exec_basic@basic-all.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13153/fi-icl-y/igt@gem_exec_basic@basic-all.html

  * igt@gem_exec_suspend@basic-s3:
    - fi-icl-u3:          [PASS][5] -> [DMESG-WARN][6] ([fdo#110718])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-u3/igt@gem_exec_suspend@basic-s3.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13153/fi-icl-u3/igt@gem_exec_suspend@basic-s3.html

  * igt@gem_exec_suspend@basic-s4-devices:
    - fi-blb-e6850:       [PASS][7] -> [INCOMPLETE][8] ([fdo#107718])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-blb-e6850/igt@gem_exec_suspend@basic-s4-devices.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13153/fi-blb-e6850/igt@gem_exec_suspend@basic-s4-devices.html

  * igt@gem_ringfill@basic-default-forked:
    - fi-pnv-d510:        [PASS][9] -> [INCOMPLETE][10] ([fdo#110740])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-pnv-d510/igt@gem_ringfill@basic-default-forked.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13153/fi-pnv-d510/igt@gem_ringfill@basic-default-forked.html

  * igt@gem_workarounds@basic-read:
    - fi-icl-u3:          [PASS][11] -> [DMESG-WARN][12] ([fdo#107724]) +1 similar issue
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-u3/igt@gem_workarounds@basic-read.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13153/fi-icl-u3/igt@gem_workarounds@basic-read.html

  * igt@i915_selftest@live_hangcheck:
    - fi-icl-u2:          [PASS][13] -> [INCOMPLETE][14] ([fdo#107713] / [fdo#108569])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-u2/igt@i915_selftest@live_hangcheck.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13153/fi-icl-u2/igt@i915_selftest@live_hangcheck.html

  * igt@kms_frontbuffer_tracking@basic:
    - fi-icl-u2:          [PASS][15] -> [FAIL][16] ([fdo#103167])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13153/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html

  
#### Possible fixes ####

  * igt@gem_ctx_create@basic-files:
    - {fi-icl-guc}:       [INCOMPLETE][17] ([fdo#107713] / [fdo#109100]) -> [PASS][18]
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-icl-guc/igt@gem_ctx_create@basic-files.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13153/fi-icl-guc/igt@gem_ctx_create@basic-files.html

  * igt@gem_exec_suspend@basic-s4-devices:
    - fi-kbl-8809g:       [INCOMPLETE][19] ([fdo#103665] / [fdo#107139] / [fdo#108126]) -> [PASS][20]
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-kbl-8809g/igt@gem_exec_suspend@basic-s4-devices.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13153/fi-kbl-8809g/igt@gem_exec_suspend@basic-s4-devices.html

  * igt@i915_selftest@live_contexts:
    - fi-bdw-gvtdvm:      [DMESG-FAIL][21] ([fdo#110235]) -> [PASS][22]
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bdw-gvtdvm/igt@i915_selftest@live_contexts.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13153/fi-bdw-gvtdvm/igt@i915_selftest@live_contexts.html

  * igt@kms_flip@basic-flip-vs-dpms:
    - fi-bxt-dsi:         [INCOMPLETE][23] ([fdo#103927]) -> [PASS][24]
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-bxt-dsi/igt@kms_flip@basic-flip-vs-dpms.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13153/fi-bxt-dsi/igt@kms_flip@basic-flip-vs-dpms.html

  * igt@kms_frontbuffer_tracking@basic:
    - fi-hsw-peppy:       [DMESG-WARN][25] ([fdo#102614]) -> [PASS][26]
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6177/fi-hsw-peppy/igt@kms_frontbuffer_tracking@basic.html
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13153/fi-hsw-peppy/igt@kms_frontbuffer_tracking@basic.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#102614]: https://bugs.freedesktop.org/show_bug.cgi?id=102614
  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
  [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
  [fdo#107139]: https://bugs.freedesktop.org/show_bug.cgi?id=107139
  [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
  [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
  [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
  [fdo#108126]: https://bugs.freedesktop.org/show_bug.cgi?id=108126
  [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
  [fdo#109100]: https://bugs.freedesktop.org/show_bug.cgi?id=109100
  [fdo#110235]: https://bugs.freedesktop.org/show_bug.cgi?id=110235
  [fdo#110718]: https://bugs.freedesktop.org/show_bug.cgi?id=110718
  [fdo#110740]: https://bugs.freedesktop.org/show_bug.cgi?id=110740


Participating hosts (54 -> 45)
------------------------------

  Missing    (9): fi-ilk-m540 fi-hsw-4200u fi-skl-guc fi-byt-squawks fi-bsw-cyan fi-bwr-2160 fi-kbl-7560u fi-byt-clapper fi-bdw-samus 


Build changes
-------------

  * Linux: CI_DRM_6177 -> Patchwork_13153

  CI_DRM_6177: bc3f44a8efe8b460f5a812d8b72d010bffd88405 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_5026: 4108c74c3b15460de25ab989f4e2031594559dfc @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_13153: cb261a291f723497fb9e4b474e40b5d0a07b89df @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

cb261a291f72 drm: Flush output polling on shutdown

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13153/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-05-31 20:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-31 17:16 [PATCH] drm: Flush output polling on shutdown Chris Wilson
2019-05-31 17:18 ` Chris Wilson
2019-05-31 17:45 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2019-05-31 17:45 ` [PATCH v2] " Chris Wilson
2019-05-31 18:05 ` ✗ Fi.CI.CHECKPATCH: warning for drm: Flush output polling on shutdown (rev2) Patchwork
2019-05-31 18:48 ` ✗ Fi.CI.BAT: failure for drm: Flush output polling on shutdown Patchwork
2019-05-31 18:53 ` ✗ Fi.CI.BAT: failure for drm: Flush output polling on shutdown (rev2) Patchwork
2019-05-31 19:09 ` ✗ Fi.CI.CHECKPATCH: warning for drm: Flush output polling on shutdown (rev3) Patchwork
2019-05-31 19:12 ` [PATCH v2] drm: Flush output polling on shutdown Chris Wilson
2019-05-31 19:33 ` ✗ Fi.CI.CHECKPATCH: warning for drm: Flush output polling on shutdown (rev4) Patchwork
2019-05-31 19:35 ` ✗ Fi.CI.BAT: failure for drm: Flush output polling on shutdown (rev3) Patchwork
2019-05-31 20:22 ` ✗ Fi.CI.BAT: failure for drm: Flush output polling on shutdown (rev4) Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox