✗ CI.checkpatch: warning for xe_sync and ufence rework

Patchwork patchwork at emeril.freedesktop.org
Tue Feb 27 02:48:51 UTC 2024


== Series Details ==

Series: xe_sync and ufence rework
URL   : https://patchwork.freedesktop.org/series/130418/
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
0c154c094f54266ae5de84733202d44dc09fb988
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 93274f2c1b1e0e3cf2704a6f1922762ea34bd7ef
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Mon Feb 26 18:43:37 2024 -0800

    drm/xe: Get page on user fence creation
    
    Attempt to get page on user fence creation and kmap_local_page on
    signaling. Should reduce latency and can ensure 64 bit atomicity
    compared to copy_to_user.
    
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch b3552bf1e79de200a6ca49c518ead46a1256618c drm-intel
5b1c0bd4d939 drm/xe: Remove used xe_sync_entry_wait
9b1a3cf5f337 drm/xe: Validate user fence during creation
-:8: WARNING:BAD_FIXES_TAG: Please use correct Fixes: style 'Fixes: <12 chars of sha1> ("<title line>")' - ie: 'Fixes: 93274f2c1b1e ("drm/xe: Get page on user fence creation")'
#8: 
Fixes: dd08ebf6c352 drm/xe: ("Introduce a new DRM driver for Intel GPUs")

total: 0 errors, 1 warnings, 0 checks, 30 lines checked
93274f2c1b1e drm/xe: Get page on user fence creation




More information about the Intel-xe mailing list