✓ CI.checkpatch: success for drm/xe/client: bo->client does not need bos_lock
Patchwork
patchwork at emeril.freedesktop.org
Wed Feb 5 05:35:08 UTC 2025
== Series Details ==
Series: drm/xe/client: bo->client does not need bos_lock
URL : https://patchwork.freedesktop.org/series/144352/
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 401c3d6868053cd07ff42a0bf74463d27dc13e8f
Author: Tejas Upadhyay <tejas.upadhyay at intel.com>
Date: Wed Feb 5 10:40:42 2025 +0530
drm/xe/client: bo->client does not need bos_lock
bos_lock is to protect list of bos used by client, it is
not required to protect bo->client so bring it outside of
bos_lock.
Fixes: b27970f3e11c ("drm/xe: Add tracking support for bos per client")
Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch a19d8731db07e41101ed00b9d86ac8868df2a763 drm-intel
401c3d686805 drm/xe/client: bo->client does not need bos_lock
More information about the Intel-xe
mailing list