✗ CI.checkpatch: warning for drm/xe: skip error capture when exec queue is killed

Patchwork patchwork at emeril.freedesktop.org
Thu Apr 25 12:22:11 UTC 2024


== Series Details ==

Series: drm/xe: skip error capture when exec queue is killed
URL   : https://patchwork.freedesktop.org/series/132906/
State : warning

== 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
0daf0be5bb95eb0a0e42275e00a0e42d8d8fd543
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 7d93ba0167616a98b17ea9f53e6da57c92d87900
Author: Tejas Upadhyay <tejas.upadhyay at intel.com>
Date:   Thu Apr 25 17:59:31 2024 +0530

    drm/xe: skip error capture when exec queue is killed
    
    When user closes exec queue soon after job submission,
    we are generating error coredump. Instead check if
    exec queue is killed during job timeout then skip
    error coredump capture, just free the job and return
    proper scheduler state.
    
    Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch 972738688dc48cf04e4aec9a39ef4703c78aa17b drm-intel
7d93ba016761 drm/xe: skip error capture when exec queue is killed
-:23: ERROR:TRAILING_WHITESPACE: trailing whitespace
#23: FILE: drivers/gpu/drm/xe/xe_guc_submit.c:974:
+^Iif (exec_queue_killed(q) || $

total: 1 errors, 0 warnings, 0 checks, 9 lines checked




More information about the Intel-xe mailing list