✗ CI.checkpatch: warning for drm/xe: Fix loop in vm_bind_ioctl_ops_unwind
Patchwork
patchwork at emeril.freedesktop.org
Thu Feb 1 19:07:55 UTC 2024
== Series Details ==
Series: drm/xe: Fix loop in vm_bind_ioctl_ops_unwind
URL : https://patchwork.freedesktop.org/series/129432/
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
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1f95a9730513027118dfebf57c789b85a1735815
Author: Matthew Brost <matthew.brost at intel.com>
Date: Thu Feb 1 09:55:32 2024 -0800
drm/xe: Fix loop in vm_bind_ioctl_ops_unwind
The logic for the unwind loop is incorrect resulting in an infinite
loop. Fix to unwind to go from the last operations list to he first.
Fixes: 617eebb9c480 ("drm/xe: Fix array of binds")
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 3e58a4940c44430f20cad20ead5e1b77ed209cde drm-intel
1f95a9730 drm/xe: Fix loop in vm_bind_ioctl_ops_unwind
-:9: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '617eebb9c480', maybe rebased or not pulled?
#9:
Fixes: 617eebb9c480 ("drm/xe: Fix array of binds")
total: 0 errors, 1 warnings, 0 checks, 8 lines checked
More information about the Intel-xe
mailing list