✓ CI.checkpatch: success for drm/xe: Do not print engine reset message on a killed queue
Patchwork
patchwork at emeril.freedesktop.org
Thu May 8 19:15:24 UTC 2025
== Series Details ==
Series: drm/xe: Do not print engine reset message on a killed queue
URL : https://patchwork.freedesktop.org/series/148776/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 0673e4e4b37301c82be30e0ac0efaa1f4eee82ea
Author: Matthew Brost <matthew.brost at intel.com>
Date: Thu May 8 12:09:20 2025 -0700
drm/xe: Do not print engine reset message on a killed queue
When an app is ctrl-c (killed) any queues running on the GPU have their
preemption timeout set to the minimum value and scheduling is disabled.
If the queue has something active on the GPU it is very likely for the
GuC will trigger an engine reset resulting in the engine reset message
being printed when this is fully expected. Do not print the engine reset
message on queues which have been killed.
Reported-by: Paulo Zanoni <paulo.r.zanoni at intel.com>
Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/4904
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 523c09584918b9eec311fb30b72d4c91fcf392eb drm-intel
0673e4e4b373 drm/xe: Do not print engine reset message on a killed queue
More information about the Intel-xe
mailing list