* Lockdep annotation introduced warn in VMD driver
@ 2024-05-28 12:36 Imre Deak
2024-05-28 15:14 ` Dave Jiang
` (4 more replies)
0 siblings, 5 replies; 13+ messages in thread
From: Imre Deak @ 2024-05-28 12:36 UTC (permalink / raw)
To: Dave Jiang
Cc: Xinghui Li, Nirmal Patel, Jonathan Derrick, Bjorn Helgaas,
linux-pci, intel-gfx
Hi,
commit 7e89efc6e9e402839643cb297bab14055c547f07
Author: Dave Jiang <dave.jiang@intel.com>
Date: Thu May 2 09:57:31 2024 -0700
PCI: Lock upstream bridge for pci_reset_function()
introduced the WARN below in the VMD driver, see [1] for the full log.
Not sure if the annotation is incorrect or the VMD driver is missing
the lock, CC'ing VMD folks.
--Imre
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134112v1/bat-adlp-11/boot0.txt
<4>[ 17.354071] WARNING: CPU: 0 PID: 1 at drivers/pci/pci.c:4886 pci_bridge_secondary_bus_reset+0x5d/0x70
<4>[ 17.354095] Modules linked in:
<4>[ 17.354104] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1
<4>[ 17.354128] Hardware name: Intel Corporation Alder Lake Client Platform/AlderLake-P LP5 RVP, BIOS RPLPFWI1.R00.4035.A00.2301200723 01/20/2023
<4>[ 17.354153] RIP: 0010:pci_bridge_secondary_bus_reset+0x5d/0x70
<4>[ 17.354167] Code: c3 cc cc cc cc 48 89 ef 48 c7 c6 78 55 44 82 5d e9 d8 c6 ff ff 48 8d bf 48 08 00 00 be ff ff ff ff e8 97 10 5f 00 85 c0 75 b5 <0f> 0b eb b1 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 90 90 90
<4>[ 17.354199] RSP: 0000:ffffc90000097ca0 EFLAGS: 00010246
<4>[ 17.354210] RAX: 0000000000000000 RBX: ffff888105604000 RCX: 0000000000000000
<4>[ 17.354224] RDX: 0000000080000000 RSI: ffffffff82421c40 RDI: ffffffff82441c4c
<4>[ 17.354238] RBP: ffff888105601000 R08: 0000000000000001 R09: 0000000000000000
<4>[ 17.354251] R10: 0000000000000001 R11: ffff8881008c8040 R12: 0000000000000000
<4>[ 17.354264] R13: 0000000000000020 R14: 000000000000007f R15: ffff888105615c28
<4>[ 17.354283] FS: 0000000000000000(0000) GS:ffff8882a6e00000(0000) knlGS:0000000000000000
<4>[ 17.354313] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4>[ 17.354334] CR2: ffff8882afbff000 CR3: 000000000663a000 CR4: 0000000000f50ef0
<4>[ 17.354348] PKRU: 55555554
<4>[ 17.354355] Call Trace:
<4>[ 17.354361] <TASK>
<4>[ 17.354367] ? __warn+0x8c/0x190
<4>[ 17.354380] ? pci_bridge_secondary_bus_reset+0x5d/0x70
<4>[ 17.354392] ? report_bug+0x1f8/0x200
<4>[ 17.354405] ? handle_bug+0x3c/0x70
<4>[ 17.354415] ? exc_invalid_op+0x18/0x70
<4>[ 17.354424] ? asm_exc_invalid_op+0x1a/0x20
<4>[ 17.354438] ? pci_bridge_secondary_bus_reset+0x5d/0x70
<4>[ 17.354451] pci_reset_bus+0x1d8/0x270
<4>[ 17.354461] vmd_probe+0x778/0xa10
<4>[ 17.354474] pci_device_probe+0x95/0x120
<4>[ 17.354484] really_probe+0xd9/0x370
<4>[ 17.354496] ? __pfx___driver_attach+0x10/0x10
<4>[ 17.354505] __driver_probe_device+0x73/0x150
<4>[ 17.354516] driver_probe_device+0x19/0xa0
<4>[ 17.354525] __driver_attach+0xb6/0x180
<4>[ 17.354534] ? __pfx___driver_attach+0x10/0x10
<4>[ 17.354544] bus_for_each_dev+0x77/0xd0
<4>[ 17.354555] bus_add_driver+0x110/0x240
<4>[ 17.354566] driver_register+0x5b/0x110
<4>[ 17.354575] ? __pfx_vmd_drv_init+0x10/0x10
<4>[ 17.354587] do_one_initcall+0x5c/0x2b0
<4>[ 17.354600] kernel_init_freeable+0x18e/0x340
<4>[ 17.354612] ? __pfx_kernel_init+0x10/0x10
<4>[ 17.354623] kernel_init+0x15/0x130
<4>[ 17.354631] ret_from_fork+0x2c/0x50
<4>[ 17.354641] ? __pfx_kernel_init+0x10/0x10
<4>[ 17.354650] ret_from_fork_asm+0x1a/0x30
<4>[ 17.354663] </TASK>
<4>[ 17.354669] irq event stamp: 28577685
<4>[ 17.354677] hardirqs last enabled at (28577693): [<ffffffff8117c060>] console_unlock+0x110/0x120
<4>[ 17.354697] hardirqs last disabled at (28577700): [<ffffffff8117c045>] console_unlock+0xf5/0x120
<4>[ 17.354713] softirqs last enabled at (28577176): [<ffffffff810df29c>] handle_softirqs+0x2ec/0x3f0
<4>[ 17.354731] softirqs last disabled at (28577167): [<ffffffff810dfa17>] irq_exit_rcu+0x87/0xc0
<4>[ 17.354747] ---[ end trace 0000000000000000 ]---
<4>[ 17.487274] =====================================
<4>[ 17.487277] WARNING: bad unlock balance detected!
<4>[ 17.487279] 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 Tainted: G W
<4>[ 17.487282] -------------------------------------
<4>[ 17.487284] swapper/0/1 is trying to release lock (10000:e1:00.0) at:
<4>[ 17.487287] [<ffffffff8176b377>] pci_cfg_access_unlock+0x57/0x60
<4>[ 17.487292] but there are no more locks to release!
<4>[ 17.487294]
other info that might help us debug this:
<4>[ 17.487297] 2 locks held by swapper/0/1:
<4>[ 17.487299] #0: ffff888102c1c1b0 (&dev->mutex){....}-{3:3}, at: __driver_attach+0xab/0x180
<4>[ 17.487306] #1: ffff8881056041b0 (&dev->mutex){....}-{3:3}, at: pci_dev_trylock+0x19/0x50
<4>[ 17.487312]
stack backtrace:
<4>[ 17.487314] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1
<4>[ 17.487318] Hardware name: Intel Corporation Alder Lake Client Platform/AlderLake-P LP5 RVP, BIOS RPLPFWI1.R00.4035.A00.2301200723 01/20/2023
<4>[ 17.487322] Call Trace:
<4>[ 17.487324] <TASK>
<4>[ 17.487325] dump_stack_lvl+0x82/0xd0
<4>[ 17.487329] lock_release+0x20b/0x2d0
<4>[ 17.487334] pci_bus_unlock+0x25/0x40
<4>[ 17.487337] pci_reset_bus+0x1eb/0x270
<4>[ 17.487340] vmd_probe+0x778/0xa10
<4>[ 17.487344] pci_device_probe+0x95/0x120
<4>[ 17.487346] really_probe+0xd9/0x370
<4>[ 17.487349] ? __pfx___driver_attach+0x10/0x10
<4>[ 17.487352] __driver_probe_device+0x73/0x150
<4>[ 17.487354] driver_probe_device+0x19/0xa0
<4>[ 17.487357] __driver_attach+0xb6/0x180
<4>[ 17.487359] ? __pfx___driver_attach+0x10/0x10
<4>[ 17.487362] bus_for_each_dev+0x77/0xd0
<4>[ 17.487365] bus_add_driver+0x110/0x240
<4>[ 17.487369] driver_register+0x5b/0x110
<4>[ 17.487371] ? __pfx_vmd_drv_init+0x10/0x10
<4>[ 17.487374] do_one_initcall+0x5c/0x2b0
<4>[ 17.487378] kernel_init_freeable+0x18e/0x340
<4>[ 17.487381] ? __pfx_kernel_init+0x10/0x10
<4>[ 17.487384] kernel_init+0x15/0x130
<4>[ 17.487387] ret_from_fork+0x2c/0x50
<4>[ 17.487390] ? __pfx_kernel_init+0x10/0x10
<4>[ 17.487392] ret_from_fork_asm+0x1a/0x30
<4>[ 17.487396] </TASK>
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: Lockdep annotation introduced warn in VMD driver 2024-05-28 12:36 Lockdep annotation introduced warn in VMD driver Imre Deak @ 2024-05-28 15:14 ` Dave Jiang 2024-05-28 22:53 ` Nirmal Patel ` (3 subsequent siblings) 4 siblings, 0 replies; 13+ messages in thread From: Dave Jiang @ 2024-05-28 15:14 UTC (permalink / raw) To: imre.deak Cc: Xinghui Li, Nirmal Patel, Jonathan Derrick, Bjorn Helgaas, linux-pci, intel-gfx, Dan Williams On 5/28/24 5:36 AM, Imre Deak wrote: > Hi, > > commit 7e89efc6e9e402839643cb297bab14055c547f07 > Author: Dave Jiang <dave.jiang@intel.com> > Date: Thu May 2 09:57:31 2024 -0700 > > PCI: Lock upstream bridge for pci_reset_function() > > introduced the WARN below in the VMD driver, see [1] for the full log. > Not sure if the annotation is incorrect or the VMD driver is missing > the lock, CC'ing VMD folks. > > --Imre > > https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134112v1/bat-adlp-11/boot0.txt Dan has a fix: https://lore.kernel.org/linux-cxl/20240502165851.1948523-1-dave.jiang@intel.com/T/#m820e5488c7acd855827eb5463db9a7fa9ecb25ee https://lore.kernel.org/linux-cxl/171659995361.845588.6664390911348526329.stgit@dwillia2-xfh.jf.intel.com/T/#u > > <4>[ 17.354071] WARNING: CPU: 0 PID: 1 at drivers/pci/pci.c:4886 pci_bridge_secondary_bus_reset+0x5d/0x70 > <4>[ 17.354095] Modules linked in: > <4>[ 17.354104] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 > <4>[ 17.354128] Hardware name: Intel Corporation Alder Lake Client Platform/AlderLake-P LP5 RVP, BIOS RPLPFWI1.R00.4035.A00.2301200723 01/20/2023 > <4>[ 17.354153] RIP: 0010:pci_bridge_secondary_bus_reset+0x5d/0x70 > <4>[ 17.354167] Code: c3 cc cc cc cc 48 89 ef 48 c7 c6 78 55 44 82 5d e9 d8 c6 ff ff 48 8d bf 48 08 00 00 be ff ff ff ff e8 97 10 5f 00 85 c0 75 b5 <0f> 0b eb b1 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 90 90 90 > <4>[ 17.354199] RSP: 0000:ffffc90000097ca0 EFLAGS: 00010246 > <4>[ 17.354210] RAX: 0000000000000000 RBX: ffff888105604000 RCX: 0000000000000000 > <4>[ 17.354224] RDX: 0000000080000000 RSI: ffffffff82421c40 RDI: ffffffff82441c4c > <4>[ 17.354238] RBP: ffff888105601000 R08: 0000000000000001 R09: 0000000000000000 > <4>[ 17.354251] R10: 0000000000000001 R11: ffff8881008c8040 R12: 0000000000000000 > <4>[ 17.354264] R13: 0000000000000020 R14: 000000000000007f R15: ffff888105615c28 > <4>[ 17.354283] FS: 0000000000000000(0000) GS:ffff8882a6e00000(0000) knlGS:0000000000000000 > <4>[ 17.354313] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > <4>[ 17.354334] CR2: ffff8882afbff000 CR3: 000000000663a000 CR4: 0000000000f50ef0 > <4>[ 17.354348] PKRU: 55555554 > <4>[ 17.354355] Call Trace: > <4>[ 17.354361] <TASK> > <4>[ 17.354367] ? __warn+0x8c/0x190 > <4>[ 17.354380] ? pci_bridge_secondary_bus_reset+0x5d/0x70 > <4>[ 17.354392] ? report_bug+0x1f8/0x200 > <4>[ 17.354405] ? handle_bug+0x3c/0x70 > <4>[ 17.354415] ? exc_invalid_op+0x18/0x70 > <4>[ 17.354424] ? asm_exc_invalid_op+0x1a/0x20 > <4>[ 17.354438] ? pci_bridge_secondary_bus_reset+0x5d/0x70 > <4>[ 17.354451] pci_reset_bus+0x1d8/0x270 > <4>[ 17.354461] vmd_probe+0x778/0xa10 > <4>[ 17.354474] pci_device_probe+0x95/0x120 > <4>[ 17.354484] really_probe+0xd9/0x370 > <4>[ 17.354496] ? __pfx___driver_attach+0x10/0x10 > <4>[ 17.354505] __driver_probe_device+0x73/0x150 > <4>[ 17.354516] driver_probe_device+0x19/0xa0 > <4>[ 17.354525] __driver_attach+0xb6/0x180 > <4>[ 17.354534] ? __pfx___driver_attach+0x10/0x10 > <4>[ 17.354544] bus_for_each_dev+0x77/0xd0 > <4>[ 17.354555] bus_add_driver+0x110/0x240 > <4>[ 17.354566] driver_register+0x5b/0x110 > <4>[ 17.354575] ? __pfx_vmd_drv_init+0x10/0x10 > <4>[ 17.354587] do_one_initcall+0x5c/0x2b0 > <4>[ 17.354600] kernel_init_freeable+0x18e/0x340 > <4>[ 17.354612] ? __pfx_kernel_init+0x10/0x10 > <4>[ 17.354623] kernel_init+0x15/0x130 > <4>[ 17.354631] ret_from_fork+0x2c/0x50 > <4>[ 17.354641] ? __pfx_kernel_init+0x10/0x10 > <4>[ 17.354650] ret_from_fork_asm+0x1a/0x30 > <4>[ 17.354663] </TASK> > <4>[ 17.354669] irq event stamp: 28577685 > <4>[ 17.354677] hardirqs last enabled at (28577693): [<ffffffff8117c060>] console_unlock+0x110/0x120 > <4>[ 17.354697] hardirqs last disabled at (28577700): [<ffffffff8117c045>] console_unlock+0xf5/0x120 > <4>[ 17.354713] softirqs last enabled at (28577176): [<ffffffff810df29c>] handle_softirqs+0x2ec/0x3f0 > <4>[ 17.354731] softirqs last disabled at (28577167): [<ffffffff810dfa17>] irq_exit_rcu+0x87/0xc0 > <4>[ 17.354747] ---[ end trace 0000000000000000 ]--- > > <4>[ 17.487274] ===================================== > <4>[ 17.487277] WARNING: bad unlock balance detected! > <4>[ 17.487279] 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 Tainted: G W > <4>[ 17.487282] ------------------------------------- > <4>[ 17.487284] swapper/0/1 is trying to release lock (10000:e1:00.0) at: > <4>[ 17.487287] [<ffffffff8176b377>] pci_cfg_access_unlock+0x57/0x60 > <4>[ 17.487292] but there are no more locks to release! > <4>[ 17.487294] > other info that might help us debug this: > <4>[ 17.487297] 2 locks held by swapper/0/1: > <4>[ 17.487299] #0: ffff888102c1c1b0 (&dev->mutex){....}-{3:3}, at: __driver_attach+0xab/0x180 > <4>[ 17.487306] #1: ffff8881056041b0 (&dev->mutex){....}-{3:3}, at: pci_dev_trylock+0x19/0x50 > <4>[ 17.487312] > stack backtrace: > <4>[ 17.487314] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 > <4>[ 17.487318] Hardware name: Intel Corporation Alder Lake Client Platform/AlderLake-P LP5 RVP, BIOS RPLPFWI1.R00.4035.A00.2301200723 01/20/2023 > <4>[ 17.487322] Call Trace: > <4>[ 17.487324] <TASK> > <4>[ 17.487325] dump_stack_lvl+0x82/0xd0 > <4>[ 17.487329] lock_release+0x20b/0x2d0 > <4>[ 17.487334] pci_bus_unlock+0x25/0x40 > <4>[ 17.487337] pci_reset_bus+0x1eb/0x270 > <4>[ 17.487340] vmd_probe+0x778/0xa10 > <4>[ 17.487344] pci_device_probe+0x95/0x120 > <4>[ 17.487346] really_probe+0xd9/0x370 > <4>[ 17.487349] ? __pfx___driver_attach+0x10/0x10 > <4>[ 17.487352] __driver_probe_device+0x73/0x150 > <4>[ 17.487354] driver_probe_device+0x19/0xa0 > <4>[ 17.487357] __driver_attach+0xb6/0x180 > <4>[ 17.487359] ? __pfx___driver_attach+0x10/0x10 > <4>[ 17.487362] bus_for_each_dev+0x77/0xd0 > <4>[ 17.487365] bus_add_driver+0x110/0x240 > <4>[ 17.487369] driver_register+0x5b/0x110 > <4>[ 17.487371] ? __pfx_vmd_drv_init+0x10/0x10 > <4>[ 17.487374] do_one_initcall+0x5c/0x2b0 > <4>[ 17.487378] kernel_init_freeable+0x18e/0x340 > <4>[ 17.487381] ? __pfx_kernel_init+0x10/0x10 > <4>[ 17.487384] kernel_init+0x15/0x130 > <4>[ 17.487387] ret_from_fork+0x2c/0x50 > <4>[ 17.487390] ? __pfx_kernel_init+0x10/0x10 > <4>[ 17.487392] ret_from_fork_asm+0x1a/0x30 > <4>[ 17.487396] </TASK> > ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Lockdep annotation introduced warn in VMD driver 2024-05-28 12:36 Lockdep annotation introduced warn in VMD driver Imre Deak 2024-05-28 15:14 ` Dave Jiang @ 2024-05-28 22:53 ` Nirmal Patel 2024-05-29 7:45 ` Saarinen, Jani 2024-05-29 8:06 ` Jani Nikula 2024-05-29 20:05 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork ` (2 subsequent siblings) 4 siblings, 2 replies; 13+ messages in thread From: Nirmal Patel @ 2024-05-28 22:53 UTC (permalink / raw) To: Imre Deak Cc: Dave Jiang, Xinghui Li, Jonathan Derrick, Bjorn Helgaas, linux-pci, intel-gfx On Tue, 28 May 2024 15:36:54 +0300 Imre Deak <imre.deak@intel.com> wrote: > Hi, > > commit 7e89efc6e9e402839643cb297bab14055c547f07 > Author: Dave Jiang <dave.jiang@intel.com> > Date: Thu May 2 09:57:31 2024 -0700 > > PCI: Lock upstream bridge for pci_reset_function() > > introduced the WARN below in the VMD driver, see [1] for the full log. > Not sure if the annotation is incorrect or the VMD driver is missing > the lock, CC'ing VMD folks. > > --Imre Can you please provide repro steps and some background on the setup? -nirmal > > https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134112v1/bat-adlp-11/boot0.txt > > <4>[ 17.354071] WARNING: CPU: 0 PID: 1 at drivers/pci/pci.c:4886 > pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354095] Modules > linked in: <4>[ 17.354104] CPU: 0 PID: 1 Comm: swapper/0 Not > tainted 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 <4>[ > 17.354128] Hardware name: Intel Corporation Alder Lake Client > Platform/AlderLake-P LP5 RVP, BIOS RPLPFWI1.R00.4035.A00.2301200723 > 01/20/2023 <4>[ 17.354153] RIP: > 0010:pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354167] Code: > c3 cc cc cc cc 48 89 ef 48 c7 c6 78 55 44 82 5d e9 d8 c6 ff ff 48 8d > bf 48 08 00 00 be ff ff ff ff e8 97 10 5f 00 85 c0 75 b5 <0f> 0b eb > b1 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 90 90 90 <4>[ > 17.354199] RSP: 0000:ffffc90000097ca0 EFLAGS: 00010246 <4>[ > 17.354210] RAX: 0000000000000000 RBX: ffff888105604000 RCX: > 0000000000000000 <4>[ 17.354224] RDX: 0000000080000000 RSI: > ffffffff82421c40 RDI: ffffffff82441c4c <4>[ 17.354238] RBP: > ffff888105601000 R08: 0000000000000001 R09: 0000000000000000 <4>[ > 17.354251] R10: 0000000000000001 R11: ffff8881008c8040 R12: > 0000000000000000 <4>[ 17.354264] R13: 0000000000000020 R14: > 000000000000007f R15: ffff888105615c28 <4>[ 17.354283] FS: > 0000000000000000(0000) GS:ffff8882a6e00000(0000) > knlGS:0000000000000000 <4>[ 17.354313] CS: 0010 DS: 0000 ES: 0000 > CR0: 0000000080050033 <4>[ 17.354334] CR2: ffff8882afbff000 CR3: > 000000000663a000 CR4: 0000000000f50ef0 <4>[ 17.354348] PKRU: > 55555554 <4>[ 17.354355] Call Trace: <4>[ 17.354361] <TASK> <4>[ > 17.354367] ? __warn+0x8c/0x190 <4>[ 17.354380] ? > pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354392] ? > report_bug+0x1f8/0x200 <4>[ 17.354405] ? handle_bug+0x3c/0x70 <4>[ > 17.354415] ? exc_invalid_op+0x18/0x70 <4>[ 17.354424] ? > asm_exc_invalid_op+0x1a/0x20 <4>[ 17.354438] ? > pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354451] > pci_reset_bus+0x1d8/0x270 <4>[ 17.354461] vmd_probe+0x778/0xa10 > <4>[ 17.354474] pci_device_probe+0x95/0x120 <4>[ 17.354484] > really_probe+0xd9/0x370 <4>[ 17.354496] ? > __pfx___driver_attach+0x10/0x10 <4>[ 17.354505] > __driver_probe_device+0x73/0x150 <4>[ 17.354516] > driver_probe_device+0x19/0xa0 <4>[ 17.354525] > __driver_attach+0xb6/0x180 <4>[ 17.354534] ? > __pfx___driver_attach+0x10/0x10 <4>[ 17.354544] > bus_for_each_dev+0x77/0xd0 <4>[ 17.354555] > bus_add_driver+0x110/0x240 <4>[ 17.354566] > driver_register+0x5b/0x110 <4>[ 17.354575] ? > __pfx_vmd_drv_init+0x10/0x10 <4>[ 17.354587] > do_one_initcall+0x5c/0x2b0 <4>[ 17.354600] > kernel_init_freeable+0x18e/0x340 <4>[ 17.354612] ? > __pfx_kernel_init+0x10/0x10 <4>[ 17.354623] kernel_init+0x15/0x130 > <4>[ 17.354631] ret_from_fork+0x2c/0x50 <4>[ 17.354641] ? > __pfx_kernel_init+0x10/0x10 <4>[ 17.354650] > ret_from_fork_asm+0x1a/0x30 <4>[ 17.354663] </TASK> <4>[ > 17.354669] irq event stamp: 28577685 <4>[ 17.354677] hardirqs last > enabled at (28577693): [<ffffffff8117c060>] > console_unlock+0x110/0x120 <4>[ 17.354697] hardirqs last disabled > at (28577700): [<ffffffff8117c045>] console_unlock+0xf5/0x120 <4>[ > 17.354713] softirqs last enabled at (28577176): [<ffffffff810df29c>] > handle_softirqs+0x2ec/0x3f0 <4>[ 17.354731] softirqs last disabled > at (28577167): [<ffffffff810dfa17>] irq_exit_rcu+0x87/0xc0 <4>[ > 17.354747] ---[ end trace 0000000000000000 ]--- > > <4>[ 17.487274] ===================================== > <4>[ 17.487277] WARNING: bad unlock balance detected! > <4>[ 17.487279] 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 > Tainted: G W <4>[ 17.487282] > ------------------------------------- <4>[ 17.487284] swapper/0/1 > is trying to release lock (10000:e1:00.0) at: <4>[ 17.487287] > [<ffffffff8176b377>] pci_cfg_access_unlock+0x57/0x60 <4>[ > 17.487292] but there are no more locks to release! <4>[ 17.487294] > other info that might help us debug this: > <4>[ 17.487297] 2 locks held by swapper/0/1: > <4>[ 17.487299] #0: ffff888102c1c1b0 (&dev->mutex){....}-{3:3}, > at: __driver_attach+0xab/0x180 <4>[ 17.487306] #1: > ffff8881056041b0 (&dev->mutex){....}-{3:3}, at: > pci_dev_trylock+0x19/0x50 <4>[ 17.487312] stack backtrace: > <4>[ 17.487314] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W > 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 <4>[ > 17.487318] Hardware name: Intel Corporation Alder Lake Client > Platform/AlderLake-P LP5 RVP, BIOS RPLPFWI1.R00.4035.A00.2301200723 > 01/20/2023 <4>[ 17.487322] Call Trace: <4>[ 17.487324] <TASK> > <4>[ 17.487325] dump_stack_lvl+0x82/0xd0 <4>[ 17.487329] > lock_release+0x20b/0x2d0 <4>[ 17.487334] pci_bus_unlock+0x25/0x40 > <4>[ 17.487337] pci_reset_bus+0x1eb/0x270 > <4>[ 17.487340] vmd_probe+0x778/0xa10 > <4>[ 17.487344] pci_device_probe+0x95/0x120 > <4>[ 17.487346] really_probe+0xd9/0x370 > <4>[ 17.487349] ? __pfx___driver_attach+0x10/0x10 > <4>[ 17.487352] __driver_probe_device+0x73/0x150 > <4>[ 17.487354] driver_probe_device+0x19/0xa0 > <4>[ 17.487357] __driver_attach+0xb6/0x180 > <4>[ 17.487359] ? __pfx___driver_attach+0x10/0x10 > <4>[ 17.487362] bus_for_each_dev+0x77/0xd0 > <4>[ 17.487365] bus_add_driver+0x110/0x240 > <4>[ 17.487369] driver_register+0x5b/0x110 > <4>[ 17.487371] ? __pfx_vmd_drv_init+0x10/0x10 > <4>[ 17.487374] do_one_initcall+0x5c/0x2b0 > <4>[ 17.487378] kernel_init_freeable+0x18e/0x340 > <4>[ 17.487381] ? __pfx_kernel_init+0x10/0x10 > <4>[ 17.487384] kernel_init+0x15/0x130 > <4>[ 17.487387] ret_from_fork+0x2c/0x50 > <4>[ 17.487390] ? __pfx_kernel_init+0x10/0x10 > <4>[ 17.487392] ret_from_fork_asm+0x1a/0x30 > <4>[ 17.487396] </TASK> > ^ permalink raw reply [flat|nested] 13+ messages in thread
* RE: Lockdep annotation introduced warn in VMD driver 2024-05-28 22:53 ` Nirmal Patel @ 2024-05-29 7:45 ` Saarinen, Jani 2024-05-29 8:06 ` Jani Nikula 1 sibling, 0 replies; 13+ messages in thread From: Saarinen, Jani @ 2024-05-29 7:45 UTC (permalink / raw) To: Nirmal Patel, Deak, Imre Cc: Jiang, Dave, 李, 星辉, Jonathan Derrick, Bjorn Helgaas, linux-pci@vger.kernel.org, intel-gfx@lists.freedesktop.org Hi, > -----Original Message----- > From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of > Nirmal Patel > Sent: Wednesday, 29 May 2024 1.53 > To: Deak, Imre <imre.deak@intel.com> > Cc: Jiang, Dave <dave.jiang@intel.com>; 李, 星辉 <korantli@tencent.com>; > Jonathan Derrick <jonathan.derrick@linux.dev>; Bjorn Helgaas > <bhelgaas@google.com>; linux-pci@vger.kernel.org; intel- > gfx@lists.freedesktop.org > Subject: Re: Lockdep annotation introduced warn in VMD driver > > On Tue, 28 May 2024 15:36:54 +0300 > Imre Deak <imre.deak@intel.com> wrote: > > > Hi, > > > > commit 7e89efc6e9e402839643cb297bab14055c547f07 > > Author: Dave Jiang <dave.jiang@intel.com> > > Date: Thu May 2 09:57:31 2024 -0700 > > > > PCI: Lock upstream bridge for pci_reset_function() > > > > introduced the WARN below in the VMD driver, see [1] for the full log. > > Not sure if the annotation is incorrect or the VMD driver is missing > > the lock, CC'ing VMD folks. > > > > --Imre > Can you please provide repro steps and some background on the setup? What you mean? Just take latest rc1 and see reports from our CI. These are links from CI that can be seen from https://intel-gfx-ci.01.org/ These are currently issues on our drm-tip https://intel-gfx-ci.01.org/tree/drm-tip/index.html? See those remaining red ones https://intel-gfx-ci.01.org/tree/drm-tip/igt@runner@aborted.html and especially https://intel-gfx-ci.01.org/tree/drm-tip/index.html?hosts=mtlp-9%7Cdg2-13%7Cdg2-14%7Cadlp-11 . Originally from 10 bad behaving system one regression was fixed at https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14830/git-log-oneline.txt that patch was merged to our core-for-ci to wait proper fix land during rc-2+ times and that left 5 systems behaving bad still. For those 4 (excluding apl-1) we have already fix at #1 . For apl-1 we already have fix from Dan that is reported and rb'd too. #1 https://lore.kernel.org/all/cfb50601-5d2a-4676-a958-1bd3f1b06654@intel.com/ Does that explain ? Br, Jani > > -nirmal > > > > https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134112v1/bat-adlp-1 > > 1/boot0.txt > > > > <4>[ 17.354071] WARNING: CPU: 0 PID: 1 at drivers/pci/pci.c:4886 > > pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354095] Modules > > linked in: <4>[ 17.354104] CPU: 0 PID: 1 Comm: swapper/0 Not > > tainted 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 <4>[ > > 17.354128] Hardware name: Intel Corporation Alder Lake Client > > Platform/AlderLake-P LP5 RVP, BIOS RPLPFWI1.R00.4035.A00.2301200723 > > 01/20/2023 <4>[ 17.354153] RIP: > > 0010:pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354167] Code: > > c3 cc cc cc cc 48 89 ef 48 c7 c6 78 55 44 82 5d e9 d8 c6 ff ff 48 8d > > bf 48 08 00 00 be ff ff ff ff e8 97 10 5f 00 85 c0 75 b5 <0f> 0b eb > > b1 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 90 90 90 <4>[ > > 17.354199] RSP: 0000:ffffc90000097ca0 EFLAGS: 00010246 <4>[ > 17.354210] > > RAX: 0000000000000000 RBX: ffff888105604000 RCX: > > 0000000000000000 <4>[ 17.354224] RDX: 0000000080000000 RSI: > > ffffffff82421c40 RDI: ffffffff82441c4c <4>[ 17.354238] RBP: > > ffff888105601000 R08: 0000000000000001 R09: 0000000000000000 <4>[ > > 17.354251] R10: 0000000000000001 R11: ffff8881008c8040 R12: > > 0000000000000000 <4>[ 17.354264] R13: 0000000000000020 R14: > > 000000000000007f R15: ffff888105615c28 <4>[ 17.354283] FS: > > 0000000000000000(0000) GS:ffff8882a6e00000(0000) > > knlGS:0000000000000000 <4>[ 17.354313] CS: 0010 DS: 0000 ES: 0000 > > CR0: 0000000080050033 <4>[ 17.354334] CR2: ffff8882afbff000 CR3: > > 000000000663a000 CR4: 0000000000f50ef0 <4>[ 17.354348] PKRU: > > 55555554 <4>[ 17.354355] Call Trace: <4>[ 17.354361] <TASK> <4>[ > > 17.354367] ? __warn+0x8c/0x190 <4>[ 17.354380] ? > > pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354392] ? > > report_bug+0x1f8/0x200 <4>[ 17.354405] ? handle_bug+0x3c/0x70 <4>[ > > 17.354415] ? exc_invalid_op+0x18/0x70 <4>[ 17.354424] ? > > asm_exc_invalid_op+0x1a/0x20 <4>[ 17.354438] ? > > pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354451] > > pci_reset_bus+0x1d8/0x270 <4>[ 17.354461] vmd_probe+0x778/0xa10 > > <4>[ 17.354474] pci_device_probe+0x95/0x120 <4>[ 17.354484] > > really_probe+0xd9/0x370 <4>[ 17.354496] ? > > __pfx___driver_attach+0x10/0x10 <4>[ 17.354505] > > __driver_probe_device+0x73/0x150 <4>[ 17.354516] > > driver_probe_device+0x19/0xa0 <4>[ 17.354525] > > __driver_attach+0xb6/0x180 <4>[ 17.354534] ? > > __pfx___driver_attach+0x10/0x10 <4>[ 17.354544] > > bus_for_each_dev+0x77/0xd0 <4>[ 17.354555] > > bus_add_driver+0x110/0x240 <4>[ 17.354566] > > driver_register+0x5b/0x110 <4>[ 17.354575] ? > > __pfx_vmd_drv_init+0x10/0x10 <4>[ 17.354587] > > do_one_initcall+0x5c/0x2b0 <4>[ 17.354600] > > kernel_init_freeable+0x18e/0x340 <4>[ 17.354612] ? > > __pfx_kernel_init+0x10/0x10 <4>[ 17.354623] kernel_init+0x15/0x130 > > <4>[ 17.354631] ret_from_fork+0x2c/0x50 <4>[ 17.354641] ? > > __pfx_kernel_init+0x10/0x10 <4>[ 17.354650] > > ret_from_fork_asm+0x1a/0x30 <4>[ 17.354663] </TASK> <4>[ > > 17.354669] irq event stamp: 28577685 <4>[ 17.354677] hardirqs last > > enabled at (28577693): [<ffffffff8117c060>] > > console_unlock+0x110/0x120 <4>[ 17.354697] hardirqs last disabled > > at (28577700): [<ffffffff8117c045>] console_unlock+0xf5/0x120 <4>[ > > 17.354713] softirqs last enabled at (28577176): [<ffffffff810df29c>] > > handle_softirqs+0x2ec/0x3f0 <4>[ 17.354731] softirqs last disabled > > at (28577167): [<ffffffff810dfa17>] irq_exit_rcu+0x87/0xc0 <4>[ > > 17.354747] ---[ end trace 0000000000000000 ]--- > > > > <4>[ 17.487274] ===================================== > > <4>[ 17.487277] WARNING: bad unlock balance detected! > > <4>[ 17.487279] 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 > > Tainted: G W <4>[ 17.487282] > > ------------------------------------- <4>[ 17.487284] swapper/0/1 > > is trying to release lock (10000:e1:00.0) at: <4>[ 17.487287] > > [<ffffffff8176b377>] pci_cfg_access_unlock+0x57/0x60 <4>[ > > 17.487292] but there are no more locks to release! <4>[ 17.487294] > > other info that might help us debug this: > > <4>[ 17.487297] 2 locks held by swapper/0/1: > > <4>[ 17.487299] #0: ffff888102c1c1b0 (&dev->mutex){....}-{3:3}, > > at: __driver_attach+0xab/0x180 <4>[ 17.487306] #1: > > ffff8881056041b0 (&dev->mutex){....}-{3:3}, at: > > pci_dev_trylock+0x19/0x50 <4>[ 17.487312] stack backtrace: > > <4>[ 17.487314] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W > > 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 <4>[ 17.487318] > > Hardware name: Intel Corporation Alder Lake Client > > Platform/AlderLake-P LP5 RVP, BIOS RPLPFWI1.R00.4035.A00.2301200723 > > 01/20/2023 <4>[ 17.487322] Call Trace: <4>[ 17.487324] <TASK> > > <4>[ 17.487325] dump_stack_lvl+0x82/0xd0 <4>[ 17.487329] > > lock_release+0x20b/0x2d0 <4>[ 17.487334] pci_bus_unlock+0x25/0x40 > > <4>[ 17.487337] pci_reset_bus+0x1eb/0x270 > > <4>[ 17.487340] vmd_probe+0x778/0xa10 > > <4>[ 17.487344] pci_device_probe+0x95/0x120 > > <4>[ 17.487346] really_probe+0xd9/0x370 > > <4>[ 17.487349] ? __pfx___driver_attach+0x10/0x10 > > <4>[ 17.487352] __driver_probe_device+0x73/0x150 > > <4>[ 17.487354] driver_probe_device+0x19/0xa0 > > <4>[ 17.487357] __driver_attach+0xb6/0x180 > > <4>[ 17.487359] ? __pfx___driver_attach+0x10/0x10 > > <4>[ 17.487362] bus_for_each_dev+0x77/0xd0 > > <4>[ 17.487365] bus_add_driver+0x110/0x240 > > <4>[ 17.487369] driver_register+0x5b/0x110 > > <4>[ 17.487371] ? __pfx_vmd_drv_init+0x10/0x10 > > <4>[ 17.487374] do_one_initcall+0x5c/0x2b0 > > <4>[ 17.487378] kernel_init_freeable+0x18e/0x340 > > <4>[ 17.487381] ? __pfx_kernel_init+0x10/0x10 > > <4>[ 17.487384] kernel_init+0x15/0x130 > > <4>[ 17.487387] ret_from_fork+0x2c/0x50 > > <4>[ 17.487390] ? __pfx_kernel_init+0x10/0x10 > > <4>[ 17.487392] ret_from_fork_asm+0x1a/0x30 > > <4>[ 17.487396] </TASK> > > ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Lockdep annotation introduced warn in VMD driver 2024-05-28 22:53 ` Nirmal Patel 2024-05-29 7:45 ` Saarinen, Jani @ 2024-05-29 8:06 ` Jani Nikula 2024-05-29 13:48 ` Saarinen, Jani 1 sibling, 1 reply; 13+ messages in thread From: Jani Nikula @ 2024-05-29 8:06 UTC (permalink / raw) To: Nirmal Patel, Imre Deak Cc: Dave Jiang, Xinghui Li, Jonathan Derrick, Bjorn Helgaas, linux-pci, intel-gfx On Tue, 28 May 2024, Nirmal Patel <nirmal.patel@linux.intel.com> wrote: > On Tue, 28 May 2024 15:36:54 +0300 > Imre Deak <imre.deak@intel.com> wrote: > >> Hi, >> >> commit 7e89efc6e9e402839643cb297bab14055c547f07 >> Author: Dave Jiang <dave.jiang@intel.com> >> Date: Thu May 2 09:57:31 2024 -0700 >> >> PCI: Lock upstream bridge for pci_reset_function() >> >> introduced the WARN below in the VMD driver, see [1] for the full log. >> Not sure if the annotation is incorrect or the VMD driver is missing >> the lock, CC'ing VMD folks. >> >> --Imre > Can you please provide repro steps and some background on the setup? Hardware name: Intel Corporation Alder Lake Client Platform/AlderLake-P LP5 RVP. Kconfig: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14842/kconfig.txt Just booting with the above commit is enough. BR, Jani. > > -nirmal >> >> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134112v1/bat-adlp-11/boot0.txt >> >> <4>[ 17.354071] WARNING: CPU: 0 PID: 1 at drivers/pci/pci.c:4886 >> pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354095] Modules >> linked in: <4>[ 17.354104] CPU: 0 PID: 1 Comm: swapper/0 Not >> tainted 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 <4>[ >> 17.354128] Hardware name: Intel Corporation Alder Lake Client >> Platform/AlderLake-P LP5 RVP, BIOS RPLPFWI1.R00.4035.A00.2301200723 >> 01/20/2023 <4>[ 17.354153] RIP: >> 0010:pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354167] Code: >> c3 cc cc cc cc 48 89 ef 48 c7 c6 78 55 44 82 5d e9 d8 c6 ff ff 48 8d >> bf 48 08 00 00 be ff ff ff ff e8 97 10 5f 00 85 c0 75 b5 <0f> 0b eb >> b1 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 90 90 90 <4>[ >> 17.354199] RSP: 0000:ffffc90000097ca0 EFLAGS: 00010246 <4>[ >> 17.354210] RAX: 0000000000000000 RBX: ffff888105604000 RCX: >> 0000000000000000 <4>[ 17.354224] RDX: 0000000080000000 RSI: >> ffffffff82421c40 RDI: ffffffff82441c4c <4>[ 17.354238] RBP: >> ffff888105601000 R08: 0000000000000001 R09: 0000000000000000 <4>[ >> 17.354251] R10: 0000000000000001 R11: ffff8881008c8040 R12: >> 0000000000000000 <4>[ 17.354264] R13: 0000000000000020 R14: >> 000000000000007f R15: ffff888105615c28 <4>[ 17.354283] FS: >> 0000000000000000(0000) GS:ffff8882a6e00000(0000) >> knlGS:0000000000000000 <4>[ 17.354313] CS: 0010 DS: 0000 ES: 0000 >> CR0: 0000000080050033 <4>[ 17.354334] CR2: ffff8882afbff000 CR3: >> 000000000663a000 CR4: 0000000000f50ef0 <4>[ 17.354348] PKRU: >> 55555554 <4>[ 17.354355] Call Trace: <4>[ 17.354361] <TASK> <4>[ >> 17.354367] ? __warn+0x8c/0x190 <4>[ 17.354380] ? >> pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354392] ? >> report_bug+0x1f8/0x200 <4>[ 17.354405] ? handle_bug+0x3c/0x70 <4>[ >> 17.354415] ? exc_invalid_op+0x18/0x70 <4>[ 17.354424] ? >> asm_exc_invalid_op+0x1a/0x20 <4>[ 17.354438] ? >> pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354451] >> pci_reset_bus+0x1d8/0x270 <4>[ 17.354461] vmd_probe+0x778/0xa10 >> <4>[ 17.354474] pci_device_probe+0x95/0x120 <4>[ 17.354484] >> really_probe+0xd9/0x370 <4>[ 17.354496] ? >> __pfx___driver_attach+0x10/0x10 <4>[ 17.354505] >> __driver_probe_device+0x73/0x150 <4>[ 17.354516] >> driver_probe_device+0x19/0xa0 <4>[ 17.354525] >> __driver_attach+0xb6/0x180 <4>[ 17.354534] ? >> __pfx___driver_attach+0x10/0x10 <4>[ 17.354544] >> bus_for_each_dev+0x77/0xd0 <4>[ 17.354555] >> bus_add_driver+0x110/0x240 <4>[ 17.354566] >> driver_register+0x5b/0x110 <4>[ 17.354575] ? >> __pfx_vmd_drv_init+0x10/0x10 <4>[ 17.354587] >> do_one_initcall+0x5c/0x2b0 <4>[ 17.354600] >> kernel_init_freeable+0x18e/0x340 <4>[ 17.354612] ? >> __pfx_kernel_init+0x10/0x10 <4>[ 17.354623] kernel_init+0x15/0x130 >> <4>[ 17.354631] ret_from_fork+0x2c/0x50 <4>[ 17.354641] ? >> __pfx_kernel_init+0x10/0x10 <4>[ 17.354650] >> ret_from_fork_asm+0x1a/0x30 <4>[ 17.354663] </TASK> <4>[ >> 17.354669] irq event stamp: 28577685 <4>[ 17.354677] hardirqs last >> enabled at (28577693): [<ffffffff8117c060>] >> console_unlock+0x110/0x120 <4>[ 17.354697] hardirqs last disabled >> at (28577700): [<ffffffff8117c045>] console_unlock+0xf5/0x120 <4>[ >> 17.354713] softirqs last enabled at (28577176): [<ffffffff810df29c>] >> handle_softirqs+0x2ec/0x3f0 <4>[ 17.354731] softirqs last disabled >> at (28577167): [<ffffffff810dfa17>] irq_exit_rcu+0x87/0xc0 <4>[ >> 17.354747] ---[ end trace 0000000000000000 ]--- >> >> <4>[ 17.487274] ===================================== >> <4>[ 17.487277] WARNING: bad unlock balance detected! >> <4>[ 17.487279] 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 >> Tainted: G W <4>[ 17.487282] >> ------------------------------------- <4>[ 17.487284] swapper/0/1 >> is trying to release lock (10000:e1:00.0) at: <4>[ 17.487287] >> [<ffffffff8176b377>] pci_cfg_access_unlock+0x57/0x60 <4>[ >> 17.487292] but there are no more locks to release! <4>[ 17.487294] >> other info that might help us debug this: >> <4>[ 17.487297] 2 locks held by swapper/0/1: >> <4>[ 17.487299] #0: ffff888102c1c1b0 (&dev->mutex){....}-{3:3}, >> at: __driver_attach+0xab/0x180 <4>[ 17.487306] #1: >> ffff8881056041b0 (&dev->mutex){....}-{3:3}, at: >> pci_dev_trylock+0x19/0x50 <4>[ 17.487312] stack backtrace: >> <4>[ 17.487314] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W >> 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 <4>[ >> 17.487318] Hardware name: Intel Corporation Alder Lake Client >> Platform/AlderLake-P LP5 RVP, BIOS RPLPFWI1.R00.4035.A00.2301200723 >> 01/20/2023 <4>[ 17.487322] Call Trace: <4>[ 17.487324] <TASK> >> <4>[ 17.487325] dump_stack_lvl+0x82/0xd0 <4>[ 17.487329] >> lock_release+0x20b/0x2d0 <4>[ 17.487334] pci_bus_unlock+0x25/0x40 >> <4>[ 17.487337] pci_reset_bus+0x1eb/0x270 >> <4>[ 17.487340] vmd_probe+0x778/0xa10 >> <4>[ 17.487344] pci_device_probe+0x95/0x120 >> <4>[ 17.487346] really_probe+0xd9/0x370 >> <4>[ 17.487349] ? __pfx___driver_attach+0x10/0x10 >> <4>[ 17.487352] __driver_probe_device+0x73/0x150 >> <4>[ 17.487354] driver_probe_device+0x19/0xa0 >> <4>[ 17.487357] __driver_attach+0xb6/0x180 >> <4>[ 17.487359] ? __pfx___driver_attach+0x10/0x10 >> <4>[ 17.487362] bus_for_each_dev+0x77/0xd0 >> <4>[ 17.487365] bus_add_driver+0x110/0x240 >> <4>[ 17.487369] driver_register+0x5b/0x110 >> <4>[ 17.487371] ? __pfx_vmd_drv_init+0x10/0x10 >> <4>[ 17.487374] do_one_initcall+0x5c/0x2b0 >> <4>[ 17.487378] kernel_init_freeable+0x18e/0x340 >> <4>[ 17.487381] ? __pfx_kernel_init+0x10/0x10 >> <4>[ 17.487384] kernel_init+0x15/0x130 >> <4>[ 17.487387] ret_from_fork+0x2c/0x50 >> <4>[ 17.487390] ? __pfx_kernel_init+0x10/0x10 >> <4>[ 17.487392] ret_from_fork_asm+0x1a/0x30 >> <4>[ 17.487396] </TASK> >> > -- Jani Nikula, Intel ^ permalink raw reply [flat|nested] 13+ messages in thread
* RE: Lockdep annotation introduced warn in VMD driver 2024-05-29 8:06 ` Jani Nikula @ 2024-05-29 13:48 ` Saarinen, Jani 2024-05-29 15:36 ` Saarinen, Jani 0 siblings, 1 reply; 13+ messages in thread From: Saarinen, Jani @ 2024-05-29 13:48 UTC (permalink / raw) To: Jani Nikula, Nirmal Patel, Deak, Imre, Jiang, Dave Cc: 李, 星辉, Jonathan Derrick, Bjorn Helgaas, linux-pci@vger.kernel.org, intel-gfx@lists.freedesktop.org Hi, > -----Original Message----- > From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of Jani > Nikula > Sent: Wednesday, 29 May 2024 11.06 > To: Nirmal Patel <nirmal.patel@linux.intel.com>; Deak, Imre > <imre.deak@intel.com> > Cc: Jiang, Dave <dave.jiang@intel.com>; 李, 星辉 <korantli@tencent.com>; > Jonathan Derrick <jonathan.derrick@linux.dev>; Bjorn Helgaas > <bhelgaas@google.com>; linux-pci@vger.kernel.org; intel- > gfx@lists.freedesktop.org > Subject: Re: Lockdep annotation introduced warn in VMD driver > > On Tue, 28 May 2024, Nirmal Patel <nirmal.patel@linux.intel.com> wrote: > > On Tue, 28 May 2024 15:36:54 +0300 > > Imre Deak <imre.deak@intel.com> wrote: > > > >> Hi, > >> > >> commit 7e89efc6e9e402839643cb297bab14055c547f07 > >> Author: Dave Jiang <dave.jiang@intel.com> > >> Date: Thu May 2 09:57:31 2024 -0700 > >> > >> PCI: Lock upstream bridge for pci_reset_function() > >> > >> introduced the WARN below in the VMD driver, see [1] for the full log. > >> Not sure if the annotation is incorrect or the VMD driver is missing > >> the lock, CC'ing VMD folks. > >> > >> --Imre > > Can you please provide repro steps and some background on the setup? > > Hardware name: Intel Corporation Alder Lake Client Platform/AlderLake-P > LP5 RVP. > > Kconfig: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14842/kconfig.txt > > Just booting with the above commit is enough. It seems fix do not fix as seen on https://patchwork.freedesktop.org/series/134183/ => https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134183v1/index.html? See those red not where both are red stil and also both dmesg (boot.log) look still identical. So eg: base build: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14846/bat-dg2-13/boot0.txt pw patches: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134183v1/bat-dg2-13/boot0.txt Dave, thoughts? Br, Jani > BR, > Jani. > > > > > -nirmal > >> > >> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134112v1/bat-adlp- > >> 11/boot0.txt > >> > >> <4>[ 17.354071] WARNING: CPU: 0 PID: 1 at drivers/pci/pci.c:4886 > >> pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354095] Modules > >> linked in: <4>[ 17.354104] CPU: 0 PID: 1 Comm: swapper/0 Not > >> tainted 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 <4>[ > >> 17.354128] Hardware name: Intel Corporation Alder Lake Client > >> Platform/AlderLake-P LP5 RVP, BIOS RPLPFWI1.R00.4035.A00.2301200723 > >> 01/20/2023 <4>[ 17.354153] RIP: > >> 0010:pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354167] > Code: > >> c3 cc cc cc cc 48 89 ef 48 c7 c6 78 55 44 82 5d e9 d8 c6 ff ff 48 8d > >> bf 48 08 00 00 be ff ff ff ff e8 97 10 5f 00 85 c0 75 b5 <0f> 0b eb > >> b1 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 90 90 90 <4>[ > >> 17.354199] RSP: 0000:ffffc90000097ca0 EFLAGS: 00010246 <4>[ > >> 17.354210] RAX: 0000000000000000 RBX: ffff888105604000 RCX: > >> 0000000000000000 <4>[ 17.354224] RDX: 0000000080000000 RSI: > >> ffffffff82421c40 RDI: ffffffff82441c4c <4>[ 17.354238] RBP: > >> ffff888105601000 R08: 0000000000000001 R09: 0000000000000000 <4>[ > >> 17.354251] R10: 0000000000000001 R11: ffff8881008c8040 R12: > >> 0000000000000000 <4>[ 17.354264] R13: 0000000000000020 R14: > >> 000000000000007f R15: ffff888105615c28 <4>[ 17.354283] FS: > >> 0000000000000000(0000) GS:ffff8882a6e00000(0000) > >> knlGS:0000000000000000 <4>[ 17.354313] CS: 0010 DS: 0000 ES: 0000 > >> CR0: 0000000080050033 <4>[ 17.354334] CR2: ffff8882afbff000 CR3: > >> 000000000663a000 CR4: 0000000000f50ef0 <4>[ 17.354348] PKRU: > >> 55555554 <4>[ 17.354355] Call Trace: <4>[ 17.354361] <TASK> <4>[ > >> 17.354367] ? __warn+0x8c/0x190 <4>[ 17.354380] ? > >> pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354392] ? > >> report_bug+0x1f8/0x200 <4>[ 17.354405] ? handle_bug+0x3c/0x70 <4>[ > >> 17.354415] ? exc_invalid_op+0x18/0x70 <4>[ 17.354424] ? > >> asm_exc_invalid_op+0x1a/0x20 <4>[ 17.354438] ? > >> pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354451] > >> pci_reset_bus+0x1d8/0x270 <4>[ 17.354461] vmd_probe+0x778/0xa10 > >> <4>[ 17.354474] pci_device_probe+0x95/0x120 <4>[ 17.354484] > >> really_probe+0xd9/0x370 <4>[ 17.354496] ? > >> __pfx___driver_attach+0x10/0x10 <4>[ 17.354505] > >> __driver_probe_device+0x73/0x150 <4>[ 17.354516] > >> driver_probe_device+0x19/0xa0 <4>[ 17.354525] > >> __driver_attach+0xb6/0x180 <4>[ 17.354534] ? > >> __pfx___driver_attach+0x10/0x10 <4>[ 17.354544] > >> bus_for_each_dev+0x77/0xd0 <4>[ 17.354555] > >> bus_add_driver+0x110/0x240 <4>[ 17.354566] > >> driver_register+0x5b/0x110 <4>[ 17.354575] ? > >> __pfx_vmd_drv_init+0x10/0x10 <4>[ 17.354587] > >> do_one_initcall+0x5c/0x2b0 <4>[ 17.354600] > >> kernel_init_freeable+0x18e/0x340 <4>[ 17.354612] ? > >> __pfx_kernel_init+0x10/0x10 <4>[ 17.354623] kernel_init+0x15/0x130 > >> <4>[ 17.354631] ret_from_fork+0x2c/0x50 <4>[ 17.354641] ? > >> __pfx_kernel_init+0x10/0x10 <4>[ 17.354650] > >> ret_from_fork_asm+0x1a/0x30 <4>[ 17.354663] </TASK> <4>[ > >> 17.354669] irq event stamp: 28577685 <4>[ 17.354677] hardirqs last > >> enabled at (28577693): [<ffffffff8117c060>] > >> console_unlock+0x110/0x120 <4>[ 17.354697] hardirqs last disabled > >> at (28577700): [<ffffffff8117c045>] console_unlock+0xf5/0x120 <4>[ > >> 17.354713] softirqs last enabled at (28577176): [<ffffffff810df29c>] > >> handle_softirqs+0x2ec/0x3f0 <4>[ 17.354731] softirqs last disabled > >> at (28577167): [<ffffffff810dfa17>] irq_exit_rcu+0x87/0xc0 <4>[ > >> 17.354747] ---[ end trace 0000000000000000 ]--- > >> > >> <4>[ 17.487274] ===================================== > >> <4>[ 17.487277] WARNING: bad unlock balance detected! > >> <4>[ 17.487279] 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 > >> Tainted: G W <4>[ 17.487282] > >> ------------------------------------- <4>[ 17.487284] swapper/0/1 > >> is trying to release lock (10000:e1:00.0) at: <4>[ 17.487287] > >> [<ffffffff8176b377>] pci_cfg_access_unlock+0x57/0x60 <4>[ > >> 17.487292] but there are no more locks to release! <4>[ 17.487294] > >> other info that might help us debug this: > >> <4>[ 17.487297] 2 locks held by swapper/0/1: > >> <4>[ 17.487299] #0: ffff888102c1c1b0 (&dev->mutex){....}-{3:3}, > >> at: __driver_attach+0xab/0x180 <4>[ 17.487306] #1: > >> ffff8881056041b0 (&dev->mutex){....}-{3:3}, at: > >> pci_dev_trylock+0x19/0x50 <4>[ 17.487312] stack backtrace: > >> <4>[ 17.487314] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W > >> 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 <4>[ > >> 17.487318] Hardware name: Intel Corporation Alder Lake Client > >> Platform/AlderLake-P LP5 RVP, BIOS RPLPFWI1.R00.4035.A00.2301200723 > >> 01/20/2023 <4>[ 17.487322] Call Trace: <4>[ 17.487324] <TASK> > >> <4>[ 17.487325] dump_stack_lvl+0x82/0xd0 <4>[ 17.487329] > >> lock_release+0x20b/0x2d0 <4>[ 17.487334] pci_bus_unlock+0x25/0x40 > >> <4>[ 17.487337] pci_reset_bus+0x1eb/0x270 > >> <4>[ 17.487340] vmd_probe+0x778/0xa10 > >> <4>[ 17.487344] pci_device_probe+0x95/0x120 > >> <4>[ 17.487346] really_probe+0xd9/0x370 > >> <4>[ 17.487349] ? __pfx___driver_attach+0x10/0x10 > >> <4>[ 17.487352] __driver_probe_device+0x73/0x150 > >> <4>[ 17.487354] driver_probe_device+0x19/0xa0 > >> <4>[ 17.487357] __driver_attach+0xb6/0x180 > >> <4>[ 17.487359] ? __pfx___driver_attach+0x10/0x10 > >> <4>[ 17.487362] bus_for_each_dev+0x77/0xd0 > >> <4>[ 17.487365] bus_add_driver+0x110/0x240 > >> <4>[ 17.487369] driver_register+0x5b/0x110 > >> <4>[ 17.487371] ? __pfx_vmd_drv_init+0x10/0x10 > >> <4>[ 17.487374] do_one_initcall+0x5c/0x2b0 > >> <4>[ 17.487378] kernel_init_freeable+0x18e/0x340 > >> <4>[ 17.487381] ? __pfx_kernel_init+0x10/0x10 > >> <4>[ 17.487384] kernel_init+0x15/0x130 > >> <4>[ 17.487387] ret_from_fork+0x2c/0x50 > >> <4>[ 17.487390] ? __pfx_kernel_init+0x10/0x10 > >> <4>[ 17.487392] ret_from_fork_asm+0x1a/0x30 > >> <4>[ 17.487396] </TASK> > >> > > > > -- > Jani Nikula, Intel ^ permalink raw reply [flat|nested] 13+ messages in thread
* RE: Lockdep annotation introduced warn in VMD driver 2024-05-29 13:48 ` Saarinen, Jani @ 2024-05-29 15:36 ` Saarinen, Jani 2024-05-29 16:08 ` Dave Jiang 0 siblings, 1 reply; 13+ messages in thread From: Saarinen, Jani @ 2024-05-29 15:36 UTC (permalink / raw) To: Jani Nikula, Nirmal Patel, Deak, Imre, Jiang, Dave, Williams, Dan J Cc: 李, 星辉, Jonathan Derrick, Bjorn Helgaas, linux-pci@vger.kernel.org, intel-gfx@lists.freedesktop.org Hi, > -----Original Message----- > From: Saarinen, Jani > Sent: Wednesday, 29 May 2024 16.49 > To: Jani Nikula <jani.nikula@linux.intel.com>; Nirmal Patel > <nirmal.patel@linux.intel.com>; Deak, Imre <imre.deak@intel.com>; Jiang, > Dave <dave.jiang@intel.com> > Cc: 李, 星辉 <korantli@tencent.com>; Jonathan Derrick > <jonathan.derrick@linux.dev>; Bjorn Helgaas <bhelgaas@google.com>; linux- > pci@vger.kernel.org; intel-gfx@lists.freedesktop.org > Subject: RE: Lockdep annotation introduced warn in VMD driver > > Hi, > > > -----Original Message----- > > From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of Jani > > Nikula > > Sent: Wednesday, 29 May 2024 11.06 > > To: Nirmal Patel <nirmal.patel@linux.intel.com>; Deak, Imre > > <imre.deak@intel.com> > > Cc: Jiang, Dave <dave.jiang@intel.com>; 李, 星辉 <korantli@tencent.com>; > > Jonathan Derrick <jonathan.derrick@linux.dev>; Bjorn Helgaas > > <bhelgaas@google.com>; linux-pci@vger.kernel.org; intel- > > gfx@lists.freedesktop.org > > Subject: Re: Lockdep annotation introduced warn in VMD driver > > > > On Tue, 28 May 2024, Nirmal Patel <nirmal.patel@linux.intel.com> wrote: > > > On Tue, 28 May 2024 15:36:54 +0300 > > > Imre Deak <imre.deak@intel.com> wrote: > > > > > >> Hi, > > >> > > >> commit 7e89efc6e9e402839643cb297bab14055c547f07 > > >> Author: Dave Jiang <dave.jiang@intel.com> > > >> Date: Thu May 2 09:57:31 2024 -0700 > > >> > > >> PCI: Lock upstream bridge for pci_reset_function() > > >> > > >> introduced the WARN below in the VMD driver, see [1] for the full log. > > >> Not sure if the annotation is incorrect or the VMD driver is missing > > >> the lock, CC'ing VMD folks. > > >> > > >> --Imre > > > Can you please provide repro steps and some background on the setup? > > > > Hardware name: Intel Corporation Alder Lake Client Platform/AlderLake-P > > LP5 RVP. > > > > Kconfig: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14842/kconfig.txt > > > > Just booting with the above commit is enough. > It seems fix do not fix as seen on > https://patchwork.freedesktop.org/series/134183/ > => https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134183v1/index.html? > See those red not where both are red stil and also both dmesg (boot.log) look > still identical. > So eg: > base build: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14846/bat-dg2- > 13/boot0.txt > pw patches: https://intel-gfx-ci.01.org/tree/drm- > tip/Patchwork_134183v1/bat-dg2-13/boot0.txt > > Dave, thoughts? Also Imre tried with 2 PCI patches together https://patchwork.freedesktop.org/series/134193/ And still not good for those 4 systems (mtlp-9, bat-dg2-13/14 and bat-adlp-11) : https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_134193v1/index.html? Dave, Dan, thoughts? Br, Jani > > > Br, > Jani > > > BR, > > Jani. > > > > > > > > -nirmal > > >> > > >> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134112v1/bat-adlp- > > >> 11/boot0.txt > > >> > > >> <4>[ 17.354071] WARNING: CPU: 0 PID: 1 at drivers/pci/pci.c:4886 > > >> pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354095] Modules > > >> linked in: <4>[ 17.354104] CPU: 0 PID: 1 Comm: swapper/0 Not > > >> tainted 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 <4>[ > > >> 17.354128] Hardware name: Intel Corporation Alder Lake Client > > >> Platform/AlderLake-P LP5 RVP, BIOS > RPLPFWI1.R00.4035.A00.2301200723 > > >> 01/20/2023 <4>[ 17.354153] RIP: > > >> 0010:pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354167] > > Code: > > >> c3 cc cc cc cc 48 89 ef 48 c7 c6 78 55 44 82 5d e9 d8 c6 ff ff 48 8d > > >> bf 48 08 00 00 be ff ff ff ff e8 97 10 5f 00 85 c0 75 b5 <0f> 0b eb > > >> b1 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 90 90 90 <4>[ > > >> 17.354199] RSP: 0000:ffffc90000097ca0 EFLAGS: 00010246 <4>[ > > >> 17.354210] RAX: 0000000000000000 RBX: ffff888105604000 RCX: > > >> 0000000000000000 <4>[ 17.354224] RDX: 0000000080000000 RSI: > > >> ffffffff82421c40 RDI: ffffffff82441c4c <4>[ 17.354238] RBP: > > >> ffff888105601000 R08: 0000000000000001 R09: 0000000000000000 > <4>[ > > >> 17.354251] R10: 0000000000000001 R11: ffff8881008c8040 R12: > > >> 0000000000000000 <4>[ 17.354264] R13: 0000000000000020 R14: > > >> 000000000000007f R15: ffff888105615c28 <4>[ 17.354283] FS: > > >> 0000000000000000(0000) GS:ffff8882a6e00000(0000) > > >> knlGS:0000000000000000 <4>[ 17.354313] CS: 0010 DS: 0000 ES: 0000 > > >> CR0: 0000000080050033 <4>[ 17.354334] CR2: ffff8882afbff000 CR3: > > >> 000000000663a000 CR4: 0000000000f50ef0 <4>[ 17.354348] PKRU: > > >> 55555554 <4>[ 17.354355] Call Trace: <4>[ 17.354361] <TASK> <4>[ > > >> 17.354367] ? __warn+0x8c/0x190 <4>[ 17.354380] ? > > >> pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354392] ? > > >> report_bug+0x1f8/0x200 <4>[ 17.354405] ? handle_bug+0x3c/0x70 > <4>[ > > >> 17.354415] ? exc_invalid_op+0x18/0x70 <4>[ 17.354424] ? > > >> asm_exc_invalid_op+0x1a/0x20 <4>[ 17.354438] ? > > >> pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354451] > > >> pci_reset_bus+0x1d8/0x270 <4>[ 17.354461] > vmd_probe+0x778/0xa10 > > >> <4>[ 17.354474] pci_device_probe+0x95/0x120 <4>[ 17.354484] > > >> really_probe+0xd9/0x370 <4>[ 17.354496] ? > > >> __pfx___driver_attach+0x10/0x10 <4>[ 17.354505] > > >> __driver_probe_device+0x73/0x150 <4>[ 17.354516] > > >> driver_probe_device+0x19/0xa0 <4>[ 17.354525] > > >> __driver_attach+0xb6/0x180 <4>[ 17.354534] ? > > >> __pfx___driver_attach+0x10/0x10 <4>[ 17.354544] > > >> bus_for_each_dev+0x77/0xd0 <4>[ 17.354555] > > >> bus_add_driver+0x110/0x240 <4>[ 17.354566] > > >> driver_register+0x5b/0x110 <4>[ 17.354575] ? > > >> __pfx_vmd_drv_init+0x10/0x10 <4>[ 17.354587] > > >> do_one_initcall+0x5c/0x2b0 <4>[ 17.354600] > > >> kernel_init_freeable+0x18e/0x340 <4>[ 17.354612] ? > > >> __pfx_kernel_init+0x10/0x10 <4>[ 17.354623] kernel_init+0x15/0x130 > > >> <4>[ 17.354631] ret_from_fork+0x2c/0x50 <4>[ 17.354641] ? > > >> __pfx_kernel_init+0x10/0x10 <4>[ 17.354650] > > >> ret_from_fork_asm+0x1a/0x30 <4>[ 17.354663] </TASK> <4>[ > > >> 17.354669] irq event stamp: 28577685 <4>[ 17.354677] hardirqs last > > >> enabled at (28577693): [<ffffffff8117c060>] > > >> console_unlock+0x110/0x120 <4>[ 17.354697] hardirqs last disabled > > >> at (28577700): [<ffffffff8117c045>] console_unlock+0xf5/0x120 <4>[ > > >> 17.354713] softirqs last enabled at (28577176): [<ffffffff810df29c>] > > >> handle_softirqs+0x2ec/0x3f0 <4>[ 17.354731] softirqs last disabled > > >> at (28577167): [<ffffffff810dfa17>] irq_exit_rcu+0x87/0xc0 <4>[ > > >> 17.354747] ---[ end trace 0000000000000000 ]--- > > >> > > >> <4>[ 17.487274] ===================================== > > >> <4>[ 17.487277] WARNING: bad unlock balance detected! > > >> <4>[ 17.487279] 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 > > >> Tainted: G W <4>[ 17.487282] > > >> ------------------------------------- <4>[ 17.487284] swapper/0/1 > > >> is trying to release lock (10000:e1:00.0) at: <4>[ 17.487287] > > >> [<ffffffff8176b377>] pci_cfg_access_unlock+0x57/0x60 <4>[ > > >> 17.487292] but there are no more locks to release! <4>[ 17.487294] > > >> other info that might help us debug this: > > >> <4>[ 17.487297] 2 locks held by swapper/0/1: > > >> <4>[ 17.487299] #0: ffff888102c1c1b0 (&dev->mutex){....}-{3:3}, > > >> at: __driver_attach+0xab/0x180 <4>[ 17.487306] #1: > > >> ffff8881056041b0 (&dev->mutex){....}-{3:3}, at: > > >> pci_dev_trylock+0x19/0x50 <4>[ 17.487312] stack backtrace: > > >> <4>[ 17.487314] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W > > >> 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 <4>[ > > >> 17.487318] Hardware name: Intel Corporation Alder Lake Client > > >> Platform/AlderLake-P LP5 RVP, BIOS > RPLPFWI1.R00.4035.A00.2301200723 > > >> 01/20/2023 <4>[ 17.487322] Call Trace: <4>[ 17.487324] <TASK> > > >> <4>[ 17.487325] dump_stack_lvl+0x82/0xd0 <4>[ 17.487329] > > >> lock_release+0x20b/0x2d0 <4>[ 17.487334] > pci_bus_unlock+0x25/0x40 > > >> <4>[ 17.487337] pci_reset_bus+0x1eb/0x270 > > >> <4>[ 17.487340] vmd_probe+0x778/0xa10 > > >> <4>[ 17.487344] pci_device_probe+0x95/0x120 > > >> <4>[ 17.487346] really_probe+0xd9/0x370 > > >> <4>[ 17.487349] ? __pfx___driver_attach+0x10/0x10 > > >> <4>[ 17.487352] __driver_probe_device+0x73/0x150 > > >> <4>[ 17.487354] driver_probe_device+0x19/0xa0 > > >> <4>[ 17.487357] __driver_attach+0xb6/0x180 > > >> <4>[ 17.487359] ? __pfx___driver_attach+0x10/0x10 > > >> <4>[ 17.487362] bus_for_each_dev+0x77/0xd0 > > >> <4>[ 17.487365] bus_add_driver+0x110/0x240 > > >> <4>[ 17.487369] driver_register+0x5b/0x110 > > >> <4>[ 17.487371] ? __pfx_vmd_drv_init+0x10/0x10 > > >> <4>[ 17.487374] do_one_initcall+0x5c/0x2b0 > > >> <4>[ 17.487378] kernel_init_freeable+0x18e/0x340 > > >> <4>[ 17.487381] ? __pfx_kernel_init+0x10/0x10 > > >> <4>[ 17.487384] kernel_init+0x15/0x130 > > >> <4>[ 17.487387] ret_from_fork+0x2c/0x50 > > >> <4>[ 17.487390] ? __pfx_kernel_init+0x10/0x10 > > >> <4>[ 17.487392] ret_from_fork_asm+0x1a/0x30 > > >> <4>[ 17.487396] </TASK> > > >> > > > > > > > -- > > Jani Nikula, Intel ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Lockdep annotation introduced warn in VMD driver 2024-05-29 15:36 ` Saarinen, Jani @ 2024-05-29 16:08 ` Dave Jiang 2024-05-29 16:51 ` Imre Deak 0 siblings, 1 reply; 13+ messages in thread From: Dave Jiang @ 2024-05-29 16:08 UTC (permalink / raw) To: Saarinen, Jani, Jani Nikula, Nirmal Patel, Deak, Imre, Williams, Dan J Cc: 李, 星辉, Jonathan Derrick, Bjorn Helgaas, linux-pci@vger.kernel.org, intel-gfx@lists.freedesktop.org On 5/29/24 8:36 AM, Saarinen, Jani wrote: > Hi, >> -----Original Message----- >> From: Saarinen, Jani >> Sent: Wednesday, 29 May 2024 16.49 >> To: Jani Nikula <jani.nikula@linux.intel.com>; Nirmal Patel >> <nirmal.patel@linux.intel.com>; Deak, Imre <imre.deak@intel.com>; Jiang, >> Dave <dave.jiang@intel.com> >> Cc: 李, 星辉 <korantli@tencent.com>; Jonathan Derrick >> <jonathan.derrick@linux.dev>; Bjorn Helgaas <bhelgaas@google.com>; linux- >> pci@vger.kernel.org; intel-gfx@lists.freedesktop.org >> Subject: RE: Lockdep annotation introduced warn in VMD driver >> >> Hi, >> >>> -----Original Message----- >>> From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of Jani >>> Nikula >>> Sent: Wednesday, 29 May 2024 11.06 >>> To: Nirmal Patel <nirmal.patel@linux.intel.com>; Deak, Imre >>> <imre.deak@intel.com> >>> Cc: Jiang, Dave <dave.jiang@intel.com>; 李, 星辉 <korantli@tencent.com>; >>> Jonathan Derrick <jonathan.derrick@linux.dev>; Bjorn Helgaas >>> <bhelgaas@google.com>; linux-pci@vger.kernel.org; intel- >>> gfx@lists.freedesktop.org >>> Subject: Re: Lockdep annotation introduced warn in VMD driver >>> >>> On Tue, 28 May 2024, Nirmal Patel <nirmal.patel@linux.intel.com> wrote: >>>> On Tue, 28 May 2024 15:36:54 +0300 >>>> Imre Deak <imre.deak@intel.com> wrote: >>>> >>>>> Hi, >>>>> >>>>> commit 7e89efc6e9e402839643cb297bab14055c547f07 >>>>> Author: Dave Jiang <dave.jiang@intel.com> >>>>> Date: Thu May 2 09:57:31 2024 -0700 >>>>> >>>>> PCI: Lock upstream bridge for pci_reset_function() >>>>> >>>>> introduced the WARN below in the VMD driver, see [1] for the full log. >>>>> Not sure if the annotation is incorrect or the VMD driver is missing >>>>> the lock, CC'ing VMD folks. >>>>> >>>>> --Imre >>>> Can you please provide repro steps and some background on the setup? >>> >>> Hardware name: Intel Corporation Alder Lake Client Platform/AlderLake-P >>> LP5 RVP. >>> >>> Kconfig: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14842/kconfig.txt >>> >>> Just booting with the above commit is enough. >> It seems fix do not fix as seen on >> https://patchwork.freedesktop.org/series/134183/ >> => https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134183v1/index.html? >> See those red not where both are red stil and also both dmesg (boot.log) look >> still identical. >> So eg: >> base build: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14846/bat-dg2- >> 13/boot0.txt >> pw patches: https://intel-gfx-ci.01.org/tree/drm- >> tip/Patchwork_134183v1/bat-dg2-13/boot0.txt >> >> Dave, thoughts? > Also Imre tried with 2 PCI patches together https://patchwork.freedesktop.org/series/134193/ > And still not good for those 4 systems (mtlp-9, bat-dg2-13/14 and bat-adlp-11) : https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_134193v1/index.html? > Dave, Dan, thoughts? Can you provide the dmesg from the failure system with the 2 patches applied please? > > Br, > Jani >> >> >> Br, >> Jani >> >>> BR, >>> Jani. >>> >>>> >>>> -nirmal >>>>> >>>>> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134112v1/bat-adlp- >>>>> 11/boot0.txt >>>>> >>>>> <4>[ 17.354071] WARNING: CPU: 0 PID: 1 at drivers/pci/pci.c:4886 >>>>> pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354095] Modules >>>>> linked in: <4>[ 17.354104] CPU: 0 PID: 1 Comm: swapper/0 Not >>>>> tainted 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 <4>[ >>>>> 17.354128] Hardware name: Intel Corporation Alder Lake Client >>>>> Platform/AlderLake-P LP5 RVP, BIOS >> RPLPFWI1.R00.4035.A00.2301200723 >>>>> 01/20/2023 <4>[ 17.354153] RIP: >>>>> 0010:pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354167] >>> Code: >>>>> c3 cc cc cc cc 48 89 ef 48 c7 c6 78 55 44 82 5d e9 d8 c6 ff ff 48 8d >>>>> bf 48 08 00 00 be ff ff ff ff e8 97 10 5f 00 85 c0 75 b5 <0f> 0b eb >>>>> b1 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 90 90 90 <4>[ >>>>> 17.354199] RSP: 0000:ffffc90000097ca0 EFLAGS: 00010246 <4>[ >>>>> 17.354210] RAX: 0000000000000000 RBX: ffff888105604000 RCX: >>>>> 0000000000000000 <4>[ 17.354224] RDX: 0000000080000000 RSI: >>>>> ffffffff82421c40 RDI: ffffffff82441c4c <4>[ 17.354238] RBP: >>>>> ffff888105601000 R08: 0000000000000001 R09: 0000000000000000 >> <4>[ >>>>> 17.354251] R10: 0000000000000001 R11: ffff8881008c8040 R12: >>>>> 0000000000000000 <4>[ 17.354264] R13: 0000000000000020 R14: >>>>> 000000000000007f R15: ffff888105615c28 <4>[ 17.354283] FS: >>>>> 0000000000000000(0000) GS:ffff8882a6e00000(0000) >>>>> knlGS:0000000000000000 <4>[ 17.354313] CS: 0010 DS: 0000 ES: 0000 >>>>> CR0: 0000000080050033 <4>[ 17.354334] CR2: ffff8882afbff000 CR3: >>>>> 000000000663a000 CR4: 0000000000f50ef0 <4>[ 17.354348] PKRU: >>>>> 55555554 <4>[ 17.354355] Call Trace: <4>[ 17.354361] <TASK> <4>[ >>>>> 17.354367] ? __warn+0x8c/0x190 <4>[ 17.354380] ? >>>>> pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354392] ? >>>>> report_bug+0x1f8/0x200 <4>[ 17.354405] ? handle_bug+0x3c/0x70 >> <4>[ >>>>> 17.354415] ? exc_invalid_op+0x18/0x70 <4>[ 17.354424] ? >>>>> asm_exc_invalid_op+0x1a/0x20 <4>[ 17.354438] ? >>>>> pci_bridge_secondary_bus_reset+0x5d/0x70 <4>[ 17.354451] >>>>> pci_reset_bus+0x1d8/0x270 <4>[ 17.354461] >> vmd_probe+0x778/0xa10 >>>>> <4>[ 17.354474] pci_device_probe+0x95/0x120 <4>[ 17.354484] >>>>> really_probe+0xd9/0x370 <4>[ 17.354496] ? >>>>> __pfx___driver_attach+0x10/0x10 <4>[ 17.354505] >>>>> __driver_probe_device+0x73/0x150 <4>[ 17.354516] >>>>> driver_probe_device+0x19/0xa0 <4>[ 17.354525] >>>>> __driver_attach+0xb6/0x180 <4>[ 17.354534] ? >>>>> __pfx___driver_attach+0x10/0x10 <4>[ 17.354544] >>>>> bus_for_each_dev+0x77/0xd0 <4>[ 17.354555] >>>>> bus_add_driver+0x110/0x240 <4>[ 17.354566] >>>>> driver_register+0x5b/0x110 <4>[ 17.354575] ? >>>>> __pfx_vmd_drv_init+0x10/0x10 <4>[ 17.354587] >>>>> do_one_initcall+0x5c/0x2b0 <4>[ 17.354600] >>>>> kernel_init_freeable+0x18e/0x340 <4>[ 17.354612] ? >>>>> __pfx_kernel_init+0x10/0x10 <4>[ 17.354623] kernel_init+0x15/0x130 >>>>> <4>[ 17.354631] ret_from_fork+0x2c/0x50 <4>[ 17.354641] ? >>>>> __pfx_kernel_init+0x10/0x10 <4>[ 17.354650] >>>>> ret_from_fork_asm+0x1a/0x30 <4>[ 17.354663] </TASK> <4>[ >>>>> 17.354669] irq event stamp: 28577685 <4>[ 17.354677] hardirqs last >>>>> enabled at (28577693): [<ffffffff8117c060>] >>>>> console_unlock+0x110/0x120 <4>[ 17.354697] hardirqs last disabled >>>>> at (28577700): [<ffffffff8117c045>] console_unlock+0xf5/0x120 <4>[ >>>>> 17.354713] softirqs last enabled at (28577176): [<ffffffff810df29c>] >>>>> handle_softirqs+0x2ec/0x3f0 <4>[ 17.354731] softirqs last disabled >>>>> at (28577167): [<ffffffff810dfa17>] irq_exit_rcu+0x87/0xc0 <4>[ >>>>> 17.354747] ---[ end trace 0000000000000000 ]--- >>>>> >>>>> <4>[ 17.487274] ===================================== >>>>> <4>[ 17.487277] WARNING: bad unlock balance detected! >>>>> <4>[ 17.487279] 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 >>>>> Tainted: G W <4>[ 17.487282] >>>>> ------------------------------------- <4>[ 17.487284] swapper/0/1 >>>>> is trying to release lock (10000:e1:00.0) at: <4>[ 17.487287] >>>>> [<ffffffff8176b377>] pci_cfg_access_unlock+0x57/0x60 <4>[ >>>>> 17.487292] but there are no more locks to release! <4>[ 17.487294] >>>>> other info that might help us debug this: >>>>> <4>[ 17.487297] 2 locks held by swapper/0/1: >>>>> <4>[ 17.487299] #0: ffff888102c1c1b0 (&dev->mutex){....}-{3:3}, >>>>> at: __driver_attach+0xab/0x180 <4>[ 17.487306] #1: >>>>> ffff8881056041b0 (&dev->mutex){....}-{3:3}, at: >>>>> pci_dev_trylock+0x19/0x50 <4>[ 17.487312] stack backtrace: >>>>> <4>[ 17.487314] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W >>>>> 6.10.0-rc1-Patchwork_134112v1-gabaeae202dfb+ #1 <4>[ >>>>> 17.487318] Hardware name: Intel Corporation Alder Lake Client >>>>> Platform/AlderLake-P LP5 RVP, BIOS >> RPLPFWI1.R00.4035.A00.2301200723 >>>>> 01/20/2023 <4>[ 17.487322] Call Trace: <4>[ 17.487324] <TASK> >>>>> <4>[ 17.487325] dump_stack_lvl+0x82/0xd0 <4>[ 17.487329] >>>>> lock_release+0x20b/0x2d0 <4>[ 17.487334] >> pci_bus_unlock+0x25/0x40 >>>>> <4>[ 17.487337] pci_reset_bus+0x1eb/0x270 >>>>> <4>[ 17.487340] vmd_probe+0x778/0xa10 >>>>> <4>[ 17.487344] pci_device_probe+0x95/0x120 >>>>> <4>[ 17.487346] really_probe+0xd9/0x370 >>>>> <4>[ 17.487349] ? __pfx___driver_attach+0x10/0x10 >>>>> <4>[ 17.487352] __driver_probe_device+0x73/0x150 >>>>> <4>[ 17.487354] driver_probe_device+0x19/0xa0 >>>>> <4>[ 17.487357] __driver_attach+0xb6/0x180 >>>>> <4>[ 17.487359] ? __pfx___driver_attach+0x10/0x10 >>>>> <4>[ 17.487362] bus_for_each_dev+0x77/0xd0 >>>>> <4>[ 17.487365] bus_add_driver+0x110/0x240 >>>>> <4>[ 17.487369] driver_register+0x5b/0x110 >>>>> <4>[ 17.487371] ? __pfx_vmd_drv_init+0x10/0x10 >>>>> <4>[ 17.487374] do_one_initcall+0x5c/0x2b0 >>>>> <4>[ 17.487378] kernel_init_freeable+0x18e/0x340 >>>>> <4>[ 17.487381] ? __pfx_kernel_init+0x10/0x10 >>>>> <4>[ 17.487384] kernel_init+0x15/0x130 >>>>> <4>[ 17.487387] ret_from_fork+0x2c/0x50 >>>>> <4>[ 17.487390] ? __pfx_kernel_init+0x10/0x10 >>>>> <4>[ 17.487392] ret_from_fork_asm+0x1a/0x30 >>>>> <4>[ 17.487396] </TASK> >>>>> >>>> >>> >>> -- >>> Jani Nikula, Intel ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Lockdep annotation introduced warn in VMD driver 2024-05-29 16:08 ` Dave Jiang @ 2024-05-29 16:51 ` Imre Deak 2024-05-29 19:34 ` Dan Williams 0 siblings, 1 reply; 13+ messages in thread From: Imre Deak @ 2024-05-29 16:51 UTC (permalink / raw) To: Dave Jiang Cc: Saarinen, Jani, Jani Nikula, Nirmal Patel, Williams, Dan J, 李, 星辉, Jonathan Derrick, Bjorn Helgaas, linux-pci@vger.kernel.org, intel-gfx@lists.freedesktop.org On Wed, May 29, 2024 at 09:08:33AM -0700, Dave Jiang wrote: > > > On 5/29/24 8:36 AM, Saarinen, Jani wrote: > > Hi, > >> -----Original Message----- > >> From: Saarinen, Jani > >> Sent: Wednesday, 29 May 2024 16.49 > >> To: Jani Nikula <jani.nikula@linux.intel.com>; Nirmal Patel > >> <nirmal.patel@linux.intel.com>; Deak, Imre <imre.deak@intel.com>; Jiang, > >> Dave <dave.jiang@intel.com> > >> Cc: 李, 星辉 <korantli@tencent.com>; Jonathan Derrick > >> <jonathan.derrick@linux.dev>; Bjorn Helgaas <bhelgaas@google.com>; linux- > >> pci@vger.kernel.org; intel-gfx@lists.freedesktop.org > >> Subject: RE: Lockdep annotation introduced warn in VMD driver > >> > >> Hi, > >> > >>> -----Original Message----- > >>> From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of Jani > >>> Nikula > >>> Sent: Wednesday, 29 May 2024 11.06 > >>> To: Nirmal Patel <nirmal.patel@linux.intel.com>; Deak, Imre > >>> <imre.deak@intel.com> > >>> Cc: Jiang, Dave <dave.jiang@intel.com>; 李, 星辉 <korantli@tencent.com>; > >>> Jonathan Derrick <jonathan.derrick@linux.dev>; Bjorn Helgaas > >>> <bhelgaas@google.com>; linux-pci@vger.kernel.org; intel- > >>> gfx@lists.freedesktop.org > >>> Subject: Re: Lockdep annotation introduced warn in VMD driver > >>> > >>> On Tue, 28 May 2024, Nirmal Patel <nirmal.patel@linux.intel.com> wrote: > >>>> On Tue, 28 May 2024 15:36:54 +0300 > >>>> Imre Deak <imre.deak@intel.com> wrote: > >>>> > >>>>> Hi, > >>>>> > >>>>> commit 7e89efc6e9e402839643cb297bab14055c547f07 > >>>>> Author: Dave Jiang <dave.jiang@intel.com> > >>>>> Date: Thu May 2 09:57:31 2024 -0700 > >>>>> > >>>>> PCI: Lock upstream bridge for pci_reset_function() > >>>>> > >>>>> introduced the WARN below in the VMD driver, see [1] for the full log. > >>>>> Not sure if the annotation is incorrect or the VMD driver is missing > >>>>> the lock, CC'ing VMD folks. > >>>>> > >>>>> --Imre > >>>> Can you please provide repro steps and some background on the setup? > >>> > >>> Hardware name: Intel Corporation Alder Lake Client Platform/AlderLake-P > >>> LP5 RVP. > >>> > >>> Kconfig: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14842/kconfig.txt > >>> > >>> Just booting with the above commit is enough. > >> It seems fix do not fix as seen on > >> https://patchwork.freedesktop.org/series/134183/ > >> => https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134183v1/index.html? > >> See those red not where both are red stil and also both dmesg (boot.log) look > >> still identical. > >> So eg: > >> base build: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14846/bat-dg2-13/boot0.txt > >> pw patches: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134183v1/bat-dg2-13/boot0.txt > >> > >> Dave, thoughts? > > Also Imre tried with 2 PCI patches together https://patchwork.freedesktop.org/series/134193/ > > And still not good for those 4 systems (mtlp-9, bat-dg2-13/14 and bat-adlp-11) : > > https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_134193v1/index.html? > > Dave, Dan, thoughts? > > Can you provide the dmesg from the failure system with the 2 patches applied please? For the above 4 machines, mtlp-9 not having the originally reported WARN (at pci.c:4886) only some other lockdep issue, while the other 3 machines having both the originally reported one and the other lockdep issue: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_134193v1/bat-mtlp-9/boot0.txt https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_134193v1/bat-dg2-13/boot0.txt https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_134193v1/bat-dg2-14/boot0.txt https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_134193v1/bat-adlp-11/boot0.txt ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Lockdep annotation introduced warn in VMD driver 2024-05-29 16:51 ` Imre Deak @ 2024-05-29 19:34 ` Dan Williams 0 siblings, 0 replies; 13+ messages in thread From: Dan Williams @ 2024-05-29 19:34 UTC (permalink / raw) To: Imre Deak, Dave Jiang Cc: Saarinen, Jani, Jani Nikula, Nirmal Patel, Williams, Dan J, 李, 星辉, Jonathan Derrick, Bjorn Helgaas, linux-pci@vger.kernel.org, intel-gfx@lists.freedesktop.org Imre Deak wrote: [..] > > > Also Imre tried with 2 PCI patches together https://patchwork.freedesktop.org/series/134193/ > > > And still not good for those 4 systems (mtlp-9, bat-dg2-13/14 and bat-adlp-11) : > > > https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_134193v1/index.html? > > > Dave, Dan, thoughts? > > > > Can you provide the dmesg from the failure system with the 2 patches applied please? > > For the above 4 machines, mtlp-9 not having the originally reported WARN > (at pci.c:4886) only some other lockdep issue, while the other 3 > machines having both the originally reported one and the other lockdep > issue: > https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_134193v1/bat-mtlp-9/boot0.txt This one does not seem to implicate cfg_access_lock at all. I wonder if you revert the lockdep annotation completely if it still fails. I.e. this is a new lockdep report for v6.10-rc independent of this new cfg_access_lock annotation. > https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_134193v1/bat-dg2-13/boot0.txt > https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_134193v1/bat-dg2-14/boot0.txt > https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_134193v1/bat-adlp-11/boot0.txt These are all identical and are pointing out that vmd, via pci_reset_bus(), has long been performing an unlocked secondary bus reset that userspace could race and confuse the kernel. I think the fix for that is below, but this is an increasingly spicy level of change that gives me some pause, i.e. teach pci_bus_lock() to lock the bridge itself: -- 8< -- diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 59e0949fb079..ac3999bc59e8 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -5442,6 +5442,7 @@ static void pci_bus_lock(struct pci_bus *bus) { struct pci_dev *dev; + pci_dev_lock(bus->self); list_for_each_entry(dev, &bus->devices, bus_list) { pci_dev_lock(dev); if (dev->subordinate) @@ -5459,6 +5460,7 @@ static void pci_bus_unlock(struct pci_bus *bus) pci_bus_unlock(dev->subordinate); pci_dev_unlock(dev); } + pci_dev_unlock(bus->self); } /* Return 1 on successful lock, 0 on contention */ @@ -5466,6 +5468,7 @@ static int pci_bus_trylock(struct pci_bus *bus) { struct pci_dev *dev; + pci_dev_lock(bus->self); list_for_each_entry(dev, &bus->devices, bus_list) { if (!pci_dev_trylock(dev)) goto unlock; @@ -5484,6 +5487,7 @@ static int pci_bus_trylock(struct pci_bus *bus) pci_bus_unlock(dev->subordinate); pci_dev_unlock(dev); } + pci_dev_unlock(bus->self); return 0; } ^ permalink raw reply related [flat|nested] 13+ messages in thread
* ✗ Fi.CI.CHECKPATCH: warning for Lockdep annotation introduced warn in VMD driver 2024-05-28 12:36 Lockdep annotation introduced warn in VMD driver Imre Deak 2024-05-28 15:14 ` Dave Jiang 2024-05-28 22:53 ` Nirmal Patel @ 2024-05-29 20:05 ` Patchwork 2024-05-29 20:06 ` ✓ Fi.CI.BAT: success " Patchwork 2024-05-30 21:44 ` ✗ Fi.CI.IGT: failure " Patchwork 4 siblings, 0 replies; 13+ messages in thread From: Patchwork @ 2024-05-29 20:05 UTC (permalink / raw) To: Dan Williams; +Cc: intel-gfx == Series Details == Series: Lockdep annotation introduced warn in VMD driver URL : https://patchwork.freedesktop.org/series/134203/ State : warning == Summary == Error: dim checkpatch failed ed509deafc40 Lockdep annotation introduced warn in VMD driver -:8: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?) #8: > > > Also Imre tried with 2 PCI patches together https://patchwork.freedesktop.org/series/134193/ -:76: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 0 checks, 28 lines checked ^ permalink raw reply [flat|nested] 13+ messages in thread
* ✓ Fi.CI.BAT: success for Lockdep annotation introduced warn in VMD driver 2024-05-28 12:36 Lockdep annotation introduced warn in VMD driver Imre Deak ` (2 preceding siblings ...) 2024-05-29 20:05 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork @ 2024-05-29 20:06 ` Patchwork 2024-05-30 21:44 ` ✗ Fi.CI.IGT: failure " Patchwork 4 siblings, 0 replies; 13+ messages in thread From: Patchwork @ 2024-05-29 20:06 UTC (permalink / raw) To: Dan Williams; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 3577 bytes --] == Series Details == Series: Lockdep annotation introduced warn in VMD driver URL : https://patchwork.freedesktop.org/series/134203/ State : success == Summary == CI Bug Log - changes from CI_DRM_14849 -> Patchwork_134203v1 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/index.html Participating hosts (42 -> 41) ------------------------------ Additional (1): fi-glk-j4005 Missing (2): bat-dg2-11 fi-bsw-n3050 Known issues ------------ Here are the changes found in Patchwork_134203v1 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_huc_copy@huc-copy: - fi-glk-j4005: NOTRUN -> [SKIP][1] ([i915#2190]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/fi-glk-j4005/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - fi-glk-j4005: NOTRUN -> [SKIP][2] ([i915#4613]) +3 other tests skip [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/fi-glk-j4005/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@basic@lmem0: - bat-dg2-9: [PASS][3] -> [FAIL][4] ([i915#10378]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/bat-dg2-9/igt@gem_lmem_swapping@basic@lmem0.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/bat-dg2-9/igt@gem_lmem_swapping@basic@lmem0.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - fi-glk-j4005: NOTRUN -> [SKIP][5] +10 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/fi-glk-j4005/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html #### Possible fixes #### * igt@gem_lmem_swapping@basic@lmem0: - bat-dg2-8: [FAIL][6] ([i915#10378]) -> [PASS][7] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/bat-dg2-8/igt@gem_lmem_swapping@basic@lmem0.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/bat-dg2-8/igt@gem_lmem_swapping@basic@lmem0.html * igt@i915_module_load@load: - bat-dg2-8: [DMESG-WARN][8] ([i915#10014]) -> [PASS][9] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/bat-dg2-8/igt@i915_module_load@load.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/bat-dg2-8/igt@i915_module_load@load.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#10014]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10014 [i915#10378]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10378 [i915#11199]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11199 [i915#11217]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11217 [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 Build changes ------------- * Linux: CI_DRM_14849 -> Patchwork_134203v1 CI-20190529: 20190529 CI_DRM_14849: 55d6179b96e0390025f2ba101c03b94b50cab7a1 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_7873: b9bcded9123ac56ce05748de6c4870fb49451b87 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_134203v1: 55d6179b96e0390025f2ba101c03b94b50cab7a1 @ git://anongit.freedesktop.org/gfx-ci/linux == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/index.html [-- Attachment #2: Type: text/html, Size: 4258 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* ✗ Fi.CI.IGT: failure for Lockdep annotation introduced warn in VMD driver 2024-05-28 12:36 Lockdep annotation introduced warn in VMD driver Imre Deak ` (3 preceding siblings ...) 2024-05-29 20:06 ` ✓ Fi.CI.BAT: success " Patchwork @ 2024-05-30 21:44 ` Patchwork 4 siblings, 0 replies; 13+ messages in thread From: Patchwork @ 2024-05-30 21:44 UTC (permalink / raw) To: Dan Williams; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 85302 bytes --] == Series Details == Series: Lockdep annotation introduced warn in VMD driver URL : https://patchwork.freedesktop.org/series/134203/ State : failure == Summary == CI Bug Log - changes from CI_DRM_14849_full -> Patchwork_134203v1_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_134203v1_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_134203v1_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 (9 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_134203v1_full: ### IGT changes ### #### Possible regressions #### * igt@perf_pmu@rc6-suspend: - shard-dg1: [PASS][1] -> [FAIL][2] +1 other test fail [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg1-15/igt@perf_pmu@rc6-suspend.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-16/igt@perf_pmu@rc6-suspend.html Known issues ------------ Here are the changes found in Patchwork_134203v1_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@object-reloc-purge-cache: - shard-rkl: NOTRUN -> [SKIP][3] ([i915#8411]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@api_intel_bb@object-reloc-purge-cache.html * igt@device_reset@cold-reset-bound: - shard-mtlp: NOTRUN -> [SKIP][4] ([i915#11078]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@device_reset@cold-reset-bound.html * igt@drm_fdinfo@isolation@vecs0: - shard-dg1: NOTRUN -> [SKIP][5] ([i915#8414]) +10 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-13/igt@drm_fdinfo@isolation@vecs0.html * igt@drm_fdinfo@virtual-busy-all: - shard-mtlp: NOTRUN -> [SKIP][6] ([i915#8414]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@drm_fdinfo@virtual-busy-all.html * igt@gem_caching@writes: - shard-mtlp: NOTRUN -> [SKIP][7] ([i915#4873]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@gem_caching@writes.html * igt@gem_ccs@block-multicopy-inplace: - shard-rkl: NOTRUN -> [SKIP][8] ([i915#3555] / [i915#9323]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@gem_ccs@block-multicopy-inplace.html * igt@gem_ccs@suspend-resume: - shard-rkl: NOTRUN -> [SKIP][9] ([i915#9323]) +1 other test skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-1/igt@gem_ccs@suspend-resume.html - shard-dg1: NOTRUN -> [SKIP][10] ([i915#9323]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-18/igt@gem_ccs@suspend-resume.html * igt@gem_create@create-ext-set-pat: - shard-rkl: NOTRUN -> [SKIP][11] ([i915#8562]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-1/igt@gem_create@create-ext-set-pat.html - shard-dg1: NOTRUN -> [SKIP][12] ([i915#8562]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-18/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_persistence@heartbeat-close: - shard-mtlp: NOTRUN -> [SKIP][13] ([i915#8555]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@gem_ctx_persistence@heartbeat-close.html * igt@gem_ctx_persistence@heartbeat-many: - shard-dg1: NOTRUN -> [SKIP][14] ([i915#8555]) +1 other test skip [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-18/igt@gem_ctx_persistence@heartbeat-many.html * igt@gem_ctx_persistence@processes: - shard-snb: NOTRUN -> [SKIP][15] ([i915#1099]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-snb4/igt@gem_ctx_persistence@processes.html * igt@gem_ctx_sseu@engines: - shard-rkl: NOTRUN -> [SKIP][16] ([i915#280]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-4/igt@gem_ctx_sseu@engines.html * igt@gem_exec_balancer@hog: - shard-dg2: NOTRUN -> [SKIP][17] ([i915#4812]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@gem_exec_balancer@hog.html * igt@gem_exec_balancer@invalid-bonds: - shard-dg1: NOTRUN -> [SKIP][18] ([i915#4036]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-14/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_balancer@parallel-balancer: - shard-rkl: NOTRUN -> [SKIP][19] ([i915#4525]) +1 other test skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-1/igt@gem_exec_balancer@parallel-balancer.html * igt@gem_exec_capture@many-4k-incremental: - shard-glk: NOTRUN -> [FAIL][20] ([i915#9606]) +1 other test fail [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-glk5/igt@gem_exec_capture@many-4k-incremental.html * igt@gem_exec_fair@basic-none-rrul@rcs0: - shard-tglu: NOTRUN -> [FAIL][21] ([i915#2842]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-9/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@gem_exec_fair@basic-none-share: - shard-dg1: NOTRUN -> [SKIP][22] ([i915#3539] / [i915#4852]) +3 other tests skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-14/igt@gem_exec_fair@basic-none-share.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-rkl: NOTRUN -> [FAIL][23] ([i915#2842]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-none@bcs0: - shard-rkl: [PASS][24] -> [FAIL][25] ([i915#2842]) +1 other test fail [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-rkl-4/igt@gem_exec_fair@basic-none@bcs0.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-3/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-tglu: [PASS][26] -> [FAIL][27] ([i915#2842]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-tglu-10/igt@gem_exec_fair@basic-pace-solo@rcs0.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-8/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fence@submit: - shard-dg1: NOTRUN -> [SKIP][28] ([i915#4812]) +2 other tests skip [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-16/igt@gem_exec_fence@submit.html * igt@gem_exec_reloc@basic-cpu-wc: - shard-dg1: NOTRUN -> [SKIP][29] ([i915#3281]) +16 other tests skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-14/igt@gem_exec_reloc@basic-cpu-wc.html * igt@gem_exec_reloc@basic-gtt-cpu-noreloc: - shard-mtlp: NOTRUN -> [SKIP][30] ([i915#3281]) +4 other tests skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@gem_exec_reloc@basic-gtt-cpu-noreloc.html * igt@gem_exec_reloc@basic-write-read-noreloc: - shard-rkl: NOTRUN -> [SKIP][31] ([i915#3281]) +9 other tests skip [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@gem_exec_reloc@basic-write-read-noreloc.html * igt@gem_exec_schedule@preempt-queue-contexts: - shard-mtlp: NOTRUN -> [SKIP][32] ([i915#4537] / [i915#4812]) +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@gem_exec_schedule@preempt-queue-contexts.html * igt@gem_fence_thrash@bo-write-verify-none: - shard-mtlp: NOTRUN -> [SKIP][33] ([i915#4860]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@gem_fence_thrash@bo-write-verify-none.html * igt@gem_fence_thrash@bo-write-verify-y: - shard-dg1: NOTRUN -> [SKIP][34] ([i915#4860]) +1 other test skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-15/igt@gem_fence_thrash@bo-write-verify-y.html * igt@gem_lmem_swapping@basic@lmem0: - shard-dg2: [PASS][35] -> [FAIL][36] ([i915#10378]) +1 other test fail [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg2-4/igt@gem_lmem_swapping@basic@lmem0.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-8/igt@gem_lmem_swapping@basic@lmem0.html * igt@gem_lmem_swapping@heavy-verify-random-ccs: - shard-rkl: NOTRUN -> [SKIP][37] ([i915#4613]) +3 other tests skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-1/igt@gem_lmem_swapping@heavy-verify-random-ccs.html * igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][38] ([i915#4565]) +1 other test skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-18/igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0.html * igt@gem_lmem_swapping@parallel-multi: - shard-tglu: NOTRUN -> [SKIP][39] ([i915#4613]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-9/igt@gem_lmem_swapping@parallel-multi.html * igt@gem_lmem_swapping@parallel-random-verify: - shard-glk: NOTRUN -> [SKIP][40] ([i915#4613]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-glk3/igt@gem_lmem_swapping@parallel-random-verify.html * igt@gem_lmem_swapping@smem-oom: - shard-mtlp: NOTRUN -> [SKIP][41] ([i915#4613]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@gem_lmem_swapping@smem-oom.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg1: [PASS][42] -> [TIMEOUT][43] ([i915#5493]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_mmap@bad-offset: - shard-dg1: NOTRUN -> [SKIP][44] ([i915#4083]) +6 other tests skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-13/igt@gem_mmap@bad-offset.html * igt@gem_mmap@short-mmap: - shard-mtlp: NOTRUN -> [SKIP][45] ([i915#4083]) +3 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@gem_mmap@short-mmap.html * igt@gem_mmap_gtt@basic-small-copy-xy: - shard-dg1: NOTRUN -> [SKIP][46] ([i915#4077]) +11 other tests skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-15/igt@gem_mmap_gtt@basic-small-copy-xy.html * igt@gem_mmap_gtt@coherency: - shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4077]) +3 other tests skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@gem_mmap_gtt@coherency.html * igt@gem_mmap_wc@write-read-distinct: - shard-dg2: NOTRUN -> [SKIP][48] ([i915#4083]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@gem_mmap_wc@write-read-distinct.html * igt@gem_pread@exhaustion: - shard-mtlp: NOTRUN -> [SKIP][49] ([i915#3282]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@gem_pread@exhaustion.html * igt@gem_pread@uncached: - shard-dg2: NOTRUN -> [SKIP][50] ([i915#3282]) +1 other test skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@gem_pread@uncached.html * igt@gem_pwrite_snooped: - shard-dg1: NOTRUN -> [SKIP][51] ([i915#3282]) +3 other tests skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-13/igt@gem_pwrite_snooped.html * igt@gem_pxp@create-protected-buffer: - shard-rkl: NOTRUN -> [SKIP][52] ([i915#4270]) +3 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-1/igt@gem_pxp@create-protected-buffer.html - shard-dg1: NOTRUN -> [SKIP][53] ([i915#4270]) +4 other tests skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-18/igt@gem_pxp@create-protected-buffer.html * igt@gem_pxp@reject-modify-context-protection-off-1: - shard-tglu: NOTRUN -> [SKIP][54] ([i915#4270]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-9/igt@gem_pxp@reject-modify-context-protection-off-1.html * igt@gem_pxp@reject-modify-context-protection-off-3: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4270]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@gem_pxp@reject-modify-context-protection-off-3.html * igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs: - shard-mtlp: NOTRUN -> [SKIP][56] ([i915#8428]) +1 other test skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html * igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled: - shard-dg2: NOTRUN -> [SKIP][57] ([i915#5190] / [i915#8428]) +1 other test skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-dg1: NOTRUN -> [SKIP][58] ([i915#4079]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-14/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_softpin@evict-snoop: - shard-mtlp: NOTRUN -> [SKIP][59] ([i915#4885]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@gem_softpin@evict-snoop.html * igt@gem_tiled_partial_pwrite_pread@writes: - shard-rkl: NOTRUN -> [SKIP][60] ([i915#3282]) +2 other tests skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@gem_tiled_partial_pwrite_pread@writes.html * igt@gem_tiled_pread_basic: - shard-mtlp: NOTRUN -> [SKIP][61] ([i915#4079]) +1 other test skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@gem_tiled_pread_basic.html * igt@gem_userptr_blits@forbidden-operations: - shard-rkl: NOTRUN -> [SKIP][62] ([i915#3282] / [i915#3297]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@gem_userptr_blits@forbidden-operations.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap: - shard-dg1: NOTRUN -> [SKIP][63] ([i915#3297] / [i915#4880]) +2 other tests skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-14/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html * igt@gem_userptr_blits@unsync-unmap-after-close: - shard-dg1: NOTRUN -> [SKIP][64] ([i915#3297]) +1 other test skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-15/igt@gem_userptr_blits@unsync-unmap-after-close.html * igt@gem_userptr_blits@unsync-unmap-cycles: - shard-rkl: NOTRUN -> [SKIP][65] ([i915#3297]) +1 other test skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@gem_userptr_blits@unsync-unmap-cycles.html * igt@gen9_exec_parse@allowed-single: - shard-tglu: NOTRUN -> [SKIP][66] ([i915#2527] / [i915#2856]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-9/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@bb-oversize: - shard-mtlp: NOTRUN -> [SKIP][67] ([i915#2856]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@gen9_exec_parse@bb-oversize.html * igt@gen9_exec_parse@bb-secure: - shard-dg2: NOTRUN -> [SKIP][68] ([i915#2856]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@gen9_exec_parse@bb-secure.html * igt@gen9_exec_parse@bb-start-far: - shard-rkl: NOTRUN -> [SKIP][69] ([i915#2527]) +1 other test skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-4/igt@gen9_exec_parse@bb-start-far.html * igt@gen9_exec_parse@unaligned-access: - shard-dg1: NOTRUN -> [SKIP][70] ([i915#2527]) +3 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-14/igt@gen9_exec_parse@unaligned-access.html * igt@i915_fb_tiling: - shard-dg1: NOTRUN -> [SKIP][71] ([i915#4881]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-13/igt@i915_fb_tiling.html * igt@i915_module_load@reload: - shard-dg1: [PASS][72] -> [DMESG-WARN][73] ([i915#4391] / [i915#4423]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg1-15/igt@i915_module_load@reload.html [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-17/igt@i915_module_load@reload.html * igt@i915_module_load@reload-with-fault-injection: - shard-dg2: [PASS][74] -> [INCOMPLETE][75] ([i915#9820] / [i915#9849]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg2-3/igt@i915_module_load@reload-with-fault-injection.html [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_module_load@resize-bar: - shard-rkl: NOTRUN -> [SKIP][76] ([i915#6412]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@i915_module_load@resize-bar.html * igt@i915_pm_rps@min-max-config-loaded: - shard-dg2: NOTRUN -> [SKIP][77] ([i915#6621]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@i915_pm_rps@min-max-config-loaded.html * igt@i915_pm_rps@thresholds-idle@gt0: - shard-dg1: NOTRUN -> [SKIP][78] ([i915#8925]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-15/igt@i915_pm_rps@thresholds-idle@gt0.html * igt@i915_pm_rps@thresholds@gt0: - shard-mtlp: NOTRUN -> [SKIP][79] ([i915#8925]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@i915_pm_rps@thresholds@gt0.html * igt@i915_pm_rps@thresholds@gt1: - shard-mtlp: NOTRUN -> [SKIP][80] ([i915#3555] / [i915#8925]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@i915_pm_rps@thresholds@gt1.html * igt@i915_pm_sseu@full-enable: - shard-rkl: NOTRUN -> [SKIP][81] ([i915#4387]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@i915_pm_sseu@full-enable.html * igt@i915_selftest@mock@memory_region: - shard-mtlp: NOTRUN -> [DMESG-WARN][82] ([i915#9311]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@i915_selftest@mock@memory_region.html * igt@i915_suspend@basic-s2idle-without-i915: - shard-dg1: [PASS][83] -> [FAIL][84] ([i915#10031]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg1-15/igt@i915_suspend@basic-s2idle-without-i915.html [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-16/igt@i915_suspend@basic-s2idle-without-i915.html * igt@intel_hwmon@hwmon-read: - shard-rkl: NOTRUN -> [SKIP][85] ([i915#7707]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-4/igt@intel_hwmon@hwmon-read.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][86] ([i915#4212]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][87] ([i915#8709]) +3 other tests skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-1/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][88] ([i915#8709]) +11 other tests skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-4/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-rkl: NOTRUN -> [SKIP][89] ([i915#9531]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-4/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-glk: NOTRUN -> [SKIP][90] ([i915#1769]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-glk5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-rkl: NOTRUN -> [SKIP][91] ([i915#1769] / [i915#3555]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html - shard-dg1: NOTRUN -> [SKIP][92] ([i915#1769] / [i915#3555]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-18/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-8bpp-rotate-90: - shard-tglu: NOTRUN -> [SKIP][93] ([i915#5286]) +1 other test skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-9/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-dg1: NOTRUN -> [SKIP][94] ([i915#4538] / [i915#5286]) +4 other tests skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-15/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-rkl: NOTRUN -> [SKIP][95] ([i915#5286]) +3 other tests skip [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@y-tiled-32bpp-rotate-180: - shard-mtlp: NOTRUN -> [SKIP][96] +8 other tests skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html * igt@kms_big_fb@y-tiled-64bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][97] ([i915#3638]) +3 other tests skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-1/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html * igt@kms_big_fb@y-tiled-64bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][98] ([i915#3638]) +2 other tests skip [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-15/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-dg2: NOTRUN -> [SKIP][99] ([i915#4538] / [i915#5190]) +1 other test skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][100] ([i915#4538]) +2 other tests skip [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-18/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-addfb: - shard-dg2: NOTRUN -> [SKIP][101] ([i915#5190]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@kms_big_fb@yf-tiled-addfb.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-tglu: NOTRUN -> [SKIP][102] +24 other tests skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-9/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_joiner@basic-force-joiner: - shard-dg1: NOTRUN -> [SKIP][103] ([i915#10656]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-13/igt@kms_big_joiner@basic-force-joiner.html * igt@kms_big_joiner@invalid-modeset: - shard-dg2: NOTRUN -> [SKIP][104] ([i915#10656]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@kms_big_joiner@invalid-modeset.html * igt@kms_big_joiner@invalid-modeset-force-joiner: - shard-rkl: NOTRUN -> [SKIP][105] ([i915#10656]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-4/igt@kms_big_joiner@invalid-modeset-force-joiner.html * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][106] ([i915#6095]) +11 other tests skip [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-9/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1.html * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][107] ([i915#6095]) +71 other tests skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-3/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs: - shard-rkl: NOTRUN -> [SKIP][108] ([i915#10278]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-4/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html * igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][109] ([i915#10307] / [i915#6095]) +173 other tests skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-10/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][110] ([i915#6095]) +23 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-c-edp-1.html * igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][111] ([i915#10307] / [i915#10434] / [i915#6095]) +5 other tests skip [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-10/igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][112] ([i915#6095]) +87 other tests skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-13/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-3.html * igt@kms_ccs@random-ccs-data-4-tiled-xe2-ccs: - shard-mtlp: NOTRUN -> [SKIP][113] ([i915#10278]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_ccs@random-ccs-data-4-tiled-xe2-ccs.html * igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-1: - shard-glk: NOTRUN -> [SKIP][114] +174 other tests skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-glk3/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-1.html * igt@kms_cdclk@plane-scaling: - shard-rkl: NOTRUN -> [SKIP][115] ([i915#3742]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@kms_cdclk@plane-scaling.html * igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][116] ([i915#4087]) +3 other tests skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-6/igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3.html * igt@kms_chamelium_audio@dp-audio: - shard-tglu: NOTRUN -> [SKIP][117] ([i915#7828]) +2 other tests skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-9/igt@kms_chamelium_audio@dp-audio.html * igt@kms_chamelium_edid@hdmi-edid-read: - shard-rkl: NOTRUN -> [SKIP][118] ([i915#7828]) +6 other tests skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-4/igt@kms_chamelium_edid@hdmi-edid-read.html * igt@kms_chamelium_frames@dp-crc-fast: - shard-dg2: NOTRUN -> [SKIP][119] ([i915#7828]) +1 other test skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@kms_chamelium_frames@dp-crc-fast.html * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: - shard-mtlp: NOTRUN -> [SKIP][120] ([i915#7828]) +3 other tests skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html * igt@kms_chamelium_hpd@hdmi-hpd-storm-disable: - shard-dg1: NOTRUN -> [SKIP][121] ([i915#7828]) +7 other tests skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-18/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-rkl: NOTRUN -> [SKIP][122] ([i915#3116]) +1 other test skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@dp-mst-type-0: - shard-dg1: NOTRUN -> [SKIP][123] ([i915#3299]) +1 other test skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-15/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@legacy@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][124] ([i915#7173]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-11/igt@kms_content_protection@legacy@pipe-a-dp-4.html * igt@kms_content_protection@srm: - shard-rkl: NOTRUN -> [SKIP][125] ([i915#7118]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-4/igt@kms_content_protection@srm.html * igt@kms_content_protection@uevent: - shard-rkl: NOTRUN -> [SKIP][126] ([i915#7118] / [i915#9424]) +2 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@kms_content_protection@uevent.html * igt@kms_content_protection@uevent@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][127] ([i915#1339] / [i915#7173]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-11/igt@kms_content_protection@uevent@pipe-a-dp-4.html * igt@kms_cursor_crc@cursor-onscreen-32x10: - shard-mtlp: NOTRUN -> [SKIP][128] ([i915#3555] / [i915#8814]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_cursor_crc@cursor-onscreen-32x10.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-dg1: NOTRUN -> [SKIP][129] ([i915#3359]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-14/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-random-32x10: - shard-tglu: NOTRUN -> [SKIP][130] ([i915#3555]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-9/igt@kms_cursor_crc@cursor-random-32x10.html * igt@kms_cursor_crc@cursor-random-512x512: - shard-rkl: NOTRUN -> [SKIP][131] ([i915#3359]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-4/igt@kms_cursor_crc@cursor-random-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-64x21: - shard-mtlp: NOTRUN -> [SKIP][132] ([i915#8814]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-mtlp: NOTRUN -> [SKIP][133] ([i915#3359]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic: - shard-mtlp: NOTRUN -> [SKIP][134] ([i915#9809]) +1 other test skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][135] ([i915#5354]) +5 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-mtlp: NOTRUN -> [SKIP][136] ([i915#4213]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-rkl: NOTRUN -> [SKIP][137] ([i915#4103]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot: - shard-dg1: NOTRUN -> [SKIP][138] ([i915#9067]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-15/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][139] ([i915#9227]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-8/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][140] ([i915#9723]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-1/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][141] ([i915#9723]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-13/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-3.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg1: NOTRUN -> [SKIP][142] ([i915#8588]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-13/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dither@fb-8bpc-vs-panel-8bpc: - shard-dg2: NOTRUN -> [SKIP][143] ([i915#3555]) +2 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-4/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html * igt@kms_dsc@dsc-basic: - shard-rkl: NOTRUN -> [SKIP][144] ([i915#3555] / [i915#3840]) +1 other test skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-fractional-bpp: - shard-dg1: NOTRUN -> [SKIP][145] ([i915#3840]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-15/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_dsc@dsc-with-bpc: - shard-dg1: NOTRUN -> [SKIP][146] ([i915#3555] / [i915#3840]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-14/igt@kms_dsc@dsc-with-bpc.html * igt@kms_dsc@dsc-with-output-formats: - shard-mtlp: NOTRUN -> [SKIP][147] ([i915#3555] / [i915#3840]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-4/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-dg1: NOTRUN -> [SKIP][148] ([i915#3840] / [i915#9053]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-13/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][149] ([i915#3955]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-4/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@chamelium: - shard-mtlp: NOTRUN -> [SKIP][150] ([i915#4854]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-2x: - shard-mtlp: NOTRUN -> [SKIP][151] ([i915#1839]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_feature_discovery@display-2x.html * igt@kms_feature_discovery@dp-mst: - shard-rkl: NOTRUN -> [SKIP][152] ([i915#9337]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-4/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr1: - shard-rkl: NOTRUN -> [SKIP][153] ([i915#658]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-1/igt@kms_feature_discovery@psr1.html * igt@kms_fence_pin_leak: - shard-mtlp: NOTRUN -> [SKIP][154] ([i915#4881]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_fence_pin_leak.html * igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible: - shard-tglu: NOTRUN -> [SKIP][155] ([i915#3637] / [i915#3966]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-9/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html * igt@kms_flip@2x-flip-vs-fences: - shard-mtlp: NOTRUN -> [SKIP][156] ([i915#8381]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_flip@2x-flip-vs-fences.html * igt@kms_flip@2x-flip-vs-rmfb: - shard-dg2: NOTRUN -> [SKIP][157] +7 other tests skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@kms_flip@2x-flip-vs-rmfb.html * igt@kms_flip@2x-plain-flip: - shard-rkl: NOTRUN -> [SKIP][158] +41 other tests skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@kms_flip@2x-plain-flip.html * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset: - shard-mtlp: NOTRUN -> [SKIP][159] ([i915#3637]) +1 other test skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html * igt@kms_flip@2x-wf_vblank-ts-check-interruptible: - shard-dg1: NOTRUN -> [SKIP][160] ([i915#9934]) +5 other tests skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-13/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a4: - shard-dg1: [PASS][161] -> [FAIL][162] ([i915#10545]) +1 other test fail [161]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg1-15/igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a4.html [162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-16/igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a4.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][163] ([i915#2672]) +4 other tests skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][164] ([i915#2672]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][165] ([i915#2672]) +1 other test skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][166] ([i915#2587] / [i915#2672]) +6 other tests skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-18/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][167] ([i915#2587] / [i915#2672]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt: - shard-dg2: [PASS][168] -> [FAIL][169] ([i915#6880]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html [169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu: - shard-dg1: NOTRUN -> [SKIP][170] +48 other tests skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-15/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt: - shard-rkl: NOTRUN -> [SKIP][171] ([i915#1825]) +34 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-blt: - shard-dg2: NOTRUN -> [SKIP][172] ([i915#3458]) +2 other tests skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-mtlp: NOTRUN -> [SKIP][173] ([i915#10055]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][174] ([i915#8708]) +18 other tests skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][175] ([i915#8708]) +3 other tests skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite: - shard-rkl: NOTRUN -> [SKIP][176] ([i915#3023]) +21 other tests skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html - shard-dg1: NOTRUN -> [SKIP][177] ([i915#3458]) +18 other tests skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-pwrite: - shard-mtlp: NOTRUN -> [SKIP][178] ([i915#1825]) +11 other tests skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][179] ([i915#8708]) +5 other tests skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg2: NOTRUN -> [SKIP][180] ([i915#3555] / [i915#8228]) +1 other test skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-4/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-swap: - shard-mtlp: NOTRUN -> [SKIP][181] ([i915#3555] / [i915#8228]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_hdr@static-swap.html * igt@kms_hdr@static-toggle: - shard-rkl: NOTRUN -> [SKIP][182] ([i915#3555] / [i915#8228]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-1/igt@kms_hdr@static-toggle.html - shard-dg1: NOTRUN -> [SKIP][183] ([i915#3555] / [i915#8228]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-18/igt@kms_hdr@static-toggle.html * igt@kms_hdr@static-toggle-dpms: - shard-tglu: NOTRUN -> [SKIP][184] ([i915#3555] / [i915#8228]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-9/igt@kms_hdr@static-toggle-dpms.html * igt@kms_plane@pixel-format-source-clamping@pipe-a: - shard-tglu: [PASS][185] -> [INCOMPLETE][186] ([i915#10056]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-tglu-4/igt@kms_plane@pixel-format-source-clamping@pipe-a.html [186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-7/igt@kms_plane@pixel-format-source-clamping@pipe-a.html * igt@kms_plane_lowres@tiling-x@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][187] ([i915#10226] / [i915#3582]) +2 other tests skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_plane_lowres@tiling-x@pipe-a-edp-1.html * igt@kms_plane_lowres@tiling-x@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][188] ([i915#3582]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_plane_lowres@tiling-x@pipe-d-edp-1.html * igt@kms_plane_multiple@tiling-yf: - shard-rkl: NOTRUN -> [SKIP][189] ([i915#3555]) +9 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-4/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][190] ([i915#9423]) +3 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-10/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][191] ([i915#9423]) +9 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-3/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][192] ([i915#9423]) +15 other tests skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-16/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-d-hdmi-a-4.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][193] ([i915#5176] / [i915#9423]) +1 other test skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][194] ([i915#5176] / [i915#9423]) +3 other tests skip [194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-16/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][195] ([i915#5235] / [i915#9423]) +7 other tests skip [195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-3.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][196] ([i915#5235]) +5 other tests skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][197] ([i915#5235]) +7 other tests skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-18/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4.html * igt@kms_pm_backlight@fade-with-suspend: - shard-rkl: NOTRUN -> [SKIP][198] ([i915#5354]) +1 other test skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc5-psr: - shard-dg1: NOTRUN -> [SKIP][199] ([i915#9685]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-16/igt@kms_pm_dc@dc5-psr.html - shard-tglu: NOTRUN -> [SKIP][200] ([i915#9685]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-9/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc6-dpms: - shard-mtlp: NOTRUN -> [SKIP][201] ([i915#10139]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_pm_dc@dc6-dpms.html - shard-tglu: [PASS][202] -> [FAIL][203] ([i915#9295]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-tglu-5/igt@kms_pm_dc@dc6-dpms.html [203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-7/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@dc6-psr: - shard-dg2: NOTRUN -> [SKIP][204] ([i915#9685]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-tglu: NOTRUN -> [SKIP][205] ([i915#9519]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-9/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-dg2: [PASS][206] -> [SKIP][207] ([i915#9519]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg2-6/igt@kms_pm_rpm@dpms-non-lpsp.html [207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-8/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@kms_pm_rpm@modeset-lpsp: - shard-dg2: NOTRUN -> [SKIP][208] ([i915#9519]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-rkl: [PASS][209] -> [SKIP][210] ([i915#9519]) +1 other test skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp-stress.html [210]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-1/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-mtlp: NOTRUN -> [SKIP][211] ([i915#9519]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_prime@d3hot: - shard-tglu: NOTRUN -> [SKIP][212] ([i915#6524]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-9/igt@kms_prime@d3hot.html * igt@kms_psr2_sf@fbc-overlay-plane-update-sf-dmg-area@psr2-pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][213] ([i915#9808]) +1 other test skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@kms_psr2_sf@fbc-overlay-plane-update-sf-dmg-area@psr2-pipe-b-edp-1.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-dg2: NOTRUN -> [SKIP][214] ([i915#9683]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-mtlp: NOTRUN -> [SKIP][215] ([i915#4348]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-pr-dpms: - shard-mtlp: NOTRUN -> [SKIP][216] ([i915#9688]) +5 other tests skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_psr@fbc-pr-dpms.html * igt@kms_psr@fbc-psr-cursor-plane-move: - shard-tglu: NOTRUN -> [SKIP][217] ([i915#9732]) +4 other tests skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-9/igt@kms_psr@fbc-psr-cursor-plane-move.html * igt@kms_psr@fbc-psr2-sprite-render: - shard-rkl: NOTRUN -> [SKIP][218] ([i915#1072] / [i915#9732]) +17 other tests skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-1/igt@kms_psr@fbc-psr2-sprite-render.html - shard-dg1: NOTRUN -> [SKIP][219] ([i915#1072] / [i915#9732]) +20 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-18/igt@kms_psr@fbc-psr2-sprite-render.html * igt@kms_psr@psr-sprite-mmap-gtt@edp-1: - shard-mtlp: NOTRUN -> [SKIP][220] ([i915#4077] / [i915#9688]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_psr@psr-sprite-mmap-gtt@edp-1.html * igt@kms_psr@psr2-primary-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][221] ([i915#1072] / [i915#9732]) +4 other tests skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@kms_psr@psr2-primary-mmap-gtt.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-rkl: NOTRUN -> [SKIP][222] ([i915#9685]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-4/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@bad-tiling: - shard-mtlp: NOTRUN -> [SKIP][223] ([i915#4235]) [223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@kms_rotation_crc@bad-tiling.html * igt@kms_rotation_crc@exhaust-fences: - shard-dg2: NOTRUN -> [SKIP][224] ([i915#4235]) [224]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@kms_rotation_crc@exhaust-fences.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: - shard-rkl: NOTRUN -> [SKIP][225] ([i915#5289]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-1/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html - shard-dg1: NOTRUN -> [SKIP][226] ([i915#5289]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-18/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg2: NOTRUN -> [SKIP][227] ([i915#4235] / [i915#5190]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_scaling_modes@scaling-mode-none@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][228] ([i915#5030]) +2 other tests skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_scaling_modes@scaling-mode-none@pipe-a-edp-1.html * igt@kms_scaling_modes@scaling-mode-none@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][229] ([i915#5030] / [i915#9041]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_scaling_modes@scaling-mode-none@pipe-d-edp-1.html * igt@kms_setmode@clone-exclusive-crtc: - shard-dg1: NOTRUN -> [SKIP][230] ([i915#3555]) +5 other tests skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-15/igt@kms_setmode@clone-exclusive-crtc.html * igt@kms_setmode@invalid-clone-single-crtc-stealing: - shard-mtlp: NOTRUN -> [SKIP][231] ([i915#3555] / [i915#8809]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@kms_setmode@invalid-clone-single-crtc-stealing.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg2: NOTRUN -> [SKIP][232] ([i915#8623]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1: - shard-snb: [PASS][233] -> [FAIL][234] ([i915#9196]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-snb7/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html [234]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-snb6/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html * igt@kms_vrr@flip-dpms: - shard-mtlp: NOTRUN -> [SKIP][235] ([i915#3555] / [i915#8808]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@kms_vrr@flip-dpms.html * igt@kms_vrr@max-min: - shard-rkl: NOTRUN -> [SKIP][236] ([i915#9906]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-4/igt@kms_vrr@max-min.html * igt@kms_vrr@seamless-rr-switch-virtual: - shard-dg1: NOTRUN -> [SKIP][237] ([i915#9906]) +1 other test skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-13/igt@kms_vrr@seamless-rr-switch-virtual.html * igt@kms_vrr@seamless-rr-switch-vrr: - shard-mtlp: NOTRUN -> [SKIP][238] ([i915#8808] / [i915#9906]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@kms_vrr@seamless-rr-switch-vrr.html * igt@kms_writeback@writeback-check-output: - shard-dg1: NOTRUN -> [SKIP][239] ([i915#2437]) +1 other test skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-16/igt@kms_writeback@writeback-check-output.html - shard-tglu: NOTRUN -> [SKIP][240] ([i915#2437]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-9/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-fb-id: - shard-rkl: NOTRUN -> [SKIP][241] ([i915#2437]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-1/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-dg2: NOTRUN -> [SKIP][242] ([i915#2437] / [i915#9412]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@kms_writeback@writeback-pixel-formats: - shard-rkl: NOTRUN -> [SKIP][243] ([i915#2437] / [i915#9412]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@kms_writeback@writeback-pixel-formats.html * igt@perf_pmu@rc6-all-gts: - shard-rkl: NOTRUN -> [SKIP][244] ([i915#8516]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@perf_pmu@rc6-all-gts.html * igt@prime_vgem@basic-fence-flip: - shard-dg2: NOTRUN -> [SKIP][245] ([i915#3708]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-write: - shard-rkl: NOTRUN -> [SKIP][246] ([i915#3291] / [i915#3708]) +1 other test skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@prime_vgem@basic-write.html * igt@prime_vgem@fence-write-hang: - shard-dg1: NOTRUN -> [SKIP][247] ([i915#3708]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-15/igt@prime_vgem@fence-write-hang.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-rkl: NOTRUN -> [SKIP][248] ([i915#9917]) +1 other test skip [248]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-4/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@syncobj_timeline@invalid-wait-zero-handles: - shard-dg2: NOTRUN -> [FAIL][249] ([i915#9781]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@syncobj_timeline@invalid-wait-zero-handles.html * igt@tools_test@sysfs_l3_parity: - shard-dg1: NOTRUN -> [SKIP][250] ([i915#4818]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-15/igt@tools_test@sysfs_l3_parity.html * igt@v3d/v3d_perfmon@destroy-valid-perfmon: - shard-snb: NOTRUN -> [SKIP][251] +34 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-snb4/igt@v3d/v3d_perfmon@destroy-valid-perfmon.html * igt@v3d/v3d_perfmon@get-values-invalid-perfmon: - shard-dg1: NOTRUN -> [SKIP][252] ([i915#2575]) +11 other tests skip [252]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-13/igt@v3d/v3d_perfmon@get-values-invalid-perfmon.html * igt@v3d/v3d_submit_csd@bad-flag: - shard-dg2: NOTRUN -> [SKIP][253] ([i915#2575]) +2 other tests skip [253]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@v3d/v3d_submit_csd@bad-flag.html * igt@v3d/v3d_submit_csd@bad-perfmon: - shard-mtlp: NOTRUN -> [SKIP][254] ([i915#2575]) +5 other tests skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@v3d/v3d_submit_csd@bad-perfmon.html * igt@vc4/vc4_mmap@mmap-bad-handle: - shard-dg1: NOTRUN -> [SKIP][255] ([i915#7711]) +8 other tests skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-13/igt@vc4/vc4_mmap@mmap-bad-handle.html * igt@vc4/vc4_purgeable_bo@free-purged-bo: - shard-tglu: NOTRUN -> [SKIP][256] ([i915#2575]) +4 other tests skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-9/igt@vc4/vc4_purgeable_bo@free-purged-bo.html * igt@vc4/vc4_purgeable_bo@mark-purgeable: - shard-mtlp: NOTRUN -> [SKIP][257] ([i915#7711]) +2 other tests skip [257]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-6/igt@vc4/vc4_purgeable_bo@mark-purgeable.html * igt@vc4/vc4_tiling@get-bad-flags: - shard-rkl: NOTRUN -> [SKIP][258] ([i915#7711]) +6 other tests skip [258]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@vc4/vc4_tiling@get-bad-flags.html * igt@vc4/vc4_wait_bo@bad-bo: - shard-dg2: NOTRUN -> [SKIP][259] ([i915#7711]) +1 other test skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-5/igt@vc4/vc4_wait_bo@bad-bo.html #### Possible fixes #### * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - shard-rkl: [FAIL][260] ([i915#7742]) -> [PASS][261] [260]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-rkl-6/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html [261]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-rkl: [FAIL][262] ([i915#6268]) -> [PASS][263] [262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-rkl-5/igt@gem_ctx_exec@basic-nohangcheck.html [263]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-4/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: [DMESG-WARN][264] ([i915#4936] / [i915#5493]) -> [PASS][265] [264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg2-8/igt@gem_lmem_swapping@smem-oom@lmem0.html [265]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-7/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gen9_exec_parse@allowed-all: - shard-glk: [INCOMPLETE][266] ([i915#5566]) -> [PASS][267] [266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-glk6/igt@gen9_exec_parse@allowed-all.html [267]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-glk3/igt@gen9_exec_parse@allowed-all.html * igt@i915_module_load@reload-with-fault-injection: - shard-mtlp: [ABORT][268] ([i915#10887] / [i915#10976] / [i915#11231]) -> [PASS][269] [268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html [269]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-1/igt@i915_module_load@reload-with-fault-injection.html * igt@kms_cursor_edge_walk@256x256-top-bottom@pipe-a-edp-1: - shard-mtlp: [INCOMPLETE][270] -> [PASS][271] [270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-mtlp-2/igt@kms_cursor_edge_walk@256x256-top-bottom@pipe-a-edp-1.html [271]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-4/igt@kms_cursor_edge_walk@256x256-top-bottom@pipe-a-edp-1.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-vga1-hdmi-a1: - shard-snb: [ABORT][272] -> [PASS][273] [272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-snb2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-vga1-hdmi-a1.html [273]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-snb4/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-vga1-hdmi-a1.html * igt@kms_pm_dc@dc9-dpms: - shard-tglu: [SKIP][274] ([i915#4281]) -> [PASS][275] [274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-tglu-8/igt@kms_pm_dc@dc9-dpms.html [275]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-3/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_rpm@modeset-lpsp: - shard-rkl: [SKIP][276] ([i915#9519]) -> [PASS][277] +2 other tests pass [276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp.html [277]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-dg2: [SKIP][278] ([i915#9519]) -> [PASS][279] +2 other tests pass [278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg2-8/igt@kms_pm_rpm@modeset-non-lpsp-stress.html [279]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-7/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_sysfs_edid_timing: - shard-dg2: [FAIL][280] ([IGT#2]) -> [PASS][281] [280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg2-3/igt@kms_sysfs_edid_timing.html [281]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-11/igt@kms_sysfs_edid_timing.html * igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1: - shard-mtlp: [FAIL][282] ([i915#9196]) -> [PASS][283] [282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-mtlp-3/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html [283]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-mtlp-5/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html * igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1: - shard-tglu: [FAIL][284] ([i915#9196]) -> [PASS][285] +1 other test pass [284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-tglu-3/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html [285]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-tglu-3/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html * igt@kms_vblank@query-forked-hang@pipe-a-hdmi-a-4: - shard-dg1: [INCOMPLETE][286] -> [PASS][287] [286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg1-15/igt@kms_vblank@query-forked-hang@pipe-a-hdmi-a-4.html [287]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-16/igt@kms_vblank@query-forked-hang@pipe-a-hdmi-a-4.html #### Warnings #### * igt@device_reset@unbind-reset-rebind: - shard-dg1: [ABORT][288] ([i915#11164]) -> [INCOMPLETE][289] ([i915#9408]) [288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg1-13/igt@device_reset@unbind-reset-rebind.html [289]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg1-15/igt@device_reset@unbind-reset-rebind.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu: - shard-dg2: [SKIP][290] ([i915#3458]) -> [SKIP][291] ([i915#10433] / [i915#3458]) +1 other test skip [290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu.html [291]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary: - shard-dg2: [SKIP][292] ([i915#10433] / [i915#3458]) -> [SKIP][293] ([i915#3458]) +2 other tests skip [292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html [293]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: [SKIP][294] ([i915#4816]) -> [SKIP][295] ([i915#4070] / [i915#4816]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-rkl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [295]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_psr@fbc-psr-primary-page-flip: - shard-dg2: [SKIP][296] ([i915#1072] / [i915#9732]) -> [SKIP][297] ([i915#1072] / [i915#9673] / [i915#9732]) +13 other tests skip [296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg2-6/igt@kms_psr@fbc-psr-primary-page-flip.html [297]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-11/igt@kms_psr@fbc-psr-primary-page-flip.html * igt@kms_psr@psr-cursor-render: - shard-dg2: [SKIP][298] ([i915#1072] / [i915#9673] / [i915#9732]) -> [SKIP][299] ([i915#1072] / [i915#9732]) +10 other tests skip [298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg2-11/igt@kms_psr@psr-cursor-render.html [299]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-4/igt@kms_psr@psr-cursor-render.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: [FAIL][300] ([i915#9100]) -> [FAIL][301] ([i915#7484]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg2-1/igt@perf@non-zero-reason@0-rcs0.html [301]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-6/igt@perf@non-zero-reason@0-rcs0.html * igt@perf_pmu@busy-double-start@vcs1: - shard-dg2: [FAIL][302] ([i915#4349]) -> [INCOMPLETE][303] ([i915#9853]) [302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14849/shard-dg2-2/igt@perf_pmu@busy-double-start@vcs1.html [303]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_134203v1/shard-dg2-10/igt@perf_pmu@busy-double-start@vcs1.html [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [i915#10031]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10031 [i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055 [i915#10056]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10056 [i915#10139]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10139 [i915#10226]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10226 [i915#10278]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10278 [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#10545]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10545 [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#10976]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10976 [i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099 [i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078 [i915#11164]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11164 [i915#11231]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11231 [i915#1339]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1339 [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023 [i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [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#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#3582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3582 [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#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#3955]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955 [i915#3966]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3966 [i915#4036]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4036 [i915#4070]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4070 [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#4348]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4348 [i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349 [i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387 [i915#4391]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4391 [i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423 [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525 [i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4565]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4565 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816 [i915#4818]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4818 [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#4873]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4873 [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#4936]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4936 [i915#5030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5030 [i915#5176]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5176 [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#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493 [i915#5566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5566 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6268]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6268 [i915#6412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412 [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880 [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118 [i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173 [i915#7484]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7484 [i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707 [i915#7711]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228 [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#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562 [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#8808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808 [i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809 [i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814 [i915#8925]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8925 [i915#9041]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9041 [i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053 [i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067 [i915#9100]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9100 [i915#9196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9196 [i915#9227]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9227 [i915#9295]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295 [i915#9311]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9311 [i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323 [i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337 [i915#9408]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9408 [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#9606]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9606 [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#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688 [i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9781 [i915#9808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9808 [i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809 [i915#9820]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9820 [i915#9849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9849 [i915#9853]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9853 [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_14849 -> Patchwork_134203v1 * Piglit: None -> piglit_4509 CI-20190529: 20190529 CI_DRM_14849: 55d6179b96e0390025f2ba101c03b94b50cab7a1 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_7873: b9bcded9123ac56ce05748de6c4870fb49451b87 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_134203v1: 55d6179b96e0390025f2ba101c03b94b50cab7a1 @ 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_134203v1/index.html [-- Attachment #2: Type: text/html, Size: 104711 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2024-05-30 21:44 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-05-28 12:36 Lockdep annotation introduced warn in VMD driver Imre Deak 2024-05-28 15:14 ` Dave Jiang 2024-05-28 22:53 ` Nirmal Patel 2024-05-29 7:45 ` Saarinen, Jani 2024-05-29 8:06 ` Jani Nikula 2024-05-29 13:48 ` Saarinen, Jani 2024-05-29 15:36 ` Saarinen, Jani 2024-05-29 16:08 ` Dave Jiang 2024-05-29 16:51 ` Imre Deak 2024-05-29 19:34 ` Dan Williams 2024-05-29 20:05 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork 2024-05-29 20:06 ` ✓ Fi.CI.BAT: success " Patchwork 2024-05-30 21:44 ` ✗ Fi.CI.IGT: failure " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox