* [PATCH] drm/i915/gt: Delete sysfs entries for engines on driver unload
@ 2024-08-01 15:40 Krzysztof Niemiec
2024-08-01 16:36 ` ✓ Fi.CI.BAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Krzysztof Niemiec @ 2024-08-01 15:40 UTC (permalink / raw)
To: intel-gfx
Cc: dri-devel, Chris Wilson, Nitin Gote, Andi Shyti, Nirmoy Das,
Janusz Krzysztofik, Krzysztof Niemiec
While the sysfs entries for engines are added in intel_engines_init()
during driver load, the corresponding function intel_engines_release()
does not correctly get rid of them. This can lead to a UAF if, after
failed initialization (for example when gt is set wedged on init), we
try to access the engines.
Empty the engines llist in intel_engines_release().
Suggested-by: Chris Wilson <chris.p.wilson@linux.intel.com>
Signed-off-by: Krzysztof Niemiec <krzysztof.niemiec@intel.com>
---
drivers/gpu/drm/i915/gt/intel_engine_cs.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/i915/gt/intel_engine_cs.c b/drivers/gpu/drm/i915/gt/intel_engine_cs.c
index 3b740ca25000..4d30a86016f2 100644
--- a/drivers/gpu/drm/i915/gt/intel_engine_cs.c
+++ b/drivers/gpu/drm/i915/gt/intel_engine_cs.c
@@ -693,6 +693,8 @@ void intel_engines_release(struct intel_gt *gt)
memset(&engine->reset, 0, sizeof(engine->reset));
}
+
+ llist_del_all(>->i915->uabi_engines_llist);
}
void intel_engine_free_request_pool(struct intel_engine_cs *engine)
--
2.45.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* ✓ Fi.CI.BAT: success for drm/i915/gt: Delete sysfs entries for engines on driver unload
2024-08-01 15:40 [PATCH] drm/i915/gt: Delete sysfs entries for engines on driver unload Krzysztof Niemiec
@ 2024-08-01 16:36 ` Patchwork
2024-08-02 8:15 ` [PATCH] " Andi Shyti
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2024-08-01 16:36 UTC (permalink / raw)
To: Krzysztof Niemiec; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 4492 bytes --]
== Series Details ==
Series: drm/i915/gt: Delete sysfs entries for engines on driver unload
URL : https://patchwork.freedesktop.org/series/136807/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_15169 -> Patchwork_136807v1
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/index.html
Participating hosts (41 -> 39)
------------------------------
Additional (2): bat-arlh-3 fi-kbl-8809g
Missing (4): fi-kbl-7567u bat-dg1-7 fi-snb-2520m fi-bsw-n3050
Known issues
------------
Here are the changes found in Patchwork_136807v1 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_huc_copy@huc-copy:
- fi-kbl-8809g: NOTRUN -> [SKIP][1] ([i915#2190])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/fi-kbl-8809g/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@basic:
- fi-kbl-8809g: NOTRUN -> [SKIP][2] ([i915#4613]) +3 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/fi-kbl-8809g/igt@gem_lmem_swapping@basic.html
* igt@i915_selftest@live@hangcheck:
- bat-mtlp-8: [PASS][3] -> [DMESG-WARN][4] ([i915#11349] / [i915#11378])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/bat-mtlp-8/igt@i915_selftest@live@hangcheck.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/bat-mtlp-8/igt@i915_selftest@live@hangcheck.html
* igt@i915_selftest@live@slpc:
- bat-arls-5: [PASS][5] -> [INCOMPLETE][6] ([i915#11775])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/bat-arls-5/igt@i915_selftest@live@slpc.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/bat-arls-5/igt@i915_selftest@live@slpc.html
* igt@kms_force_connector_basic@force-load-detect:
- fi-kbl-8809g: NOTRUN -> [SKIP][7] +30 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/fi-kbl-8809g/igt@kms_force_connector_basic@force-load-detect.html
#### Possible fixes ####
* igt@i915_selftest@live@hangcheck:
- bat-mtlp-6: [DMESG-WARN][8] ([i915#11349] / [i915#11378]) -> [PASS][9]
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/bat-mtlp-6/igt@i915_selftest@live@hangcheck.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/bat-mtlp-6/igt@i915_selftest@live@hangcheck.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#10196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10196
[i915#11343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11343
[i915#11346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11346
[i915#11349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11349
[i915#11378]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11378
[i915#11666]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11666
[i915#11671]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11671
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#11723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11723
[i915#11724]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11724
[i915#11725]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11725
[i915#11726]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11726
[i915#11775]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11775
[i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809
[i915#9318]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318
[i915#9886]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9886
Build changes
-------------
* Linux: CI_DRM_15169 -> Patchwork_136807v1
CI-20190529: 20190529
CI_DRM_15169: abbcf7af3bd79f8729a6dba72674a81730f97f8a @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_7950: 7950
Patchwork_136807v1: abbcf7af3bd79f8729a6dba72674a81730f97f8a @ git://anongit.freedesktop.org/gfx-ci/linux
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/index.html
[-- Attachment #2: Type: text/html, Size: 4382 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] drm/i915/gt: Delete sysfs entries for engines on driver unload
2024-08-01 15:40 [PATCH] drm/i915/gt: Delete sysfs entries for engines on driver unload Krzysztof Niemiec
2024-08-01 16:36 ` ✓ Fi.CI.BAT: success for " Patchwork
@ 2024-08-02 8:15 ` Andi Shyti
2024-08-02 8:49 ` ✗ Fi.CI.IGT: failure for " Patchwork
2024-08-05 15:46 ` [PATCH] " Krzysztof Niemiec
3 siblings, 0 replies; 6+ messages in thread
From: Andi Shyti @ 2024-08-02 8:15 UTC (permalink / raw)
To: Krzysztof Niemiec
Cc: intel-gfx, dri-devel, Chris Wilson, Nitin Gote, Andi Shyti,
Nirmoy Das, Janusz Krzysztofik
Hi Krzysztof,
On Thu, Aug 01, 2024 at 05:40:48PM +0200, Krzysztof Niemiec wrote:
> While the sysfs entries for engines are added in intel_engines_init()
> during driver load, the corresponding function intel_engines_release()
> does not correctly get rid of them. This can lead to a UAF if, after
> failed initialization (for example when gt is set wedged on init), we
> try to access the engines.
>
> Empty the engines llist in intel_engines_release().
>
> Suggested-by: Chris Wilson <chris.p.wilson@linux.intel.com>
> Signed-off-by: Krzysztof Niemiec <krzysztof.niemiec@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Thanks,
Andi
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ Fi.CI.IGT: failure for drm/i915/gt: Delete sysfs entries for engines on driver unload
2024-08-01 15:40 [PATCH] drm/i915/gt: Delete sysfs entries for engines on driver unload Krzysztof Niemiec
2024-08-01 16:36 ` ✓ Fi.CI.BAT: success for " Patchwork
2024-08-02 8:15 ` [PATCH] " Andi Shyti
@ 2024-08-02 8:49 ` Patchwork
2024-08-05 15:46 ` [PATCH] " Krzysztof Niemiec
3 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2024-08-02 8:49 UTC (permalink / raw)
To: Krzysztof Niemiec; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 65879 bytes --]
== Series Details ==
Series: drm/i915/gt: Delete sysfs entries for engines on driver unload
URL : https://patchwork.freedesktop.org/series/136807/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_15169_full -> Patchwork_136807v1_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with Patchwork_136807v1_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_136807v1_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (10 -> 10)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in Patchwork_136807v1_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_cursor_legacy@short-flip-before-cursor-toggle:
- shard-rkl: [PASS][1] -> [SKIP][2] +19 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-1/igt@kms_cursor_legacy@short-flip-before-cursor-toggle.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_cursor_legacy@short-flip-before-cursor-toggle.html
* igt@kms_lease@lease-invalid-plane:
- shard-rkl: NOTRUN -> [SKIP][3] +48 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_lease@lease-invalid-plane.html
* igt@perf_pmu@semaphore-busy@rcs0:
- shard-dg2: NOTRUN -> [FAIL][4]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-6/igt@perf_pmu@semaphore-busy@rcs0.html
#### Warnings ####
* igt@kms_big_fb@4-tiled-8bpp-rotate-0:
- shard-rkl: [SKIP][5] ([i915#5286]) -> [SKIP][6] +5 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-1/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-rkl: [SKIP][7] ([i915#3638]) -> [SKIP][8] +1 other test skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-5/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_content_protection@lic-type-0:
- shard-rkl: [SKIP][9] ([i915#9424]) -> [SKIP][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-1/igt@kms_content_protection@lic-type-0.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@uevent:
- shard-rkl: [SKIP][11] ([i915#7118] / [i915#9424]) -> [SKIP][12] +2 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-1/igt@kms_content_protection@uevent.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-rkl: [SKIP][13] ([i915#11453]) -> [SKIP][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-5/igt@kms_cursor_crc@cursor-offscreen-512x512.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-sliding-32x10:
- shard-rkl: [SKIP][15] ([i915#3555]) -> [SKIP][16] +4 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-32x10.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-32x10.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-rkl: [SKIP][17] ([i915#4103]) -> [SKIP][18] +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-rkl: [SKIP][19] ([i915#9723]) -> [SKIP][20]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-1/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-rkl: [SKIP][21] ([i915#3555] / [i915#3840]) -> [SKIP][22]
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-1/igt@kms_dsc@dsc-with-output-formats.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-rkl: [SKIP][23] ([i915#5289]) -> [SKIP][24]
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
Known issues
------------
Here are the changes found in Patchwork_136807v1_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@object-reloc-purge-cache:
- shard-dg2: NOTRUN -> [SKIP][25] ([i915#8411]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-1/igt@api_intel_bb@object-reloc-purge-cache.html
* igt@device_reset@cold-reset-bound:
- shard-dg2: NOTRUN -> [SKIP][26] ([i915#11078])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-1/igt@device_reset@cold-reset-bound.html
* igt@drm_fdinfo@busy-check-all@bcs0:
- shard-dg1: NOTRUN -> [SKIP][27] ([i915#8414]) +9 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-16/igt@drm_fdinfo@busy-check-all@bcs0.html
* igt@drm_fdinfo@busy@rcs0:
- shard-dg2: NOTRUN -> [SKIP][28] ([i915#8414]) +7 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-6/igt@drm_fdinfo@busy@rcs0.html
* igt@gem_ccs@suspend-resume:
- shard-rkl: NOTRUN -> [SKIP][29] ([i915#9323])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@gem_ccs@suspend-resume.html
* igt@gem_ctx_persistence@heartbeat-hostile:
- shard-dg2: NOTRUN -> [SKIP][30] ([i915#8555])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-6/igt@gem_ctx_persistence@heartbeat-hostile.html
* igt@gem_exec_fair@basic-flow:
- shard-dg1: NOTRUN -> [SKIP][31] ([i915#3539] / [i915#4852]) +1 other test skip
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@gem_exec_fair@basic-flow.html
* igt@gem_exec_fair@basic-none@bcs0:
- shard-rkl: NOTRUN -> [FAIL][32] ([i915#2842]) +3 other tests fail
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@gem_exec_fair@basic-none@bcs0.html
* igt@gem_exec_fair@basic-pace-share:
- shard-dg2: NOTRUN -> [SKIP][33] ([i915#3539] / [i915#4852]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-1/igt@gem_exec_fair@basic-pace-share.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-tglu: [PASS][34] -> [FAIL][35] ([i915#2842]) +1 other test fail
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-tglu-6/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-tglu-10/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_reloc@basic-cpu-gtt-noreloc:
- shard-dg2: NOTRUN -> [SKIP][36] ([i915#3281]) +5 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html
* igt@gem_exec_reloc@basic-cpu-wc:
- shard-dg1: NOTRUN -> [SKIP][37] ([i915#3281]) +4 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@gem_exec_reloc@basic-cpu-wc.html
* igt@gem_exec_reloc@basic-wc:
- shard-rkl: NOTRUN -> [SKIP][38] ([i915#3281]) +3 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@gem_exec_reloc@basic-wc.html
* igt@gem_exec_schedule@preempt-queue:
- shard-dg1: NOTRUN -> [SKIP][39] ([i915#4812]) +2 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@gem_exec_schedule@preempt-queue.html
* igt@gem_exec_schedule@preempt-queue-contexts:
- shard-dg2: NOTRUN -> [SKIP][40] ([i915#4537] / [i915#4812])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@gem_exec_schedule@preempt-queue-contexts.html
* igt@gem_fence_thrash@bo-copy:
- shard-dg2: NOTRUN -> [SKIP][41] ([i915#4860]) +1 other test skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@gem_fence_thrash@bo-copy.html
* igt@gem_lmem_swapping@heavy-multi:
- shard-rkl: NOTRUN -> [SKIP][42] ([i915#4613]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@gem_lmem_swapping@heavy-multi.html
* igt@gem_lmem_swapping@heavy-verify-multi@lmem0:
- shard-dg1: NOTRUN -> [FAIL][43] ([i915#10378])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@gem_lmem_swapping@heavy-verify-multi@lmem0.html
* igt@gem_lmem_swapping@verify-ccs@lmem0:
- shard-dg2: NOTRUN -> [FAIL][44] ([i915#10378])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-1/igt@gem_lmem_swapping@verify-ccs@lmem0.html
* igt@gem_mmap_gtt@medium-copy-odd:
- shard-dg1: NOTRUN -> [SKIP][45] ([i915#4077]) +8 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@gem_mmap_gtt@medium-copy-odd.html
* igt@gem_mmap_gtt@zero-extend:
- shard-dg2: NOTRUN -> [SKIP][46] ([i915#4077]) +1 other test skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-6/igt@gem_mmap_gtt@zero-extend.html
* igt@gem_mmap_wc@bad-size:
- shard-dg2: NOTRUN -> [SKIP][47] ([i915#4083]) +1 other test skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-6/igt@gem_mmap_wc@bad-size.html
* igt@gem_mmap_wc@write-read:
- shard-dg1: NOTRUN -> [SKIP][48] ([i915#4083])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@gem_mmap_wc@write-read.html
* igt@gem_pread@snoop:
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#3282]) +3 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@gem_pread@snoop.html
* igt@gem_pwrite_snooped:
- shard-dg1: NOTRUN -> [SKIP][50] ([i915#3282]) +1 other test skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-16/igt@gem_pwrite_snooped.html
* igt@gem_pxp@create-valid-protected-context:
- shard-rkl: NOTRUN -> [SKIP][51] ([i915#4270])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@gem_pxp@create-valid-protected-context.html
* igt@gem_pxp@fail-invalid-protected-context:
- shard-dg2: NOTRUN -> [SKIP][52] ([i915#4270])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-1/igt@gem_pxp@fail-invalid-protected-context.html
* igt@gem_pxp@verify-pxp-stale-ctx-execution:
- shard-dg1: NOTRUN -> [SKIP][53] ([i915#4270]) +2 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-16/igt@gem_pxp@verify-pxp-stale-ctx-execution.html
* igt@gem_render_copy@linear-to-vebox-yf-tiled:
- shard-dg2: NOTRUN -> [SKIP][54] ([i915#5190] / [i915#8428]) +2 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@gem_render_copy@linear-to-vebox-yf-tiled.html
* igt@gem_softpin@evict-snoop:
- shard-dg2: NOTRUN -> [SKIP][55] ([i915#4885])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@gem_softpin@evict-snoop.html
* igt@gem_tiled_partial_pwrite_pread@reads:
- shard-rkl: NOTRUN -> [SKIP][56] ([i915#3282])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@gem_tiled_partial_pwrite_pread@reads.html
* igt@gem_tiled_pread_pwrite:
- shard-dg2: NOTRUN -> [SKIP][57] ([i915#4079])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@gem_tiled_pread_pwrite.html
* igt@gem_userptr_blits@coherency-sync:
- shard-dg1: NOTRUN -> [SKIP][58] ([i915#3297])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-16/igt@gem_userptr_blits@coherency-sync.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#3297]) +1 other test skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-1/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-dg1: NOTRUN -> [SKIP][60] ([i915#3282] / [i915#3297])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-16/igt@gem_userptr_blits@forbidden-operations.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-dg1: NOTRUN -> [SKIP][61] ([i915#3297] / [i915#4880])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@gen9_exec_parse@basic-rejected-ctx-param:
- shard-rkl: NOTRUN -> [SKIP][62] ([i915#2527])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@gen9_exec_parse@basic-rejected-ctx-param.html
* igt@gen9_exec_parse@batch-without-end:
- shard-dg2: NOTRUN -> [SKIP][63] ([i915#2856]) +1 other test skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@gen9_exec_parse@batch-without-end.html
* igt@gen9_exec_parse@bb-large:
- shard-dg1: NOTRUN -> [SKIP][64] ([i915#2527])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@gen9_exec_parse@bb-large.html
* igt@i915_module_load@load:
- shard-dg1: NOTRUN -> [SKIP][65] ([i915#6227])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-16/igt@i915_module_load@load.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-mtlp: [PASS][66] -> [ABORT][67] ([i915#10131] / [i915#10887])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rpm@gem-execbuf-stress@extra-wait-smem0:
- shard-dg2: [PASS][68] -> [INCOMPLETE][69] ([i915#11744])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-dg2-8/igt@i915_pm_rpm@gem-execbuf-stress@extra-wait-smem0.html
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-7/igt@i915_pm_rpm@gem-execbuf-stress@extra-wait-smem0.html
* igt@i915_pm_rps@thresholds@gt0:
- shard-dg1: NOTRUN -> [SKIP][70] ([i915#8925])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-16/igt@i915_pm_rps@thresholds@gt0.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-rkl: [PASS][71] -> [INCOMPLETE][72] ([i915#4817])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-5/igt@i915_suspend@basic-s3-without-i915.html
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-3/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_addfb_basic@basic-x-tiled-legacy:
- shard-dg1: NOTRUN -> [SKIP][73] ([i915#4212])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@kms_addfb_basic@basic-x-tiled-legacy.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-tglu: NOTRUN -> [SKIP][74] ([i915#3826])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-tglu-7/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs:
- shard-dg1: NOTRUN -> [SKIP][75] ([i915#8709]) +7 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-13/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc:
- shard-rkl: NOTRUN -> [SKIP][76] ([i915#8709]) +3 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-6/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-1-4-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][77] ([i915#8709]) +11 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-10/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-1-4-mc-ccs.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-dg2: NOTRUN -> [SKIP][78] ([i915#9531])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-6/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][79] ([i915#4538] / [i915#5286])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-270:
- shard-tglu: NOTRUN -> [SKIP][80] ([i915#5286]) +1 other test skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-tglu-7/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][81] ([i915#5286])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][82] ([i915#3638]) +2 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-180:
- shard-dg2: NOTRUN -> [SKIP][83] ([i915#4538] / [i915#5190]) +5 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-6/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][84] ([i915#3638]) +1 other test skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-dg2: NOTRUN -> [SKIP][85] ([i915#5190]) +1 other test skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-1/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][86] +6 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][87] ([i915#4538]) +2 other tests skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
* igt@kms_big_joiner@basic:
- shard-dg2: NOTRUN -> [SKIP][88] ([i915#10656])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@kms_big_joiner@basic.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][89] ([i915#10307] / [i915#10434] / [i915#6095]) +4 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-10/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][90] ([i915#6095]) +83 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-13/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-3.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][91] ([i915#6095]) +15 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-tglu-7/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][92] ([i915#6095]) +31 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-3/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][93] ([i915#10307] / [i915#6095]) +182 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-7/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-3.html
* igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][94] ([i915#4087]) +3 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1.html
* igt@kms_chamelium_color@ctm-0-50:
- shard-dg1: NOTRUN -> [SKIP][95] +18 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@kms_chamelium_color@ctm-0-50.html
* igt@kms_chamelium_frames@dp-crc-fast:
- shard-dg2: NOTRUN -> [SKIP][96] ([i915#7828]) +6 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-1/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_chamelium_frames@hdmi-frame-dump:
- shard-dg1: NOTRUN -> [SKIP][97] ([i915#7828]) +4 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@kms_chamelium_frames@hdmi-frame-dump.html
* igt@kms_chamelium_hpd@common-hpd-after-suspend:
- shard-tglu: NOTRUN -> [SKIP][98] ([i915#7828]) +1 other test skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-tglu-7/igt@kms_chamelium_hpd@common-hpd-after-suspend.html
* igt@kms_chamelium_hpd@dp-hpd:
- shard-rkl: NOTRUN -> [SKIP][99] ([i915#7828]) +1 other test skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@kms_chamelium_hpd@dp-hpd.html
* igt@kms_content_protection@atomic-dpms:
- shard-dg1: NOTRUN -> [SKIP][100] ([i915#7116] / [i915#9424])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-dg2: NOTRUN -> [SKIP][101] ([i915#3299]) +1 other test skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@legacy:
- shard-tglu: NOTRUN -> [SKIP][102] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-tglu-7/igt@kms_content_protection@legacy.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg1: NOTRUN -> [SKIP][103] ([i915#11453]) +2 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-16/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-max-size:
- shard-dg2: NOTRUN -> [SKIP][104] ([i915#3555]) +4 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-6/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-dg2: NOTRUN -> [SKIP][105] ([i915#9067])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-1/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-dg1: NOTRUN -> [SKIP][106] ([i915#4103] / [i915#4213])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@single-move@pipe-a:
- shard-rkl: [PASS][107] -> [DMESG-WARN][108] ([i915#10166])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-6/igt@kms_cursor_legacy@single-move@pipe-a.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-2/igt@kms_cursor_legacy@single-move@pipe-a.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-dg2: NOTRUN -> [SKIP][109] ([i915#8588])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-6/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_draw_crc@draw-method-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][110] ([i915#8812])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-1/igt@kms_draw_crc@draw-method-mmap-wc.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-dg1: NOTRUN -> [SKIP][111] ([i915#3840])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-16/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-with-bpc:
- shard-dg2: NOTRUN -> [SKIP][112] ([i915#3555] / [i915#3840])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-rkl: NOTRUN -> [SKIP][113] ([i915#3840] / [i915#9053])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_feature_discovery@chamelium:
- shard-dg2: NOTRUN -> [SKIP][114] ([i915#4854])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-1/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-4x:
- shard-dg2: NOTRUN -> [SKIP][115] ([i915#1839])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-6/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@psr2:
- shard-dg1: NOTRUN -> [SKIP][116] ([i915#658])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-16/igt@kms_feature_discovery@psr2.html
* igt@kms_fence_pin_leak:
- shard-dg2: NOTRUN -> [SKIP][117] ([i915#4881])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-6/igt@kms_fence_pin_leak.html
* igt@kms_flip@2x-blocking-wf_vblank:
- shard-dg2: NOTRUN -> [SKIP][118] +12 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@kms_flip@2x-blocking-wf_vblank.html
* igt@kms_flip@2x-flip-vs-fences:
- shard-dg2: NOTRUN -> [SKIP][119] ([i915#8381])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@kms_flip@2x-flip-vs-fences.html
* igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset:
- shard-dg1: NOTRUN -> [SKIP][120] ([i915#9934]) +4 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-16/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html
* igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-tglu: NOTRUN -> [SKIP][121] ([i915#3637])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-tglu-7/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-hdmi-a4:
- shard-dg1: [PASS][122] -> [FAIL][123] ([i915#2122])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-dg1-18/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-hdmi-a4.html
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-18/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-hdmi-a4.html
* igt@kms_flip@flip-vs-blocking-wf-vblank:
- shard-rkl: NOTRUN -> [SKIP][124] ([i915#3637]) +8 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_flip@flip-vs-blocking-wf-vblank.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][125] ([i915#2587] / [i915#2672]) +1 other test skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-tglu-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][126] ([i915#2587] / [i915#2672])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][127] ([i915#2672]) +1 other test skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-fullscreen:
- shard-dg2: NOTRUN -> [FAIL][128] ([i915#6880])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbc-2p-rte:
- shard-dg2: NOTRUN -> [SKIP][129] ([i915#5354]) +25 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-2p-rte.html
* igt@kms_frontbuffer_tracking@fbc-shrfb-scaledprimary:
- shard-rkl: [PASS][130] -> [SKIP][131] ([i915#1849] / [i915#5354]) +13 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-shrfb-scaledprimary.html
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-shrfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-tglu: NOTRUN -> [SKIP][132] ([i915#5439])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-tglu-7/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render:
- shard-rkl: NOTRUN -> [SKIP][133] ([i915#3023]) +6 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][134] ([i915#3458]) +11 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][135] ([i915#8708]) +7 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-rte:
- shard-dg1: NOTRUN -> [SKIP][136] ([i915#3458]) +6 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][137] ([i915#8708]) +9 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-dg1: NOTRUN -> [SKIP][138] ([i915#9766])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][139] ([i915#1825]) +9 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html
* igt@kms_hdr@invalid-hdr:
- shard-dg2: NOTRUN -> [SKIP][140] ([i915#3555] / [i915#8228]) +1 other test skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@kms_hdr@invalid-hdr.html
* igt@kms_invalid_mode@bad-htotal:
- shard-rkl: NOTRUN -> [SKIP][141] ([i915#3555]) +7 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_invalid_mode@bad-htotal.html
* igt@kms_panel_fitting@legacy:
- shard-rkl: NOTRUN -> [SKIP][142] ([i915#6301])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@kms_panel_fitting@legacy.html
* igt@kms_plane@plane-position-covered:
- shard-rkl: NOTRUN -> [SKIP][143] ([i915#8825]) +1 other test skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_plane@plane-position-covered.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-dg2: NOTRUN -> [SKIP][144] ([i915#6953] / [i915#9423])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-6/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [FAIL][145] ([i915#8292])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-16/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html
* igt@kms_plane_scaling@invalid-parameters:
- shard-rkl: NOTRUN -> [SKIP][146] ([i915#8152]) +4 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_plane_scaling@invalid-parameters.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][147] ([i915#9423]) +15 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-3.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][148] ([i915#9423]) +5 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-6/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-d-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][149] ([i915#9423]) +3 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-13/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-d-hdmi-a-3.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][150] ([i915#5235]) +2 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-13/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-3.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][151] ([i915#9728]) +12 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-18/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-4.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][152] ([i915#9728]) +3 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75:
- shard-rkl: NOTRUN -> [SKIP][153] ([i915#3555] / [i915#6953] / [i915#8152]) +1 other test skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-dg2: NOTRUN -> [SKIP][154] ([i915#9685])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-1/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc5-psr:
- shard-dg1: NOTRUN -> [SKIP][155] ([i915#9685])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-16/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu: NOTRUN -> [SKIP][156] ([i915#4281])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-tglu-7/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-rkl: [PASS][157] -> [SKIP][158] ([i915#9519]) +2 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-5/igt@kms_pm_rpm@dpms-lpsp.html
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-3/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-dg2: NOTRUN -> [SKIP][159] ([i915#9519])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-6/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-dg2: [PASS][160] -> [SKIP][161] ([i915#9519])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-dg2-5/igt@kms_pm_rpm@dpms-non-lpsp.html
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-10/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@fences:
- shard-rkl: [PASS][162] -> [SKIP][163] ([i915#1849])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-5/igt@kms_pm_rpm@fences.html
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_pm_rpm@fences.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-rkl: NOTRUN -> [SKIP][164] ([i915#9519])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_pm_rpm@pm-tiling:
- shard-rkl: [PASS][165] -> [SKIP][166]
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-5/igt@kms_pm_rpm@pm-tiling.html
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_pm_rpm@pm-tiling.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-dg2: NOTRUN -> [SKIP][167] ([i915#6524] / [i915#6805])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-1/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_prime@d3hot:
- shard-tglu: NOTRUN -> [SKIP][168] ([i915#6524])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-tglu-7/igt@kms_prime@d3hot.html
* igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf:
- shard-dg2: NOTRUN -> [SKIP][169] ([i915#11520]) +2 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-fully-sf:
- shard-tglu: NOTRUN -> [SKIP][170] ([i915#11520])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-tglu-7/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area:
- shard-dg1: NOTRUN -> [SKIP][171] ([i915#11520])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-dg2: NOTRUN -> [SKIP][172] ([i915#9683])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-6/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-dg1: NOTRUN -> [SKIP][173] ([i915#9683])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr@psr-primary-render:
- shard-tglu: NOTRUN -> [SKIP][174] ([i915#9732]) +5 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-tglu-7/igt@kms_psr@psr-primary-render.html
* igt@kms_psr@psr-sprite-plane-move:
- shard-rkl: NOTRUN -> [SKIP][175] ([i915#1072] / [i915#9732]) +5 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@kms_psr@psr-sprite-plane-move.html
* igt@kms_psr@psr2-cursor-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][176] ([i915#1072] / [i915#9732]) +9 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-16/igt@kms_psr@psr2-cursor-mmap-gtt.html
* igt@kms_psr@psr2-primary-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][177] ([i915#1072] / [i915#9732]) +16 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@kms_psr@psr2-primary-mmap-gtt.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg1: NOTRUN -> [SKIP][178] ([i915#5289])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
- shard-dg2: NOTRUN -> [SKIP][179] ([i915#11131]) +2 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-1/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
* igt@kms_scaling_modes@scaling-mode-center:
- shard-dg1: NOTRUN -> [SKIP][180] ([i915#3555]) +2 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@kms_scaling_modes@scaling-mode-center.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-rkl: NOTRUN -> [SKIP][181] ([i915#8623])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-dg2: NOTRUN -> [SKIP][182] ([i915#8623])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1:
- shard-tglu: [PASS][183] -> [FAIL][184] ([i915#9196])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-tglu-3/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-tglu-9/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-dg2: NOTRUN -> [SKIP][185] ([i915#9906])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-6/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@kms_writeback@writeback-check-output:
- shard-rkl: NOTRUN -> [SKIP][186] ([i915#2437])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-dg1: NOTRUN -> [SKIP][187] ([i915#2437] / [i915#9412])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf@per-context-mode-unprivileged:
- shard-rkl: NOTRUN -> [SKIP][188] ([i915#2435])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-4/igt@perf@per-context-mode-unprivileged.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-dg1: NOTRUN -> [SKIP][189] ([i915#8516])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-16/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@prime_udl:
- shard-tglu: NOTRUN -> [SKIP][190] +18 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-tglu-7/igt@prime_udl.html
* igt@prime_vgem@basic-fence-mmap:
- shard-dg1: NOTRUN -> [SKIP][191] ([i915#3708] / [i915#4077])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg1-15/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@coherency-gtt:
- shard-dg2: NOTRUN -> [SKIP][192] ([i915#3708] / [i915#4077])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-6/igt@prime_vgem@coherency-gtt.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-dg2: NOTRUN -> [SKIP][193] ([i915#9917])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-6/igt@sriov_basic@enable-vfs-autoprobe-on.html
* igt@syncobj_wait@invalid-wait-zero-handles:
- shard-dg2: NOTRUN -> [FAIL][194] ([i915#9781])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-6/igt@syncobj_wait@invalid-wait-zero-handles.html
#### Possible fixes ####
* igt@drm_fdinfo@most-busy-check-all@rcs0:
- shard-rkl: [FAIL][195] ([i915#7742]) -> [PASS][196]
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-6/igt@drm_fdinfo@most-busy-check-all@rcs0.html
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-2/igt@drm_fdinfo@most-busy-check-all@rcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-rkl: [FAIL][197] ([i915#2842]) -> [PASS][198] +1 other test pass
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-3/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-1/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_lmem_swapping@heavy-verify-random@lmem0:
- shard-dg2: [FAIL][199] ([i915#10378]) -> [PASS][200] +1 other test pass
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-dg2-2/igt@gem_lmem_swapping@heavy-verify-random@lmem0.html
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-4/igt@gem_lmem_swapping@heavy-verify-random@lmem0.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels@pipe-a-edp-1:
- shard-mtlp: [FAIL][201] ([i915#11808] / [i915#5956]) -> [PASS][202]
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-mtlp-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels@pipe-a-edp-1.html
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-mtlp-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels@pipe-a-edp-1.html
* igt@kms_dp_aux_dev:
- shard-dg2: [SKIP][203] ([i915#1257]) -> [PASS][204]
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-dg2-3/igt@kms_dp_aux_dev.html
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-11/igt@kms_dp_aux_dev.html
* igt@kms_pm_dc@dc6-dpms:
- shard-tglu: [FAIL][205] ([i915#9295]) -> [PASS][206]
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-tglu-9/igt@kms_pm_dc@dc6-dpms.html
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-tglu-3/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-dg2: [SKIP][207] ([i915#9519]) -> [PASS][208] +1 other test pass
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-dg2-3/igt@kms_pm_rpm@modeset-lpsp-stress.html
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-2/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_sysfs_edid_timing:
- shard-dg2: [FAIL][209] ([IGT#2]) -> [PASS][210]
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-dg2-7/igt@kms_sysfs_edid_timing.html
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-11/igt@kms_sysfs_edid_timing.html
#### Warnings ####
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-rkl: [FAIL][211] ([i915#2876]) -> [FAIL][212] ([i915#2842])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-1/igt@gem_exec_fair@basic-pace@rcs0.html
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@gem_exec_fair@basic-pace@rcs0.html
- shard-tglu: [FAIL][213] ([i915#2842]) -> [FAIL][214] ([i915#2876])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-tglu-8/igt@gem_exec_fair@basic-pace@rcs0.html
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-tglu-5/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-dg2: [SKIP][215] ([i915#11453]) -> [SKIP][216] ([i915#11453] / [i915#3359])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-dg2-6/igt@kms_cursor_crc@cursor-sliding-512x512.html
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-11/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-rkl: [SKIP][217] ([i915#5439]) -> [SKIP][218] ([i915#1849] / [i915#5354]) +1 other test skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite:
- shard-dg2: [SKIP][219] ([i915#3458]) -> [SKIP][220] ([i915#10433] / [i915#3458]) +1 other test skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite.html
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-rkl: [SKIP][221] ([i915#3023]) -> [SKIP][222] ([i915#1849] / [i915#5354]) +19 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-rkl: [SKIP][223] ([i915#1825]) -> [SKIP][224] ([i915#1849] / [i915#5354]) +34 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render:
- shard-dg2: [SKIP][225] ([i915#10433] / [i915#3458]) -> [SKIP][226] ([i915#3458])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-rkl: [SKIP][227] ([i915#9766]) -> [SKIP][228] ([i915#1849] / [i915#5354])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-5/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_pm_dc@dc9-dpms:
- shard-rkl: [SKIP][229] ([i915#3361]) -> [SKIP][230] ([i915#4281])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-rkl-6/igt@kms_pm_dc@dc9-dpms.html
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_psr@fbc-psr-cursor-plane-move:
- shard-dg2: [SKIP][231] ([i915#1072] / [i915#9673] / [i915#9732]) -> [SKIP][232] ([i915#1072] / [i915#9732]) +5 other tests skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-dg2-11/igt@kms_psr@fbc-psr-cursor-plane-move.html
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-1/igt@kms_psr@fbc-psr-cursor-plane-move.html
* igt@kms_psr@psr-cursor-render:
- shard-dg2: [SKIP][233] ([i915#1072] / [i915#9732]) -> [SKIP][234] ([i915#1072] / [i915#9673] / [i915#9732]) +13 other tests skip
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-dg2-6/igt@kms_psr@psr-cursor-render.html
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-11/igt@kms_psr@psr-cursor-render.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-270:
- shard-dg2: [SKIP][235] ([i915#11131] / [i915#5190]) -> [SKIP][236] ([i915#11131] / [i915#4235] / [i915#5190])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15169/shard-dg2-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_136807v1/shard-dg2-11/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html
[IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2
[i915#10131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10131
[i915#10166]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10166
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10378]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10378
[i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
[i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
[i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#10887]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10887
[i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078
[i915#11131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131
[i915#11453]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#11744]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11744
[i915#11808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11808
[i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839
[i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849
[i915#2122]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122
[i915#2435]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2435
[i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587
[i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672
[i915#2842]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#2876]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2876
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299
[i915#3359]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359
[i915#3361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361
[i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3826
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4087]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4087
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213
[i915#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281
[i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4854]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880
[i915#4881]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881
[i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5235
[i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439
[i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6227]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6227
[i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
[i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805
[i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880
[i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944
[i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
[i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118
[i915#7742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7742
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#8152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8292]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8292
[i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381
[i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
[i915#8414]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516
[i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555
[i915#8588]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8588
[i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709
[i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812
[i915#8825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8825
[i915#8925]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8925
[i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053
[i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067
[i915#9196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9196
[i915#9295]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412
[i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
[i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519
[i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531
[i915#9673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9673
[i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
[i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723
[i915#9728]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9728
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9766]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766
[i915#9781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9781
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
Build changes
-------------
* Linux: CI_DRM_15169 -> Patchwork_136807v1
CI-20190529: 20190529
CI_DRM_15169: abbcf7af3bd79f8729a6dba72674a81730f97f8a @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_7950: 7950
Patchwork_136807v1: abbcf7af3bd79f8729a6dba72674a81730f97f8a @ 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_136807v1/index.html
[-- Attachment #2: Type: text/html, Size: 80630 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] drm/i915/gt: Delete sysfs entries for engines on driver unload
2024-08-01 15:40 [PATCH] drm/i915/gt: Delete sysfs entries for engines on driver unload Krzysztof Niemiec
` (2 preceding siblings ...)
2024-08-02 8:49 ` ✗ Fi.CI.IGT: failure for " Patchwork
@ 2024-08-05 15:46 ` Krzysztof Niemiec
2024-08-05 22:30 ` Andi Shyti
3 siblings, 1 reply; 6+ messages in thread
From: Krzysztof Niemiec @ 2024-08-05 15:46 UTC (permalink / raw)
To: intel-gfx; +Cc: Andi Shyti, Krzysztof Niemiec
On 2024-08-01 at 17:40:48 GMT, Krzysztof Niemiec wrote:
> While the sysfs entries for engines are added in intel_engines_init()
> during driver load, the corresponding function intel_engines_release()
> does not correctly get rid of them. This can lead to a UAF if, after
> failed initialization (for example when gt is set wedged on init), we
> try to access the engines.
>
> Empty the engines llist in intel_engines_release().
>
> Suggested-by: Chris Wilson <chris.p.wilson@linux.intel.com>
> Signed-off-by: Krzysztof Niemiec <krzysztof.niemiec@intel.com>
> ---
> drivers/gpu/drm/i915/gt/intel_engine_cs.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/gpu/drm/i915/gt/intel_engine_cs.c b/drivers/gpu/drm/i915/gt/intel_engine_cs.c
> index 3b740ca25000..4d30a86016f2 100644
> --- a/drivers/gpu/drm/i915/gt/intel_engine_cs.c
> +++ b/drivers/gpu/drm/i915/gt/intel_engine_cs.c
> @@ -693,6 +693,8 @@ void intel_engines_release(struct intel_gt *gt)
>
> memset(&engine->reset, 0, sizeof(engine->reset));
> }
> +
> + llist_del_all(>->i915->uabi_engines_llist);
> }
>
> void intel_engine_free_request_pool(struct intel_engine_cs *engine)
> --
> 2.45.2
>
I noticed that the commit message isn't totally correct. Code changes
are correct.
The message should be replaced with:
drm/i915/gt: Empty uabi engines list during intel_engines_release()
While the uabi_engines_llist is populated in intel_engines_init() during
driver load, the corresponding function intel_engines_release() does not
correctly get rid of it. This can lead to a UAF if, after failed
initialization (for example when gt is set wedged on init), we try to
access the engines.
Thanks
Krzysztof
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] drm/i915/gt: Delete sysfs entries for engines on driver unload
2024-08-05 15:46 ` [PATCH] " Krzysztof Niemiec
@ 2024-08-05 22:30 ` Andi Shyti
0 siblings, 0 replies; 6+ messages in thread
From: Andi Shyti @ 2024-08-05 22:30 UTC (permalink / raw)
To: Krzysztof Niemiec; +Cc: intel-gfx, Andi Shyti
On Mon, Aug 05, 2024 at 05:46:06PM +0200, Krzysztof Niemiec wrote:
> On 2024-08-01 at 17:40:48 GMT, Krzysztof Niemiec wrote:
> > While the sysfs entries for engines are added in intel_engines_init()
> > during driver load, the corresponding function intel_engines_release()
> > does not correctly get rid of them. This can lead to a UAF if, after
> > failed initialization (for example when gt is set wedged on init), we
> > try to access the engines.
> >
> > Empty the engines llist in intel_engines_release().
> >
> > Suggested-by: Chris Wilson <chris.p.wilson@linux.intel.com>
> > Signed-off-by: Krzysztof Niemiec <krzysztof.niemiec@intel.com>
...
> drm/i915/gt: Empty uabi engines list during intel_engines_release()
>
> While the uabi_engines_llist is populated in intel_engines_init() during
> driver load, the corresponding function intel_engines_release() does not
> correctly get rid of it. This can lead to a UAF if, after failed
> initialization (for example when gt is set wedged on init), we try to
> access the engines.
Pushed to drm-intel-gt-next with the updated commit.
Thanks,
Andi
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-08-05 22:30 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-01 15:40 [PATCH] drm/i915/gt: Delete sysfs entries for engines on driver unload Krzysztof Niemiec
2024-08-01 16:36 ` ✓ Fi.CI.BAT: success for " Patchwork
2024-08-02 8:15 ` [PATCH] " Andi Shyti
2024-08-02 8:49 ` ✗ Fi.CI.IGT: failure for " Patchwork
2024-08-05 15:46 ` [PATCH] " Krzysztof Niemiec
2024-08-05 22:30 ` Andi Shyti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox