✗ CI.checkpatch: warning for drm/xe: remove unmatched xe_vm_unlock() from __xe_exec_queue_init()
Patchwork
patchwork at emeril.freedesktop.org
Fri May 30 10:22:16 UTC 2025
== Series Details ==
Series: drm/xe: remove unmatched xe_vm_unlock() from __xe_exec_queue_init()
URL : https://patchwork.freedesktop.org/series/149690/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 118aa626793c9d9b8bfde1e6f0532882dda18a50
Author: Maciej Patelczyk <maciej.patelczyk at intel.com>
Date: Fri May 30 10:48:56 2025 +0200
drm/xe: remove unmatched xe_vm_unlock() from __xe_exec_queue_init()
There is unmatched xe_vm_unlock() in the __xe_exec_queue_init().
Leftover from fbeaad071a98 ("drm/xe: Create LRC BO without VM")
Fixes: fbeaad071a98 ("drm/xe: Create LRC BO without VM")
Signed-off-by: Maciej Patelczyk <maciej.patelczyk at intel.com>
+ /mt/dim checkpatch 5ee21c4d445a914860e59678f036866f80ebade4 drm-intel
118aa626793c drm/xe: remove unmatched xe_vm_unlock() from __xe_exec_queue_init()
-:8: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit fbeaad071a98 ("drm/xe: Create LRC BO without VM")'
#8:
Leftover from fbeaad071a98 ("drm/xe: Create LRC BO without VM")
total: 1 errors, 0 warnings, 0 checks, 24 lines checked
More information about the Intel-xe
mailing list