[Intel-xe] ✗ CI.checkpatch: warning for RFC: drm/xe: Return correct error code for xe_wait_user_fence_ioctl (rev2)

Patchwork patchwork at emeril.freedesktop.org
Wed Nov 22 08:24:10 UTC 2023


== Series Details ==

Series: RFC: drm/xe: Return correct error code for xe_wait_user_fence_ioctl (rev2)
URL   : https://patchwork.freedesktop.org/series/126549/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 67fd14e3a52497947fc411e1b35fccdcfb678d4d
Author: Bommu Krishnaiah <krishnaiah.bommu at intel.com>
Date:   Wed Nov 22 09:51:42 2023 +0530

    RFC: drm/xe: Return correct error code for xe_wait_user_fence_ioctl
    
    return correct error code if exec_queue is reset/engine is hung
    remove the num_engines/instances members from drm_xe_wait_user_fence structure
    and add a exec_queue_id member
    
    v2: Addressed the review comments
    
    Need to validated the changes
    
    Signed-off-by: Bommu Krishnaiah <krishnaiah.bommu at intel.com>
    Cc: Oak Zeng <oak.zeng at intel.com>
    Cc: Kempczynski Zbigniew <Zbigniew.Kempczynski at intel.com>
    Cc: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 89e2bb1e155242dd9aa46bc90e563e71c5f498b0 drm-intel
67fd14e3a RFC: drm/xe: Return correct error code for xe_wait_user_fence_ioctl
-:8: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#8: 
remove the num_engines/instances members from drm_xe_wait_user_fence structure

-:44: WARNING:TABSTOP: Statements should start on a tabstop
#44: FILE: drivers/gpu/drm/xe/xe_execlist.c:452:
+	 return false;

total: 0 errors, 2 warnings, 0 checks, 178 lines checked




More information about the Intel-xe mailing list