✗ CI.checkpatch: warning for series starting with [v3,1/3] drm/xe/xe_guc_submit: Fix exec queue stop race condition

Patchwork patchwork at emeril.freedesktop.org
Fri Apr 5 17:11:27 UTC 2024


== Series Details ==

Series: series starting with [v3,1/3] drm/xe/xe_guc_submit: Fix exec queue stop race condition
URL   : https://patchwork.freedesktop.org/series/132081/
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
10b531c2aeb176a1a539b4a77216232f97719cec
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1f3fe4cfad873ed7d6c5a6122acd01db404642a4
Author: Jonathan Cavitt <jonathan.cavitt at intel.com>
Date:   Fri Apr 5 06:51:00 2024 -0700

    drm/xe/xe_guc_submit: Declare reset if banned or killed
    
    Add an additional condition to the reset_status guc_exec_queue_op that
    returns true if the exec queue has been banned or killed.  The
    reset_status op is only used for exiting any xe_wait_user_fence_ioctl
    that waits on an exec queue without timing out, so doing this will exit
    the ioctl early in cases where the exec queue can no longer function,
    such as after a GuC stop during a reset.
    
    Suggested-by: Matthew Brost <matthew.brost at intel.com>
    Signed-off-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
+ /mt/dim checkpatch 8cb1ee178ef7e504e233814ef50c1f18f42dac72 drm-intel
b4a6a304abd7 drm/xe/xe_guc_submit: Fix exec queue stop race condition
41e462090b81 drm/xe/xe_guc_submit: Allow lr exec queues to be banned
-:43: ERROR:TRAILING_WHITESPACE: trailing whitespace
#43: FILE: drivers/gpu/drm/xe/xe_guc_submit.c:1440:
+^I^I$

total: 1 errors, 0 warnings, 0 checks, 25 lines checked
1f3fe4cfad87 drm/xe/xe_guc_submit: Declare reset if banned or killed




More information about the Intel-xe mailing list