From: "Bernatowicz, Marcin" <marcin.bernatowicz@linux.intel.com>
To: igt-dev@lists.freedesktop.org, lgci.bug.filing@intel.com
Subject: Re: ✗ Xe.CI.BAT: failure for PCI driver helpers and xe-vfio-pci FLR improvement (rev4)
Date: Thu, 12 Feb 2026 10:14:20 +0100 [thread overview]
Message-ID: <1d97a001-04de-400a-bd96-ad856442429b@linux.intel.com> (raw)
In-Reply-To: <177081577508.246141.4619122331377786001@a3b018990fe9>
[-- Attachment #1: Type: text/plain, Size: 3395 bytes --]
On 2/11/2026 2:16 PM, Patchwork wrote:
> == Series Details ==
>
> Series: PCI driver helpers and xe-vfio-pci FLR improvement (rev4)
> URL :https://patchwork.freedesktop.org/series/160140/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from XEIGT_8749_BAT -> XEIGTPW_14539_BAT
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with XEIGTPW_14539_BAT absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in XEIGTPW_14539_BAT, 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 -> 10)
> ------------------------------
>
> Additional (1): bat-bmg-3
>
> Possible new issues
> -------------------
>
> Here are the unknown changes that may have been introduced in XEIGTPW_14539_BAT:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@core_hotunplug@unbind-rebind:
> - bat-bmg-2: [PASS][1] -> [ABORT][2]
> [1]:https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8749/bat-bmg-2/igt@core_hotunplug@unbind-rebind.html
> [2]:https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14539/bat-bmg-2/igt@core_hotunplug@unbind-rebind.html
>
> * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-bind:
> - bat-bmg-3: NOTRUN -> [INCOMPLETE][3]
> [3]:https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14539/bat-bmg-3/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-bind.html
>
> * igt@xe_sriov_flr@flr-vf1-clear:
> - bat-adlp-7: [PASS][4] -> [WARN][5]
> [4]:https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8749/bat-adlp-7/igt@xe_sriov_flr@flr-vf1-clear.html
> [5]:https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14539/bat-adlp-7/igt@xe_sriov_flr@flr-vf1-clear.html
The ADLP platform does not officially support SR-IOV and the
configuration is broken: *intel_iommu=igfx_off*
which results in expected warnings (IGT) / dmesg error (<3> [370.416518]
xe-vfio-pci 0000:00:02.1: probe with driver xe-vfio-pci failed with
error -22)
Despite execution without xe-vfio-pci bound the test passes.
---
marcin
>
> Known issues
> ------------
>
> Here are the changes found in XEIGTPW_14539_BAT that come from known issues:
>
> ### IGT changes ###
>
> #### Possible fixes ####
>
> * igt@xe_waitfence@engine:
> - bat-bmg-1: [FAIL][6] ([Intel XE#6519]) -> [PASS][7]
> [6]:https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8749/bat-bmg-1/igt@xe_waitfence@engine.html
> [7]:https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14539/bat-bmg-1/igt@xe_waitfence@engine.html
>
>
> [Intel XE#6519]:https://gitlab.freedesktop.org/drm/xe/kernel/issues/6519
>
>
> Build changes
> -------------
>
> * IGT: IGT_8749 -> IGTPW_14539
>
> IGTPW_14539: b896e43034c432c4a69c2b8a0cfb0d878d2c763c @https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> IGT_8749: 195f101f25a7984686f36f340aa88d44a1716ec6 @https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> xe-4543-f37b96494b210e3ceec9c8c369dcd8f05fb30669: f37b96494b210e3ceec9c8c369dcd8f05fb30669
>
> == Logs ==
>
> For more details see:https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14539/index.html
>
[-- Attachment #2: Type: text/html, Size: 5531 bytes --]
next prev parent reply other threads:[~2026-02-12 9:14 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-11 11:18 [PATCH v4 i-g-t 0/6] PCI driver helpers and xe-vfio-pci FLR improvement Marcin Bernatowicz
2026-02-11 11:18 ` [PATCH v4 i-g-t 1/6] lib/igt_sriov_device: Add helper to get VF PCI slot address Marcin Bernatowicz
2026-02-11 11:18 ` [PATCH v4 i-g-t 2/6] lib/igt_pci: Add generic PCI driver override and bind/unbind helpers Marcin Bernatowicz
2026-02-11 12:10 ` Laguna, Lukasz
2026-02-11 11:18 ` [PATCH v4 i-g-t 3/6] tests/intel/xe_sriov_flr: Attach VFs to xe-vfio-pci before initiating FLR Marcin Bernatowicz
2026-02-11 11:18 ` [PATCH v4 i-g-t 4/6] lib/igt_kmod: Fix PCI bind/unbind for module/driver name mismatch Marcin Bernatowicz
2026-02-11 11:18 ` [PATCH v4 i-g-t 5/6] tests/intel/xe_sriov_flr: Add --wait-flr-ms option Marcin Bernatowicz
2026-02-11 11:18 ` [PATCH v4 i-g-t 6/6] tests/intel/xe_sriov_flr: Add --no-xe-vfio-pci option Marcin Bernatowicz
2026-02-11 12:37 ` ✓ i915.CI.BAT: success for PCI driver helpers and xe-vfio-pci FLR improvement (rev4) Patchwork
2026-02-11 13:16 ` ✗ Xe.CI.BAT: failure " Patchwork
2026-02-12 9:14 ` Bernatowicz, Marcin [this message]
2026-02-11 16:07 ` ✗ Xe.CI.FULL: " Patchwork
2026-02-12 8:55 ` Bernatowicz, Marcin
2026-02-11 21:36 ` ✗ i915.CI.Full: " Patchwork
2026-02-12 8:54 ` Bernatowicz, Marcin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1d97a001-04de-400a-bd96-ad856442429b@linux.intel.com \
--to=marcin.bernatowicz@linux.intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=lgci.bug.filing@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox