✗ CI.checkpatch: warning for A couple exec IOCTL fixes (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Nov 5 04:40:55 UTC 2024
== Series Details ==
Series: A couple exec IOCTL fixes (rev2)
URL : https://patchwork.freedesktop.org/series/140910/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 8e0c73ff76f608f24ca9b6838cefa171dd82092c
Author: Matthew Brost <matthew.brost at intel.com>
Date: Mon Nov 4 20:35:24 2024 -0800
drm/xe: Drop VM dma-resv lock on xe_sync_in_fence_get failure in exec IOCTL
Upon failure all locks need to be dropped before returning to the user.
Fixes: 58480c1c912f ("drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC")
Cc: stable <stable at kernel.org>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch fffb00b58c0ce4d5a729f3bbd7f05d38ff3dbe63 drm-intel
5b9ab04b53f3 drm/xe: Fix possible exec queue leak in exec IOCTL
-:11: WARNING:BAD_STABLE_ADDRESS_STYLE: Invalid email format for stable: 'stable <stable at kernel.org>', prefer 'stable at kernel.org'
#11:
Cc: stable <stable at kernel.org>
total: 0 errors, 1 warnings, 0 checks, 20 lines checked
8e0c73ff76f6 drm/xe: Drop VM dma-resv lock on xe_sync_in_fence_get failure in exec IOCTL
-:10: WARNING:BAD_STABLE_ADDRESS_STYLE: Invalid email format for stable: 'stable <stable at kernel.org>', prefer 'stable at kernel.org'
#10:
Cc: stable <stable at kernel.org>
total: 0 errors, 1 warnings, 0 checks, 7 lines checked
More information about the Intel-xe
mailing list