[Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [v2,1/2] drm/i915: Clear the shared PLL from the put_dplls() hook

Imre Deak imre.deak at intel.com
Tue Jul 9 15:57:01 UTC 2019


On Tue, Jul 09, 2019 at 12:50:10AM +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: series starting with [v2,1/2] drm/i915: Clear the shared PLL from the put_dplls() hook
> URL   : https://patchwork.freedesktop.org/series/63384/
> State : failure

Thanks for the review pushed to -dinq.

> 
> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_6431_full -> Patchwork_13564_full
> ====================================================
> 
> Summary
> -------
> 
>   **FAILURE**
> 
>   Serious unknown changes coming with Patchwork_13564_full absolutely need to be
>   verified manually.
>   
>   If you think the reported changes have nothing to do with the changes
>   introduced in Patchwork_13564_full, please notify your bug team to allow them
>   to document this new failure mode, which will reduce false positives in CI.
> 
>   
> 
> Possible new issues
> -------------------
> 
>   Here are the unknown changes that may have been introduced in Patchwork_13564_full:
> 
> ### IGT changes ###
> 
> #### Possible regressions ####
> 
>   * igt at i915_selftest@live_mman:
>     - shard-iclb:         [PASS][1] -> [DMESG-WARN][2]
>    [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-iclb8/igt@i915_selftest@live_mman.html
>    [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-iclb5/igt@i915_selftest@live_mman.html

It's very likely unrelated AFAICS happening during driver loading before
the first modeset, see the stacktrace below. Chris is working on a fix
candidate:
https://patchwork.freedesktop.org/patch/316784/?series=63443&rev=3

<6> [93.046727] i915: Performing live selftests with st_random_seed=0x273bfdc9 st_timeout=1000
<6> [93.046730] i915: Running mman
<6> [93.046747] i915: Running i915_gem_mman_live_selftests/igt_partial_tiling
<7> [104.777473] check_partial_mapping: timed out before tiling=1 stride=261632
<7> [124.491128] check_partial_mapping: timed out before tiling=2 stride=262016
<6> [124.491156] i915: Running i915_gem_mman_live_selftests/igt_mmap_offset_exhaustion
<7> [124.491236] [drm:intel_power_well_enable [i915]] enabling always-on
<4> [124.645433] ------------[ cut here ]------------
<4> [124.645436] list_del corruption, ffffc9000067b9c0->next is LIST_POISON1 (dead000000000100)
<4> [124.645447] WARNING: CPU: 4 PID: 1583 at lib/list_debug.c:47 __list_del_entry_valid+0x4e/0x90
<4> [124.645448] Modules linked in: i915(+) snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic x86_pkg_temp_thermal coretemp mei_hdcp crct10dif_pclmul e1000e snd_hda_codec cdc_ether crc32_pclmul usbnet mii snd_hwdep ghash_clmulni_intel snd_hda_core snd_pcm ptp pps_core mei_me mei prime_numbers [last unloaded: i915]
<4> [124.645460] CPU: 4 PID: 1583 Comm: i915_selftest Tainted: G     U            5.2.0-CI-Patchwork_13564+ #1
<4> [124.645461] Hardware name: Intel Corporation Ice Lake Client Platform/IceLake U DDR4 SODIMM PD RVP TLC, BIOS ICLSFWR1.R00.3234.A01.1906141750 06/14/2019
<4> [124.645463] RIP: 0010:__list_del_entry_valid+0x4e/0x90
<4> [124.645465] Code: 2e 48 8b 32 48 39 fe 75 3a 48 8b 50 08 48 39 f2 75 48 b8 01 00 00 00 c3 48 89 fe 48 89 c2 48 c7 c7 80 9f 0d 82 e8 12 44 bd ff <0f> 0b 31 c0 c3 48 89 fe 48 c7 c7 b8 9f 0d 82 e8 fe 43 bd ff 0f 0b
<4> [124.645466] RSP: 0018:ffffc9000067b910 EFLAGS: 00010286
<4> [124.645467] RAX: 0000000000000000 RBX: ffffc9000067b990 RCX: 0000000000000000
<4> [124.645468] RDX: 0000000000000007 RSI: ffff8884809108e0 RDI: 00000000ffffffff
<4> [124.645469] RBP: ffff888496f61e28 R08: 00000000789e198b R09: 0000000000000000
<4> [124.645470] R10: ffffc9000067b968 R11: 0000000000000000 R12: ffffc9000067b990
<4> [124.645472] R13: ffff888493ef7700 R14: ffff888496f61e10 R15: ffff88847faf8d40
<4> [124.645473] FS:  00007fa107b16300(0000) GS:ffff88849fe00000(0000) knlGS:0000000000000000
<4> [124.645474] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4> [124.645476] CR2: 000055d84fe72748 CR3: 000000047f502002 CR4: 0000000000760ee0
<4> [124.645477] PKRU: 55555554
<4> [124.645478] Call Trace:
<4> [124.645481]  rm_hole+0x17/0x80
<4> [124.645483]  drm_mm_remove_node+0x23a/0x370
<4> [124.645534]  igt_mmap_offset_exhaustion+0x34f/0x750 [i915]
<4> [124.645582]  __i915_subtests+0xb8/0x210 [i915]
<4> [124.645621]  ? i915_live_selftests+0x60/0x60 [i915]
<4> [124.645690]  ? __i915_nop_setup+0x10/0x10 [i915]
<4> [124.645731]  __run_selftests+0x112/0x170 [i915]
<4> [124.645765]  i915_live_selftests+0x2c/0x60 [i915]
<4> [124.645800]  i915_pci_probe+0x83/0x1a0 [i915]
<4> [124.645803]  ? _raw_spin_unlock_irqrestore+0x39/0x60
<4> [124.646414]  pci_device_probe+0x9e/0x120
<4> [124.646417]  really_probe+0xea/0x3c0
<4> [124.646420]  driver_probe_device+0x10b/0x120
<4> [124.646422]  device_driver_attach+0x4a/0x50
<4> [124.646425]  __driver_attach+0x97/0x130
<4> [124.646427]  ? device_driver_attach+0x50/0x50
<4> [124.646428]  bus_for_each_dev+0x74/0xc0
<4> [124.646441]  bus_add_driver+0x13f/0x210
<4> [124.646443]  ? 0xffffffffa04bb000
<4> [124.646444]  driver_register+0x56/0xe0
<4> [124.646446]  ? 0xffffffffa04bb000
<4> [124.646448]  do_one_initcall+0x58/0x300
<4> [124.646450]  ? do_init_module+0x1d/0x1f6
<4> [124.646453]  ? rcu_read_lock_sched_held+0x6f/0x80
<4> [124.646456]  ? kmem_cache_alloc_trace+0x261/0x290
<4> [124.646459]  do_init_module+0x56/0x1f6
<4> [124.646461]  load_module+0x24d1/0x2990
<4> [124.646472]  ? __se_sys_finit_module+0xd3/0xf0
<4> [124.646473]  __se_sys_finit_module+0xd3/0xf0
<4> [124.646480]  do_syscall_64+0x55/0x1c0
<4> [124.646482]  entry_SYSCALL_64_after_hwframe+0x49/0xbe

> 
>   
> Known issues
> ------------
> 
>   Here are the changes found in Patchwork_13564_full that come from known issues:
> 
> ### IGT changes ###
> 
> #### Issues hit ####
> 
>   * igt at gem_exec_schedule@fifo-blt:
>     - shard-apl:          [PASS][3] -> [INCOMPLETE][4] ([fdo#103927]) +1 similar issue
>    [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-apl3/igt@gem_exec_schedule@fifo-blt.html
>    [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-apl6/igt@gem_exec_schedule@fifo-blt.html
> 
>   * igt at i915_pm_rc6_residency@rc6-accuracy:
>     - shard-kbl:          [PASS][5] -> [SKIP][6] ([fdo#109271])
>    [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-kbl1/igt@i915_pm_rc6_residency@rc6-accuracy.html
>    [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-kbl1/igt@i915_pm_rc6_residency@rc6-accuracy.html
> 
>   * igt at kms_cursor_crc@pipe-c-cursor-suspend:
>     - shard-apl:          [PASS][7] -> [DMESG-WARN][8] ([fdo#108566]) +2 similar issues
>    [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-apl1/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
>    [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-apl7/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
> 
>   * igt at kms_frontbuffer_tracking@basic:
>     - shard-iclb:         [PASS][9] -> [FAIL][10] ([fdo#103167]) +2 similar issues
>    [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-iclb6/igt@kms_frontbuffer_tracking@basic.html
>    [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-iclb8/igt@kms_frontbuffer_tracking@basic.html
> 
>   * igt at kms_frontbuffer_tracking@fbc-suspend:
>     - shard-kbl:          [PASS][11] -> [DMESG-WARN][12] ([fdo#108566]) +2 similar issues
>    [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-kbl1/igt@kms_frontbuffer_tracking@fbc-suspend.html
>    [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-kbl1/igt@kms_frontbuffer_tracking@fbc-suspend.html
> 
>   * igt at kms_pipe_crc_basic@nonblocking-crc-pipe-b-frame-sequence:
>     - shard-skl:          [PASS][13] -> [FAIL][14] ([fdo#103191])
>    [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-skl5/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-b-frame-sequence.html
>    [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-skl1/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-b-frame-sequence.html
> 
>   * igt at kms_pipe_crc_basic@suspend-read-crc-pipe-b:
>     - shard-skl:          [PASS][15] -> [INCOMPLETE][16] ([fdo#104108]) +1 similar issue
>    [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-skl3/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html
>    [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-skl10/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html
> 
>   * igt at kms_plane_alpha_blend@pipe-a-constant-alpha-min:
>     - shard-skl:          [PASS][17] -> [FAIL][18] ([fdo#108145])
>    [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-skl2/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min.html
>    [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-skl4/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min.html
> 
>   * igt at kms_plane_alpha_blend@pipe-b-coverage-7efc:
>     - shard-skl:          [PASS][19] -> [FAIL][20] ([fdo#108145] / [fdo#110403])
>    [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-skl4/igt@kms_plane_alpha_blend@pipe-b-coverage-7efc.html
>    [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-skl7/igt@kms_plane_alpha_blend@pipe-b-coverage-7efc.html
> 
>   * igt at kms_psr@psr2_sprite_render:
>     - shard-iclb:         [PASS][21] -> [SKIP][22] ([fdo#109441]) +1 similar issue
>    [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-iclb2/igt@kms_psr@psr2_sprite_render.html
>    [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-iclb4/igt@kms_psr@psr2_sprite_render.html
> 
>   * igt at kms_setmode@basic:
>     - shard-apl:          [PASS][23] -> [FAIL][24] ([fdo#99912])
>    [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-apl4/igt@kms_setmode@basic.html
>    [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-apl8/igt@kms_setmode@basic.html
> 
>   * igt at perf@oa-exponents:
>     - shard-glk:          [PASS][25] -> [FAIL][26] ([fdo#105483])
>    [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-glk4/igt@perf@oa-exponents.html
>    [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-glk9/igt@perf@oa-exponents.html
> 
>   
> #### Possible fixes ####
> 
>   * igt at gem_eio@unwedge-stress:
>     - shard-snb:          [FAIL][27] ([fdo#109661]) -> [PASS][28]
>    [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-snb5/igt@gem_eio@unwedge-stress.html
>    [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-snb2/igt@gem_eio@unwedge-stress.html
> 
>   * igt at gem_exec_balancer@smoke:
>     - shard-iclb:         [SKIP][29] ([fdo#110854]) -> [PASS][30]
>    [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-iclb5/igt@gem_exec_balancer@smoke.html
>    [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-iclb2/igt@gem_exec_balancer@smoke.html
> 
>   * igt at kms_flip@flip-vs-expired-vblank-interruptible:
>     - shard-skl:          [FAIL][31] ([fdo#105363]) -> [PASS][32]
>    [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-skl10/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
>    [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-skl5/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
> 
>   * igt at kms_flip@flip-vs-suspend:
>     - shard-kbl:          [DMESG-WARN][33] ([fdo#108566]) -> [PASS][34]
>    [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-kbl6/igt@kms_flip@flip-vs-suspend.html
>    [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-kbl4/igt@kms_flip@flip-vs-suspend.html
> 
>   * igt at kms_flip@plain-flip-fb-recreate-interruptible:
>     - shard-skl:          [FAIL][35] ([fdo#100368]) -> [PASS][36]
>    [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-skl3/igt@kms_flip@plain-flip-fb-recreate-interruptible.html
>    [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-skl6/igt@kms_flip@plain-flip-fb-recreate-interruptible.html
> 
>   * igt at kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render:
>     - shard-iclb:         [FAIL][37] ([fdo#103167]) -> [PASS][38] +6 similar issues
>    [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html
>    [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-iclb6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html
> 
>   * igt at kms_plane@pixel-format-pipe-a-planes-source-clamping:
>     - shard-iclb:         [INCOMPLETE][39] ([fdo#107713] / [fdo#110036 ]) -> [PASS][40]
>    [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-iclb8/igt@kms_plane@pixel-format-pipe-a-planes-source-clamping.html
>    [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-iclb1/igt@kms_plane@pixel-format-pipe-a-planes-source-clamping.html
> 
>   * igt at kms_plane_alpha_blend@pipe-c-constant-alpha-min:
>     - shard-skl:          [FAIL][41] ([fdo#108145]) -> [PASS][42] +1 similar issue
>    [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-skl10/igt@kms_plane_alpha_blend@pipe-c-constant-alpha-min.html
>    [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-skl5/igt@kms_plane_alpha_blend@pipe-c-constant-alpha-min.html
> 
>   * igt at kms_plane_lowres@pipe-a-tiling-x:
>     - shard-iclb:         [FAIL][43] ([fdo#103166]) -> [PASS][44]
>    [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-iclb6/igt@kms_plane_lowres@pipe-a-tiling-x.html
>    [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-iclb5/igt@kms_plane_lowres@pipe-a-tiling-x.html
> 
>   * igt at kms_psr@psr2_primary_mmap_cpu:
>     - shard-iclb:         [SKIP][45] ([fdo#109441]) -> [PASS][46] +6 similar issues
>    [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-iclb3/igt@kms_psr@psr2_primary_mmap_cpu.html
>    [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html
> 
>   * igt at kms_rotation_crc@multiplane-rotation-cropping-bottom:
>     - shard-iclb:         [INCOMPLETE][47] ([fdo#107713] / [fdo#110026]) -> [PASS][48]
>    [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-iclb7/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html
>    [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-iclb4/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html
> 
>   
> #### Warnings ####
> 
>   * igt at kms_content_protection@atomic:
>     - shard-kbl:          [DMESG-FAIL][49] -> [FAIL][50] ([fdo#110321] / [fdo#110336])
>    [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6431/shard-kbl2/igt@kms_content_protection@atomic.html
>    [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/shard-kbl3/igt@kms_content_protection@atomic.html
> 
>   
>   [fdo#100368]: https://bugs.freedesktop.org/show_bug.cgi?id=100368
>   [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166
>   [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
>   [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191
>   [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
>   [fdo#104108]: https://bugs.freedesktop.org/show_bug.cgi?id=104108
>   [fdo#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363
>   [fdo#105483]: https://bugs.freedesktop.org/show_bug.cgi?id=105483
>   [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
>   [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
>   [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566
>   [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
>   [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
>   [fdo#109661]: https://bugs.freedesktop.org/show_bug.cgi?id=109661
>   [fdo#110026]: https://bugs.freedesktop.org/show_bug.cgi?id=110026
>   [fdo#110036 ]: https://bugs.freedesktop.org/show_bug.cgi?id=110036 
>   [fdo#110321]: https://bugs.freedesktop.org/show_bug.cgi?id=110321
>   [fdo#110336]: https://bugs.freedesktop.org/show_bug.cgi?id=110336
>   [fdo#110403]: https://bugs.freedesktop.org/show_bug.cgi?id=110403
>   [fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854
>   [fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912
> 
> 
> Participating hosts (10 -> 10)
> ------------------------------
> 
>   No changes in participating hosts
> 
> 
> Build changes
> -------------
> 
>   * Linux: CI_DRM_6431 -> Patchwork_13564
> 
>   CI_DRM_6431: 9a40fb28e45261f2fc44a9b271c19faf1f071138 @ git://anongit.freedesktop.org/gfx-ci/linux
>   IGT_5090: c6c75e11175baeb6b984e0cc13c6fbe2863a0794 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
>   Patchwork_13564: 553029033855311b8bb680c9224206e211a6cc7d @ git://anongit.freedesktop.org/gfx-ci/linux
>   piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
> 
> == Logs ==
> 
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13564/


More information about the Intel-gfx mailing list