All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests/intel/xe_madvise: Drop assert on cleanup unbind in atomic subtests
@ 2026-05-12  6:10 Varun Gupta
  2026-05-12 12:28 ` ✗ i915.CI.BAT: failure for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Varun Gupta @ 2026-05-12  6:10 UTC (permalink / raw)
  To: igt-dev; +Cc: nishit.sharma

The __xe_vm_bind_assert() for UNMAP can sporadically fail with EBUSY
because GPU migration to VRAM may still hold pages when the cleanup
unbind is issued after exec completion.  The unbind before
xe_vm_destroy is best-effort cleanup, use __xe_vm_bind() (non-assert)
instead.

Fixes: 44dea557914c ("tests/intel/xe_madvise: Add atomic-device subtest")
Fixes: 2642f23c1dbe ("tests/intel/xe_madvise: Add atomic-global subtest")
Fixes: 6f88532e2fe2 ("tests/intel/xe_madvise: Add atomic-cpu subtest")

Reviewed-by: Nishit Sharma <nishit.sharma@intel.com>
Signed-off-by: Varun Gupta <varun.gupta@intel.com>
---
 tests/intel/xe_madvise.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/tests/intel/xe_madvise.c b/tests/intel/xe_madvise.c
index cdb115d7e..8f88de0de 100644
--- a/tests/intel/xe_madvise.c
+++ b/tests/intel/xe_madvise.c
@@ -872,8 +872,8 @@ static void test_atomic_device(int fd, struct drm_xe_engine_class_instance *eci)
 	igt_assert_eq(data->data, 1);
 
 	xe_exec_queue_destroy(fd, exec_queue);
-	__xe_vm_bind_assert(fd, vm, 0, 0, 0, 0, 0x1ull << va_bits,
-			    DRM_XE_VM_BIND_OP_UNMAP, 0, NULL, 0, 0, 0);
+	__xe_vm_bind(fd, vm, 0, 0, 0, 0, 0x1ull << va_bits,
+		     DRM_XE_VM_BIND_OP_UNMAP, 0, NULL, 0, 0, 0, 0);
 	free(data);
 	xe_vm_destroy(fd, vm);
 }
@@ -955,8 +955,8 @@ static void test_atomic_global(int fd, struct drm_xe_engine_class_instance *eci)
 	igt_assert_eq(data->data, n_cpu_ops + 1);
 
 	xe_exec_queue_destroy(fd, exec_queue);
-	__xe_vm_bind_assert(fd, vm, 0, 0, 0, 0, 0x1ull << va_bits,
-			    DRM_XE_VM_BIND_OP_UNMAP, 0, NULL, 0, 0, 0);
+	__xe_vm_bind(fd, vm, 0, 0, 0, 0, 0x1ull << va_bits,
+		     DRM_XE_VM_BIND_OP_UNMAP, 0, NULL, 0, 0, 0, 0);
 	free(data);
 	xe_vm_destroy(fd, vm);
 }
@@ -1028,8 +1028,8 @@ static void test_atomic_cpu(int fd, struct drm_xe_engine_class_instance *eci)
 	igt_assert_eq(data->data, 0);
 
 	xe_exec_queue_destroy(fd, exec_queue);
-	__xe_vm_bind_assert(fd, vm, 0, 0, 0, 0, 0x1ull << va_bits,
-			    DRM_XE_VM_BIND_OP_UNMAP, 0, NULL, 0, 0, 0);
+	__xe_vm_bind(fd, vm, 0, 0, 0, 0, 0x1ull << va_bits,
+		     DRM_XE_VM_BIND_OP_UNMAP, 0, NULL, 0, 0, 0, 0);
 	free(data);
 	xe_vm_destroy(fd, vm);
 }
-- 
2.43.0


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

* ✗ i915.CI.BAT: failure for tests/intel/xe_madvise: Drop assert on cleanup unbind in atomic subtests
  2026-05-12  6:10 [PATCH i-g-t] tests/intel/xe_madvise: Drop assert on cleanup unbind in atomic subtests Varun Gupta
@ 2026-05-12 12:28 ` Patchwork
  2026-05-12 13:01 ` ✓ Xe.CI.BAT: success " Patchwork
  2026-05-12 23:15 ` ✗ Xe.CI.FULL: failure " Patchwork
  2 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2026-05-12 12:28 UTC (permalink / raw)
  To: Varun Gupta; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 2186 bytes --]

== Series Details ==

Series: tests/intel/xe_madvise: Drop assert on cleanup unbind in atomic subtests
URL   : https://patchwork.freedesktop.org/series/166379/
State : failure

== Summary ==

CI Bug Log - changes from IGT_8904 -> IGTPW_15159
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_15159 absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_15159, 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.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15159/index.html

Participating hosts (42 -> 40)
------------------------------

  Missing    (2): bat-dg2-13 fi-snb-2520m 

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

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

### IGT changes ###

#### Possible regressions ####

  * igt@i915_pm_rpm@module-reload:
    - bat-arlh-3:         [PASS][1] -> [INCOMPLETE][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8904/bat-arlh-3/igt@i915_pm_rpm@module-reload.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15159/bat-arlh-3/igt@i915_pm_rpm@module-reload.html

  * igt@i915_selftest@live:
    - fi-bsw-n3050:       [PASS][3] -> [ABORT][4] +1 other test abort
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8904/fi-bsw-n3050/igt@i915_selftest@live.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15159/fi-bsw-n3050/igt@i915_selftest@live.html

  


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

  * CI: CI-20190529 -> None
  * IGT: IGT_8904 -> IGTPW_15159

  CI-20190529: 20190529
  CI_DRM_18473: b83102e9c06357b09f2cfbe944269786cb6985c4 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_15159: 0b17665dc26b9f010dddebcb917e9590ee299270 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  IGT_8904: 07cadbb0bf25b18ac37467c4505f87eb50d4e435 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15159/index.html

[-- Attachment #2: Type: text/html, Size: 2830 bytes --]

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

* ✓ Xe.CI.BAT: success for tests/intel/xe_madvise: Drop assert on cleanup unbind in atomic subtests
  2026-05-12  6:10 [PATCH i-g-t] tests/intel/xe_madvise: Drop assert on cleanup unbind in atomic subtests Varun Gupta
  2026-05-12 12:28 ` ✗ i915.CI.BAT: failure for " Patchwork
@ 2026-05-12 13:01 ` Patchwork
  2026-05-12 23:15 ` ✗ Xe.CI.FULL: failure " Patchwork
  2 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2026-05-12 13:01 UTC (permalink / raw)
  To: Varun Gupta; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 983 bytes --]

== Series Details ==

Series: tests/intel/xe_madvise: Drop assert on cleanup unbind in atomic subtests
URL   : https://patchwork.freedesktop.org/series/166379/
State : success

== Summary ==

CI Bug Log - changes from XEIGT_8904_BAT -> XEIGTPW_15159_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (13 -> 13)
------------------------------

  No changes in participating hosts


Changes
-------

  No changes found


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

  * IGT: IGT_8904 -> IGTPW_15159

  IGTPW_15159: 0b17665dc26b9f010dddebcb917e9590ee299270 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  IGT_8904: 07cadbb0bf25b18ac37467c4505f87eb50d4e435 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-5047-b83102e9c06357b09f2cfbe944269786cb6985c4: b83102e9c06357b09f2cfbe944269786cb6985c4

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/index.html

[-- Attachment #2: Type: text/html, Size: 1528 bytes --]

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

* ✗ Xe.CI.FULL: failure for tests/intel/xe_madvise: Drop assert on cleanup unbind in atomic subtests
  2026-05-12  6:10 [PATCH i-g-t] tests/intel/xe_madvise: Drop assert on cleanup unbind in atomic subtests Varun Gupta
  2026-05-12 12:28 ` ✗ i915.CI.BAT: failure for " Patchwork
  2026-05-12 13:01 ` ✓ Xe.CI.BAT: success " Patchwork
@ 2026-05-12 23:15 ` Patchwork
  2026-05-14  3:21   ` Gupta, Varun
  2 siblings, 1 reply; 5+ messages in thread
From: Patchwork @ 2026-05-12 23:15 UTC (permalink / raw)
  To: Varun Gupta; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 28804 bytes --]

== Series Details ==

Series: tests/intel/xe_madvise: Drop assert on cleanup unbind in atomic subtests
URL   : https://patchwork.freedesktop.org/series/166379/
State : failure

== Summary ==

CI Bug Log - changes from XEIGT_8904_FULL -> XEIGTPW_15159_FULL
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with XEIGTPW_15159_FULL absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in XEIGTPW_15159_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 (2 -> 2)
------------------------------

  No changes in participating hosts

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

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

### IGT changes ###

#### Possible regressions ####

  * igt@xe_exec_system_allocator@once-malloc-prefetch-race:
    - shard-lnl:          [PASS][1] -> [ABORT][2]
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-lnl-5/igt@xe_exec_system_allocator@once-malloc-prefetch-race.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-4/igt@xe_exec_system_allocator@once-malloc-prefetch-race.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@kms_big_fb@4-tiled-16bpp-rotate-90:
    - shard-bmg:          NOTRUN -> [SKIP][3] ([Intel XE#2327]) +1 other test skip
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-2/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-bmg:          NOTRUN -> [SKIP][4] ([Intel XE#1124]) +1 other test skip
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-9/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_bw@linear-tiling-1-displays-target-1920x1080p:
    - shard-bmg:          NOTRUN -> [SKIP][5] ([Intel XE#367])
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-3/igt@kms_bw@linear-tiling-1-displays-target-1920x1080p.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc:
    - shard-bmg:          NOTRUN -> [SKIP][6] ([Intel XE#3432]) +1 other test skip
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html

  * igt@kms_chamelium_color@ctm-0-50:
    - shard-bmg:          NOTRUN -> [SKIP][7] ([Intel XE#2325] / [Intel XE#7358])
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@kms_chamelium_color@ctm-0-50.html

  * igt@kms_content_protection@dp-mst-lic-type-0:
    - shard-bmg:          NOTRUN -> [SKIP][8] ([Intel XE#2390] / [Intel XE#6974])
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@kms_content_protection@dp-mst-lic-type-0.html

  * igt@kms_cursor_crc@cursor-onscreen-max-size:
    - shard-bmg:          NOTRUN -> [SKIP][9] ([Intel XE#2320]) +1 other test skip
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@kms_cursor_crc@cursor-onscreen-max-size.html

  * igt@kms_feature_discovery@psr1:
    - shard-bmg:          NOTRUN -> [SKIP][10] ([Intel XE#2374] / [Intel XE#6127])
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-3/igt@kms_feature_discovery@psr1.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1:
    - shard-lnl:          [PASS][11] -> [FAIL][12] ([Intel XE#301] / [Intel XE#3149]) +1 other test fail
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html

  * igt@kms_flip@flip-vs-expired-vblank@a-edp1:
    - shard-lnl:          [PASS][13] -> [FAIL][14] ([Intel XE#301]) +2 other tests fail
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html

  * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render:
    - shard-bmg:          NOTRUN -> [SKIP][15] ([Intel XE#2311]) +18 other tests skip
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-blt:
    - shard-lnl:          NOTRUN -> [SKIP][16] ([Intel XE#656] / [Intel XE#7905])
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-5/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@drrshdr-1p-offscreen-pri-indfb-draw-blt:
    - shard-lnl:          NOTRUN -> [SKIP][17] ([Intel XE#6312]) +1 other test skip
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-1/igt@kms_frontbuffer_tracking@drrshdr-1p-offscreen-pri-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-primscrn-cur-indfb-draw-blt:
    - shard-lnl:          NOTRUN -> [SKIP][18] ([Intel XE#7905])
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-primscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsrhdr-abgr161616f-draw-render:
    - shard-bmg:          NOTRUN -> [SKIP][19] ([Intel XE#7061]) +1 other test skip
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcpsrhdr-abgr161616f-draw-render.html

  * igt@kms_frontbuffer_tracking@pipe-fbc-rte:
    - shard-bmg:          NOTRUN -> [SKIP][20] ([Intel XE#4141]) +4 other tests skip
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-2/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html

  * igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-shrfb-plflip-blt:
    - shard-bmg:          NOTRUN -> [SKIP][21] ([Intel XE#2313]) +14 other tests skip
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-4/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-shrfb-plflip-blt.html

  * igt@kms_plane_multiple@2x-tiling-none:
    - shard-lnl:          NOTRUN -> [SKIP][22] ([Intel XE#4596] / [Intel XE#5854])
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-8/igt@kms_plane_multiple@2x-tiling-none.html

  * igt@kms_pm_dc@dc6-psr:
    - shard-lnl:          [PASS][23] -> [FAIL][24] ([Intel XE#7340])
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-lnl-7/igt@kms_pm_dc@dc6-psr.html
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-4/igt@kms_pm_dc@dc6-psr.html

  * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area:
    - shard-bmg:          NOTRUN -> [SKIP][25] ([Intel XE#1489])
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-8/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html

  * igt@kms_psr@fbc-psr2-sprite-blt:
    - shard-bmg:          NOTRUN -> [SKIP][26] ([Intel XE#2234] / [Intel XE#2850]) +1 other test skip
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-3/igt@kms_psr@fbc-psr2-sprite-blt.html

  * igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
    - shard-lnl:          [PASS][27] -> [SKIP][28] ([Intel XE#4692] / [Intel XE#7508])
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-lnl-8/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-7/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html

  * igt@kms_setmode@basic@pipe-b-edp-1:
    - shard-lnl:          [PASS][29] -> [FAIL][30] ([Intel XE#6361]) +1 other test fail
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-lnl-2/igt@kms_setmode@basic@pipe-b-edp-1.html
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-2/igt@kms_setmode@basic@pipe-b-edp-1.html

  * igt@xe_create@multigpu-create-massive-size:
    - shard-bmg:          NOTRUN -> [SKIP][31] ([Intel XE#2504] / [Intel XE#7319] / [Intel XE#7350])
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-10/igt@xe_create@multigpu-create-massive-size.html

  * igt@xe_eudebug@basic-vm-bind-metadata-discovery:
    - shard-bmg:          NOTRUN -> [SKIP][32] ([Intel XE#7636]) +3 other tests skip
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-8/igt@xe_eudebug@basic-vm-bind-metadata-discovery.html

  * igt@xe_evict@evict-small-multi-queue:
    - shard-bmg:          NOTRUN -> [SKIP][33] ([Intel XE#7140])
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-5/igt@xe_evict@evict-small-multi-queue.html

  * igt@xe_exec_balancer@many-execqueues-cm-virtual-basic:
    - shard-lnl:          NOTRUN -> [SKIP][34] ([Intel XE#7482])
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-7/igt@xe_exec_balancer@many-execqueues-cm-virtual-basic.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-invalidate:
    - shard-bmg:          NOTRUN -> [SKIP][35] ([Intel XE#2322] / [Intel XE#7372])
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-4/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-invalidate.html

  * igt@xe_exec_fault_mode@twice-multi-queue-rebind-imm:
    - shard-bmg:          NOTRUN -> [SKIP][36] ([Intel XE#7136]) +1 other test skip
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-1/igt@xe_exec_fault_mode@twice-multi-queue-rebind-imm.html

  * igt@xe_exec_multi_queue@two-queues-basic-smem:
    - shard-bmg:          NOTRUN -> [SKIP][37] ([Intel XE#6874]) +6 other tests skip
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-5/igt@xe_exec_multi_queue@two-queues-basic-smem.html
    - shard-lnl:          NOTRUN -> [SKIP][38] ([Intel XE#6874])
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-4/igt@xe_exec_multi_queue@two-queues-basic-smem.html

  * igt@xe_multigpu_svm@mgpu-coherency-fail-basic:
    - shard-bmg:          NOTRUN -> [SKIP][39] ([Intel XE#6964])
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@xe_multigpu_svm@mgpu-coherency-fail-basic.html

  * igt@xe_page_reclaim@binds-full-pd:
    - shard-bmg:          NOTRUN -> [SKIP][40] ([Intel XE#7793])
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-8/igt@xe_page_reclaim@binds-full-pd.html

  * igt@xe_sriov_flr@flr-vfs-parallel:
    - shard-bmg:          [PASS][41] -> [FAIL][42] ([Intel XE#6569]) +1 other test fail
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-10/igt@xe_sriov_flr@flr-vfs-parallel.html
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-8/igt@xe_sriov_flr@flr-vfs-parallel.html

  
#### Possible fixes ####

  * igt@kms_async_flips@alternate-sync-async-flip-atomic:
    - shard-lnl:          [FAIL][43] ([Intel XE#3718] / [Intel XE#7265]) -> [PASS][44]
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-lnl-5/igt@kms_async_flips@alternate-sync-async-flip-atomic.html
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-5/igt@kms_async_flips@alternate-sync-async-flip-atomic.html

  * igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-edp-1:
    - shard-lnl:          [FAIL][45] ([Intel XE#7265]) -> [PASS][46]
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-lnl-5/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-edp-1.html
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-5/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-edp-1.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
    - shard-bmg:          [INCOMPLETE][47] ([Intel XE#7084]) -> [PASS][48] +1 other test pass
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-4/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html

  * igt@kms_cursor_legacy@cursor-vs-flip-toggle:
    - shard-bmg:          [SKIP][49] ([Intel XE#6703] / [Intel XE#7935]) -> [PASS][50]
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-8/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html

  * igt@kms_flip@2x-flip-vs-panning@ab-dp2-hdmi-a3:
    - shard-bmg:          [DMESG-FAIL][51] ([Intel XE#5545]) -> [PASS][52] +1 other test pass
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_flip@2x-flip-vs-panning@ab-dp2-hdmi-a3.html
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-10/igt@kms_flip@2x-flip-vs-panning@ab-dp2-hdmi-a3.html

  * igt@kms_hdr@static-swap@pipe-a-hdmi-a-3-xrgb2101010:
    - shard-bmg:          [SKIP][53] ([Intel XE#7915]) -> [PASS][54] +1 other test pass
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-8/igt@kms_hdr@static-swap@pipe-a-hdmi-a-3-xrgb2101010.html
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@kms_hdr@static-swap@pipe-a-hdmi-a-3-xrgb2101010.html

  * igt@xe_evict@evict-beng-mixed-many-threads-small:
    - shard-bmg:          [INCOMPLETE][55] ([Intel XE#6321]) -> [PASS][56]
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-5/igt@xe_evict@evict-beng-mixed-many-threads-small.html
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-1/igt@xe_evict@evict-beng-mixed-many-threads-small.html

  * igt@xe_madvise@atomic-global:
    - shard-bmg:          [FAIL][57] ([Intel XE#7969]) -> [PASS][58] +2 other tests pass
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-8/igt@xe_madvise@atomic-global.html
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-8/igt@xe_madvise@atomic-global.html

  * igt@xe_module_load@reload-no-display:
    - shard-bmg:          [ABORT][59] -> [PASS][60]
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-3/igt@xe_module_load@reload-no-display.html
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-5/igt@xe_module_load@reload-no-display.html
    - shard-lnl:          [ABORT][61] -> [PASS][62]
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-lnl-4/igt@xe_module_load@reload-no-display.html
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-4/igt@xe_module_load@reload-no-display.html

  * igt@xe_vm@bind-no-array-conflict:
    - shard-bmg:          [SKIP][63] ([Intel XE#6703]) -> [PASS][64] +40 other tests pass
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@xe_vm@bind-no-array-conflict.html
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-4/igt@xe_vm@bind-no-array-conflict.html

  
#### Warnings ####

  * igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
    - shard-bmg:          [SKIP][65] ([Intel XE#6703]) -> [SKIP][66] ([Intel XE#1124])
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-3/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html

  * igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs:
    - shard-bmg:          [SKIP][67] ([Intel XE#6703]) -> [SKIP][68] ([Intel XE#2887])
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs.html
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs.html

  * igt@kms_frontbuffer_tracking@fbcdrrshdr-2p-scndscrn-pri-shrfb-draw-render:
    - shard-bmg:          [SKIP][69] ([Intel XE#6703]) -> [SKIP][70] ([Intel XE#2311]) +2 other tests skip
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrshdr-2p-scndscrn-pri-shrfb-draw-render.html
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-10/igt@kms_frontbuffer_tracking@fbcdrrshdr-2p-scndscrn-pri-shrfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcdrrshdr-abgr161616f-draw-blt:
    - shard-bmg:          [SKIP][71] ([Intel XE#6703]) -> [SKIP][72] ([Intel XE#7061])
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrshdr-abgr161616f-draw-blt.html
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrshdr-abgr161616f-draw-blt.html

  * igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-pri-shrfb-draw-render:
    - shard-bmg:          [SKIP][73] ([Intel XE#6703]) -> [SKIP][74] ([Intel XE#2313]) +4 other tests skip
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-pri-shrfb-draw-render.html
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-9/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-pri-shrfb-draw-render.html

  * igt@kms_hdr@brightness-with-hdr:
    - shard-bmg:          [SKIP][75] ([Intel XE#3544] / [Intel XE#7915] / [Intel XE#7916]) -> [SKIP][76] ([Intel XE#3544] / [Intel XE#7916])
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-8/igt@kms_hdr@brightness-with-hdr.html
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@kms_hdr@brightness-with-hdr.html

  * igt@kms_hdr@brightness-with-hdr@pipe-a-hdmi-a-3-xrgb16161616f:
    - shard-bmg:          [SKIP][77] ([Intel XE#7915]) -> [SKIP][78] ([Intel XE#7916]) +1 other test skip
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-8/igt@kms_hdr@brightness-with-hdr@pipe-a-hdmi-a-3-xrgb16161616f.html
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@kms_hdr@brightness-with-hdr@pipe-a-hdmi-a-3-xrgb16161616f.html

  * igt@kms_joiner@basic-force-ultra-joiner:
    - shard-bmg:          [SKIP][79] ([Intel XE#6703]) -> [SKIP][80] ([Intel XE#6911] / [Intel XE#7466])
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_joiner@basic-force-ultra-joiner.html
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-3/igt@kms_joiner@basic-force-ultra-joiner.html

  * igt@kms_pm_backlight@basic-brightness:
    - shard-bmg:          [SKIP][81] ([Intel XE#6703]) -> [SKIP][82] ([Intel XE#7376] / [Intel XE#870])
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_pm_backlight@basic-brightness.html
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-1/igt@kms_pm_backlight@basic-brightness.html

  * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf:
    - shard-bmg:          [SKIP][83] ([Intel XE#6703]) -> [SKIP][84] ([Intel XE#1489])
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-4/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html

  * igt@kms_psr@psr2-no-drrs:
    - shard-bmg:          [SKIP][85] ([Intel XE#6703]) -> [SKIP][86] ([Intel XE#2234] / [Intel XE#2850]) +1 other test skip
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_psr@psr2-no-drrs.html
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-5/igt@kms_psr@psr2-no-drrs.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-bmg:          [SKIP][87] ([Intel XE#2426] / [Intel XE#5848]) -> [SKIP][88] ([Intel XE#2509] / [Intel XE#7437])
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-5/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@xe_eudebug@basic-vm-bind-vm-destroy-discovery:
    - shard-bmg:          [SKIP][89] ([Intel XE#6703]) -> [SKIP][90] ([Intel XE#7636]) +1 other test skip
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@xe_eudebug@basic-vm-bind-vm-destroy-discovery.html
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-1/igt@xe_eudebug@basic-vm-bind-vm-destroy-discovery.html

  * igt@xe_exec_basic@multigpu-once-bindexecqueue:
    - shard-bmg:          [SKIP][91] ([Intel XE#6703]) -> [SKIP][92] ([Intel XE#2322] / [Intel XE#7372])
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@xe_exec_basic@multigpu-once-bindexecqueue.html
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-2/igt@xe_exec_basic@multigpu-once-bindexecqueue.html

  * igt@xe_exec_fault_mode@twice-multi-queue-rebind-prefetch:
    - shard-bmg:          [SKIP][93] ([Intel XE#6703]) -> [SKIP][94] ([Intel XE#7136])
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@xe_exec_fault_mode@twice-multi-queue-rebind-prefetch.html
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-2/igt@xe_exec_fault_mode@twice-multi-queue-rebind-prefetch.html

  * igt@xe_exec_multi_queue@max-queues-basic:
    - shard-bmg:          [SKIP][95] ([Intel XE#6703]) -> [SKIP][96] ([Intel XE#6874]) +1 other test skip
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@xe_exec_multi_queue@max-queues-basic.html
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-4/igt@xe_exec_multi_queue@max-queues-basic.html

  * igt@xe_exec_threads@threads-multi-queue-shared-vm-userptr-invalidate-race:
    - shard-bmg:          [SKIP][97] ([Intel XE#6703]) -> [SKIP][98] ([Intel XE#7138]) +1 other test skip
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@xe_exec_threads@threads-multi-queue-shared-vm-userptr-invalidate-race.html
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-8/igt@xe_exec_threads@threads-multi-queue-shared-vm-userptr-invalidate-race.html

  * igt@xe_pm@d3hot-i2c:
    - shard-bmg:          [SKIP][99] ([Intel XE#6703]) -> [SKIP][100] ([Intel XE#5742] / [Intel XE#7328] / [Intel XE#7400])
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@xe_pm@d3hot-i2c.html
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-1/igt@xe_pm@d3hot-i2c.html

  * igt@xe_query@multigpu-query-cs-cycles:
    - shard-bmg:          [SKIP][101] ([Intel XE#6703]) -> [SKIP][102] ([Intel XE#944])
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@xe_query@multigpu-query-cs-cycles.html
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-1/igt@xe_query@multigpu-query-cs-cycles.html

  
  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
  [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
  [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
  [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374
  [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
  [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
  [Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504
  [Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
  [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
  [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
  [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
  [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
  [Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
  [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
  [Intel XE#3718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3718
  [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
  [Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
  [Intel XE#4692]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4692
  [Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
  [Intel XE#5742]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5742
  [Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
  [Intel XE#5854]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5854
  [Intel XE#6127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6127
  [Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
  [Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
  [Intel XE#6361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6361
  [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
  [Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
  [Intel XE#6703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703
  [Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
  [Intel XE#6911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6911
  [Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
  [Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
  [Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
  [Intel XE#7084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7084
  [Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
  [Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
  [Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
  [Intel XE#7265]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7265
  [Intel XE#7319]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7319
  [Intel XE#7328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7328
  [Intel XE#7340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7340
  [Intel XE#7350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7350
  [Intel XE#7358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358
  [Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
  [Intel XE#7376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7376
  [Intel XE#7400]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7400
  [Intel XE#7437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7437
  [Intel XE#7466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7466
  [Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
  [Intel XE#7508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7508
  [Intel XE#7636]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7636
  [Intel XE#7793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7793
  [Intel XE#7905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7905
  [Intel XE#7915]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7915
  [Intel XE#7916]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7916
  [Intel XE#7935]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7935
  [Intel XE#7969]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7969
  [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944


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

  * IGT: IGT_8904 -> IGTPW_15159

  IGTPW_15159: 0b17665dc26b9f010dddebcb917e9590ee299270 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  IGT_8904: 07cadbb0bf25b18ac37467c4505f87eb50d4e435 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-5047-b83102e9c06357b09f2cfbe944269786cb6985c4: b83102e9c06357b09f2cfbe944269786cb6985c4

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/index.html

[-- Attachment #2: Type: text/html, Size: 33340 bytes --]

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

* RE: ✗ Xe.CI.FULL: failure for tests/intel/xe_madvise: Drop assert on cleanup unbind in atomic subtests
  2026-05-12 23:15 ` ✗ Xe.CI.FULL: failure " Patchwork
@ 2026-05-14  3:21   ` Gupta, Varun
  0 siblings, 0 replies; 5+ messages in thread
From: Gupta, Varun @ 2026-05-14  3:21 UTC (permalink / raw)
  To: igt-dev@lists.freedesktop.org

[-- Attachment #1: Type: text/plain, Size: 28136 bytes --]

Hi,
This failure isn’t related to my changes.

Thanks,
Varun

From: Patchwork <patchwork@emeril.freedesktop.org>
Sent: Wednesday, May 13, 2026 4:45 AM
To: Gupta, Varun <varun.gupta@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: ✗ Xe.CI.FULL: failure for tests/intel/xe_madvise: Drop assert on cleanup unbind in atomic subtests

Patch Details
Series:
tests/intel/xe_madvise: Drop assert on cleanup unbind in atomic subtests
URL:
https://patchwork.freedesktop.org/series/166379/
State:
failure
Details:
https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/index.html
CI Bug Log - changes from XEIGT_8904_FULL -> XEIGTPW_15159_FULL
Summary

FAILURE

Serious unknown changes coming with XEIGTPW_15159_FULL absolutely need to be
verified manually.

If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_15159_FULL, please notify your bug team (I915-ci-infra@lists.freedesktop.org<mailto:I915-ci-infra@lists.freedesktop.org>) to allow them
to document this new failure mode, which will reduce false positives in CI.

Participating hosts (2 -> 2)

No changes in participating hosts

Possible new issues

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

IGT changes
Possible regressions

  *   igt@xe_exec_system_allocator@once-malloc-prefetch-race:
     *   shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-lnl-5/igt@xe_exec_system_allocator@once-malloc-prefetch-race.html> -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-4/igt@xe_exec_system_allocator@once-malloc-prefetch-race.html>

Known issues

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

IGT changes
Issues hit

  *   igt@kms_big_fb@4-tiled-16bpp-rotate-90:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-2/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html> (Intel XE#2327<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327>) +1 other test skip
  *   igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-9/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +1 other test skip
  *   igt@kms_bw@linear-tiling-1-displays-target-1920x1080p:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-3/igt@kms_bw@linear-tiling-1-displays-target-1920x1080p.html> (Intel XE#367<https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>)
  *   igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html> (Intel XE#3432<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432>) +1 other test skip
  *   igt@kms_chamelium_color@ctm-0-50:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@kms_chamelium_color@ctm-0-50.html> (Intel XE#2325<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325> / Intel XE#7358<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358>)
  *   igt@kms_content_protection@dp-mst-lic-type-0:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@kms_content_protection@dp-mst-lic-type-0.html> (Intel XE#2390<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390> / Intel XE#6974<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974>)
  *   igt@kms_cursor_crc@cursor-onscreen-max-size:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@kms_cursor_crc@cursor-onscreen-max-size.html> (Intel XE#2320<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320>) +1 other test skip
  *   igt@kms_feature_discovery@psr1:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-3/igt@kms_feature_discovery@psr1.html> (Intel XE#2374<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374> / Intel XE#6127<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6127>)
  *   igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1:
     *   shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301> / Intel XE#3149<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149>) +1 other test fail
  *   igt@kms_flip@flip-vs-expired-vblank@a-edp1:
     *   shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301>) +2 other tests fail
  *   igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render.html> (Intel XE#2311<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>) +18 other tests skip
  *   igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-blt:
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-5/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-blt.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656> / Intel XE#7905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7905>)
  *   igt@kms_frontbuffer_tracking@drrshdr-1p-offscreen-pri-indfb-draw-blt:
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-1/igt@kms_frontbuffer_tracking@drrshdr-1p-offscreen-pri-indfb-draw-blt.html> (Intel XE#6312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312>) +1 other test skip
  *   igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-primscrn-cur-indfb-draw-blt:
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-primscrn-cur-indfb-draw-blt.html> (Intel XE#7905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7905>)
  *   igt@kms_frontbuffer_tracking@fbcpsrhdr-abgr161616f-draw-render:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcpsrhdr-abgr161616f-draw-render.html> (Intel XE#7061<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061>) +1 other test skip
  *   igt@kms_frontbuffer_tracking@pipe-fbc-rte:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-2/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html> (Intel XE#4141<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141>) +4 other tests skip
  *   igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-shrfb-plflip-blt:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-4/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-shrfb-plflip-blt.html> (Intel XE#2313<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313>) +14 other tests skip
  *   igt@kms_plane_multiple@2x-tiling-none:
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-8/igt@kms_plane_multiple@2x-tiling-none.html> (Intel XE#4596<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596> / Intel XE#5854<https://gitlab.freedesktop.org/drm/xe/kernel/issues/5854>)
  *   igt@kms_pm_dc@dc6-psr:
     *   shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-lnl-7/igt@kms_pm_dc@dc6-psr.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-4/igt@kms_pm_dc@dc6-psr.html> (Intel XE#7340<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7340>)
  *   igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-8/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html> (Intel XE#1489<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>)
  *   igt@kms_psr@fbc-psr2-sprite-blt:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-3/igt@kms_psr@fbc-psr2-sprite-blt.html> (Intel XE#2234<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234> / Intel XE#2850<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850>) +1 other test skip
  *   igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
     *   shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-lnl-8/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-7/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html> (Intel XE#4692<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4692> / Intel XE#7508<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7508>)
  *   igt@kms_setmode@basic@pipe-b-edp-1:
     *   shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-lnl-2/igt@kms_setmode@basic@pipe-b-edp-1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-2/igt@kms_setmode@basic@pipe-b-edp-1.html> (Intel XE#6361<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6361>) +1 other test fail
  *   igt@xe_create@multigpu-create-massive-size:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-10/igt@xe_create@multigpu-create-massive-size.html> (Intel XE#2504<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504> / Intel XE#7319<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7319> / Intel XE#7350<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7350>)
  *   igt@xe_eudebug@basic-vm-bind-metadata-discovery:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-8/igt@xe_eudebug@basic-vm-bind-metadata-discovery.html> (Intel XE#7636<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7636>) +3 other tests skip
  *   igt@xe_evict@evict-small-multi-queue:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-5/igt@xe_evict@evict-small-multi-queue.html> (Intel XE#7140<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140>)
  *   igt@xe_exec_balancer@many-execqueues-cm-virtual-basic:
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-7/igt@xe_exec_balancer@many-execqueues-cm-virtual-basic.html> (Intel XE#7482<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482>)
  *   igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-invalidate:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-4/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-invalidate.html> (Intel XE#2322<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322> / Intel XE#7372<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372>)
  *   igt@xe_exec_fault_mode@twice-multi-queue-rebind-imm:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-1/igt@xe_exec_fault_mode@twice-multi-queue-rebind-imm.html> (Intel XE#7136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136>) +1 other test skip
  *   igt@xe_exec_multi_queue@two-queues-basic-smem:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-5/igt@xe_exec_multi_queue@two-queues-basic-smem.html> (Intel XE#6874<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874>) +6 other tests skip
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-4/igt@xe_exec_multi_queue@two-queues-basic-smem.html> (Intel XE#6874<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874>)
  *   igt@xe_multigpu_svm@mgpu-coherency-fail-basic:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@xe_multigpu_svm@mgpu-coherency-fail-basic.html> (Intel XE#6964<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964>)
  *   igt@xe_page_reclaim@binds-full-pd:
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-8/igt@xe_page_reclaim@binds-full-pd.html> (Intel XE#7793<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7793>)
  *   igt@xe_sriov_flr@flr-vfs-parallel:
     *   shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-10/igt@xe_sriov_flr@flr-vfs-parallel.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-8/igt@xe_sriov_flr@flr-vfs-parallel.html> (Intel XE#6569<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569>) +1 other test fail

Possible fixes

  *   igt@kms_async_flips@alternate-sync-async-flip-atomic:
     *   shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-lnl-5/igt@kms_async_flips@alternate-sync-async-flip-atomic.html> (Intel XE#3718<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3718> / Intel XE#7265<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7265>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-5/igt@kms_async_flips@alternate-sync-async-flip-atomic.html>
  *   igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-edp-1:
     *   shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-lnl-5/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-edp-1.html> (Intel XE#7265<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7265>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-5/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-edp-1.html>
  *   igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
     *   shard-bmg: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-4/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html> (Intel XE#7084<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7084>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html> +1 other test pass
  *   igt@kms_cursor_legacy@cursor-vs-flip-toggle:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html> (Intel XE#6703<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703> / Intel XE#7935<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7935>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-8/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html>
  *   igt@kms_flip@2x-flip-vs-panning@ab-dp2-hdmi-a3:
     *   shard-bmg: DMESG-FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_flip@2x-flip-vs-panning@ab-dp2-hdmi-a3.html> (Intel XE#5545<https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-10/igt@kms_flip@2x-flip-vs-panning@ab-dp2-hdmi-a3.html> +1 other test pass
  *   igt@kms_hdr@static-swap@pipe-a-hdmi-a-3-xrgb2101010:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-8/igt@kms_hdr@static-swap@pipe-a-hdmi-a-3-xrgb2101010.html> (Intel XE#7915<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7915>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@kms_hdr@static-swap@pipe-a-hdmi-a-3-xrgb2101010.html> +1 other test pass
  *   igt@xe_evict@evict-beng-mixed-many-threads-small:
     *   shard-bmg: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-5/igt@xe_evict@evict-beng-mixed-many-threads-small.html> (Intel XE#6321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-1/igt@xe_evict@evict-beng-mixed-many-threads-small.html>
  *   igt@xe_madvise@atomic-global:
     *   shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-8/igt@xe_madvise@atomic-global.html> (Intel XE#7969<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7969>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-8/igt@xe_madvise@atomic-global.html> +2 other tests pass
  *   igt@xe_module_load@reload-no-display:
     *   shard-bmg: ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-3/igt@xe_module_load@reload-no-display.html> -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-5/igt@xe_module_load@reload-no-display.html>
     *   shard-lnl: ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-lnl-4/igt@xe_module_load@reload-no-display.html> -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-lnl-4/igt@xe_module_load@reload-no-display.html>
  *   igt@xe_vm@bind-no-array-conflict:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@xe_vm@bind-no-array-conflict.html> (Intel XE#6703<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-4/igt@xe_vm@bind-no-array-conflict.html> +40 other tests pass

Warnings

  *   igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html> (Intel XE#6703<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-3/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>)
  *   igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs.html> (Intel XE#6703<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs.html> (Intel XE#2887<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887>)
  *   igt@kms_frontbuffer_tracking@fbcdrrshdr-2p-scndscrn-pri-shrfb-draw-render:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrshdr-2p-scndscrn-pri-shrfb-draw-render.html> (Intel XE#6703<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-10/igt@kms_frontbuffer_tracking@fbcdrrshdr-2p-scndscrn-pri-shrfb-draw-render.html> (Intel XE#2311<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>) +2 other tests skip
  *   igt@kms_frontbuffer_tracking@fbcdrrshdr-abgr161616f-draw-blt:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrshdr-abgr161616f-draw-blt.html> (Intel XE#6703<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrshdr-abgr161616f-draw-blt.html> (Intel XE#7061<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061>)
  *   igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-pri-shrfb-draw-render:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-pri-shrfb-draw-render.html> (Intel XE#6703<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-9/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-pri-shrfb-draw-render.html> (Intel XE#2313<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313>) +4 other tests skip
  *   igt@kms_hdr@brightness-with-hdr:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-8/igt@kms_hdr@brightness-with-hdr.html> (Intel XE#3544<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544> / Intel XE#7915<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7915> / Intel XE#7916<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7916>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@kms_hdr@brightness-with-hdr.html> (Intel XE#3544<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544> / Intel XE#7916<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7916>)
  *   igt@kms_hdr@brightness-with-hdr@pipe-a-hdmi-a-3-xrgb16161616f:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-8/igt@kms_hdr@brightness-with-hdr@pipe-a-hdmi-a-3-xrgb16161616f.html> (Intel XE#7915<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7915>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-6/igt@kms_hdr@brightness-with-hdr@pipe-a-hdmi-a-3-xrgb16161616f.html> (Intel XE#7916<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7916>) +1 other test skip
  *   igt@kms_joiner@basic-force-ultra-joiner:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_joiner@basic-force-ultra-joiner.html> (Intel XE#6703<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-3/igt@kms_joiner@basic-force-ultra-joiner.html> (Intel XE#6911<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6911> / Intel XE#7466<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7466>)
  *   igt@kms_pm_backlight@basic-brightness:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_pm_backlight@basic-brightness.html> (Intel XE#6703<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-1/igt@kms_pm_backlight@basic-brightness.html> (Intel XE#7376<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7376> / Intel XE#870<https://gitlab.freedesktop.org/drm/xe/kernel/issues/870>)
  *   igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html> (Intel XE#6703<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-4/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html> (Intel XE#1489<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>)
  *   igt@kms_psr@psr2-no-drrs:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@kms_psr@psr2-no-drrs.html> (Intel XE#6703<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-5/igt@kms_psr@psr2-no-drrs.html> (Intel XE#2234<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234> / Intel XE#2850<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850>) +1 other test skip
  *   igt@kms_tiled_display@basic-test-pattern-with-chamelium:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> (Intel XE#2426<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426> / Intel XE#5848<https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-5/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> (Intel XE#2509<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509> / Intel XE#7437<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7437>)
  *   igt@xe_eudebug@basic-vm-bind-vm-destroy-discovery:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@xe_eudebug@basic-vm-bind-vm-destroy-discovery.html> (Intel XE#6703<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-1/igt@xe_eudebug@basic-vm-bind-vm-destroy-discovery.html> (Intel XE#7636<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7636>) +1 other test skip
  *   igt@xe_exec_basic@multigpu-once-bindexecqueue:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@xe_exec_basic@multigpu-once-bindexecqueue.html> (Intel XE#6703<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-2/igt@xe_exec_basic@multigpu-once-bindexecqueue.html> (Intel XE#2322<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322> / Intel XE#7372<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372>)
  *   igt@xe_exec_fault_mode@twice-multi-queue-rebind-prefetch:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@xe_exec_fault_mode@twice-multi-queue-rebind-prefetch.html> (Intel XE#6703<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-2/igt@xe_exec_fault_mode@twice-multi-queue-rebind-prefetch.html> (Intel XE#7136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136>)
  *   igt@xe_exec_multi_queue@max-queues-basic:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@xe_exec_multi_queue@max-queues-basic.html> (Intel XE#6703<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-4/igt@xe_exec_multi_queue@max-queues-basic.html> (Intel XE#6874<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874>) +1 other test skip
  *   igt@xe_exec_threads@threads-multi-queue-shared-vm-userptr-invalidate-race:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@xe_exec_threads@threads-multi-queue-shared-vm-userptr-invalidate-race.html> (Intel XE#6703<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-8/igt@xe_exec_threads@threads-multi-queue-shared-vm-userptr-invalidate-race.html> (Intel XE#7138<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138>) +1 other test skip
  *   igt@xe_pm@d3hot-i2c:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@xe_pm@d3hot-i2c.html> (Intel XE#6703<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-1/igt@xe_pm@d3hot-i2c.html> (Intel XE#5742<https://gitlab.freedesktop.org/drm/xe/kernel/issues/5742> / Intel XE#7328<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7328> / Intel XE#7400<https://gitlab.freedesktop.org/drm/xe/kernel/issues/7400>)
  *   igt@xe_query@multigpu-query-cs-cycles:
     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8904/shard-bmg-2/igt@xe_query@multigpu-query-cs-cycles.html> (Intel XE#6703<https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15159/shard-bmg-1/igt@xe_query@multigpu-query-cs-cycles.html> (Intel XE#944<https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>)

Build changes

  *   IGT: IGT_8904 -> IGTPW_15159

IGTPW_15159: 0b17665dc26b9f010dddebcb917e9590ee299270 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8904: 07cadbb0bf25b18ac37467c4505f87eb50d4e435 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-5047-b83102e9c06357b09f2cfbe944269786cb6985c4: b83102e9c06357b09f2cfbe944269786cb6985c4

[-- Attachment #2: Type: text/html, Size: 59593 bytes --]

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

end of thread, other threads:[~2026-05-14  3:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-12  6:10 [PATCH i-g-t] tests/intel/xe_madvise: Drop assert on cleanup unbind in atomic subtests Varun Gupta
2026-05-12 12:28 ` ✗ i915.CI.BAT: failure for " Patchwork
2026-05-12 13:01 ` ✓ Xe.CI.BAT: success " Patchwork
2026-05-12 23:15 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-05-14  3:21   ` Gupta, Varun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.