From: Varun Gupta <varun.gupta@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: zhanjun.dong@intel.com, daniele.ceraolospurio@intel.com,
michal.wajdeczko@intel.com
Subject: [PATCH] drm/xe/guc: Demote uncorrectable local error log to info
Date: Thu, 10 Sep 2026 10:29:19 +0530 [thread overview]
Message-ID: <20260910045919.2280655-2-varun.gupta@intel.com> (raw)
The UNCORRECTABLE_LOCAL_ERROR notification sent by the GuC indicates a
local, queue-level context termination rather than a global device or
driver failure. This can be triggered as part of expected recovery flows,
including intentional fault-injection tests.
Printing this at ERROR level is too noisy and causes false-positive
dmesg-warn failures in CI. Switch the log level to INFO, matching the
adjacent CAT error handler.
Fixes: 4e57574fa3a3 ("drm/xe/guc: Handle GuC local uncorrectable error notifications")
Signed-off-by: Varun Gupta <varun.gupta@intel.com>
---
drivers/gpu/drm/xe/xe_guc_submit.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/xe/xe_guc_submit.c b/drivers/gpu/drm/xe/xe_guc_submit.c
index f3ba8abfc228..e0662bd9154b 100644
--- a/drivers/gpu/drm/xe/xe_guc_submit.c
+++ b/drivers/gpu/drm/xe/xe_guc_submit.c
@@ -3495,9 +3495,9 @@ int xe_guc_uncorrectable_error_handler(struct xe_guc *guc, u32 *msg, u32 len)
if (unlikely(!q))
return -EPROTO;
- xe_gt_err(gt,
- "GuC: Uncorrectable local error! guc_id=%d class=%s, logical_mask=0x%x",
- guc_id, xe_hw_engine_class_to_str(q->class), q->logical_mask);
+ xe_gt_info(gt,
+ "GuC: Uncorrectable local error! guc_id=%d class=%s, logical_mask=0x%x",
+ guc_id, xe_hw_engine_class_to_str(q->class), q->logical_mask);
trace_xe_guc_uncorrectable_error(q);
--
2.43.0
next reply other threads:[~2026-09-10 4:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-10 4:59 Varun Gupta [this message]
2026-09-10 5:07 ` ✓ CI.KUnit: success for drm/xe/guc: Demote uncorrectable local error log to info Patchwork
2026-09-10 5:44 ` ✓ Xe.CI.BAT: " Patchwork
2026-09-10 12:51 ` ✓ 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=20260910045919.2280655-2-varun.gupta@intel.com \
--to=varun.gupta@intel.com \
--cc=daniele.ceraolospurio@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=michal.wajdeczko@intel.com \
--cc=zhanjun.dong@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