All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Tauro, Riana" <riana.tauro@intel.com>
To: Sk Anirban <sk.anirban@intel.com>, <igt-dev@lists.freedesktop.org>
Cc: <anshuman.gupta@intel.com>, <badal.nilawar@intel.com>,
	<karthik.poosa@intel.com>, <raag.jadav@intel.com>,
	<soham.purkait@intel.com>,  <mallesh.koujalagi@intel.com>,
	<kamil.konieczny@intel.com>
Subject: Re: [PATCH v3 1/2] tests/intel/xe_survivability: update ignored dmesg regex
Date: Tue, 25 Aug 2026 11:43:49 +0530	[thread overview]
Message-ID: <265dfdba-698b-4442-99ab-26d4fb23228b@intel.com> (raw)
In-Reply-To: <20260818201148.36020-5-sk.anirban@intel.com>

Hi Anirban

On 19-08-2026 01:41, Sk Anirban wrote:
> The kernel now reports -ENOTRECOVERABLE when the device is wedged.
> As runtime-survivability deliberately wedges the device, update
> dmesg regex so igt_runner does not treat the expected error logs
> as failures.
>
> v2: Keep older error codes (Kamil)
>      Modify regex (Kamil)
> v3: Modify regex (Riana)
>
> kernel implementation:
> https://patchwork.freedesktop.org/series/168780/
>
> Signed-off-by: Sk Anirban <sk.anirban@intel.com>
> ---
>   tests/intel/xe_survivability.c | 6 ++++--
>   1 file changed, 4 insertions(+), 2 deletions(-)

Take a look at the latest code post SIG ID merge. Please confirm if 
these messages hold
good even after that change

Thanks
Riana


>
> diff --git a/tests/intel/xe_survivability.c b/tests/intel/xe_survivability.c
> index 74488bbea..e60a11c3a 100644
> --- a/tests/intel/xe_survivability.c
> +++ b/tests/intel/xe_survivability.c
> @@ -43,9 +43,11 @@ static char bus_addr[NAME_MAX];
>   static void ignore_wedged_in_dmesg(void)
>   {
>   	/* this is needed for igt_runner so it will ignore it */
> -	igt_emit_ignore_dmesg_regex("GT[0-9A-Fa-f]*: failed to enable GuC scheduling policies: -ECANCELED"
> +	igt_emit_ignore_dmesg_regex("GT[0-9A-Fa-f]*: failed to enable GuC scheduling policies: "
> +				    "(-ECANCELED|-ENOTRECOVERABLE)"
> +				    "|GT[0-9A-Fa-f]*: reset failed .(-ECANCELED|-ENOTRECOVERABLE)"
>   				    "|CRITICAL: Xe has declared device [0-9A-Fa-f:.]* as wedged"
> -				    "|GT[0-9A-Fa-f]*: reset failed .-ECANCELED"
> +				    "|xe [0-9A-Fa-f:.]*:.*-ENOTRECOVERABLE"
>   				    "|GT[0-9A-Fa-f]*: Failed to submit"
>   				    "|Modules linked in:"
>   				    "|__pfx___drm_");

  reply	other threads:[~2026-08-25  6:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-18 20:11 [PATCH v3 0/2] tests/intel/xe_survivability: update ignored dmesg regex Sk Anirban
2026-08-18 20:11 ` [PATCH v3 1/2] " Sk Anirban
2026-08-25  6:13   ` Tauro, Riana [this message]
2026-08-18 20:11 ` [PATCH v3 2/2] HAX intel-ci: Add xe_survivability to xe-fast-feedback Sk Anirban
2026-08-18 22:35 ` ✗ Xe.CI.BAT: failure for tests/intel/xe_survivability: update ignored dmesg regex (rev4) Patchwork
2026-08-18 22:50 ` ✓ i915.CI.BAT: success " Patchwork
2026-08-19  1:35 ` ✓ Xe.CI.FULL: " Patchwork

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=265dfdba-698b-4442-99ab-26d4fb23228b@intel.com \
    --to=riana.tauro@intel.com \
    --cc=anshuman.gupta@intel.com \
    --cc=badal.nilawar@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=kamil.konieczny@intel.com \
    --cc=karthik.poosa@intel.com \
    --cc=mallesh.koujalagi@intel.com \
    --cc=raag.jadav@intel.com \
    --cc=sk.anirban@intel.com \
    --cc=soham.purkait@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.