✓ CI.checkpatch: success for drm/xe: Ensure all locks released in exec IOCTL
Patchwork
patchwork at emeril.freedesktop.org
Thu Nov 7 02:05:20 UTC 2024
== Series Details ==
Series: drm/xe: Ensure all locks released in exec IOCTL
URL : https://patchwork.freedesktop.org/series/141031/
State : success
== 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 4c7da8f3d764a9d1f11675518fc91c19d52ac893
Author: Matthew Brost <matthew.brost at intel.com>
Date: Wed Nov 6 14:49:44 2024 -0800
drm/xe: Ensure all locks released in exec IOCTL
In couple of places the wrong error handling goto was used to release
locks. Fix these to ensure all locks dropped on exec IOCTL errors.
Cc: Francois Dugast <francois.dugast at intel.com>
Fixes: d16ef1a18e39 ("drm/xe/exec: Switch hw engine group execution mode upon job submission")
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 5ce87c5ad2cbfd2b89a0347e4e4f75de2762b7a3 drm-intel
4c7da8f3d764 drm/xe: Ensure all locks released in exec IOCTL
More information about the Intel-xe
mailing list