✓ CI.checkpatch: success for drm/xe: Do not print engine reset message on a killed queue

Patchwork patchwork at emeril.freedesktop.org
Mon May 26 19:07:04 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 66d17bc1a1b0f2698a694e3df95eb30d12b232fa
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>
    Reviewed-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
+ /mt/dim checkpatch 3e019cc3eaffcb7022b9de66871eabdefd6e06ff drm-intel
66d17bc1a1b0 drm/xe: Do not print engine reset message on a killed queue




More information about the Intel-xe mailing list