✓ CI.checkpatch: success for drm/xe: Ensure write lock is held when calling xe_vma_rebind()
Patchwork
patchwork at emeril.freedesktop.org
Wed Jun 5 10:55:23 UTC 2024
== Series Details ==
Series: drm/xe: Ensure write lock is held when calling xe_vma_rebind()
URL : https://patchwork.freedesktop.org/series/134493/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 40a8ed97fd8a966bbd4c6099dd2b7a10d55271e8
Author: Nirmoy Das <nirmoy.das at intel.com>
Date: Wed Jun 5 12:16:07 2024 +0200
drm/xe: Ensure write lock is held when calling xe_vma_rebind()
xe_vma_rebind() expects write vm lock is held so start out with a
read lock and upgrade if a vma rebind is required.
Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1894
Fixes: bf69918b7199 ("drm/xe: Use xe_vma_ops to implement page fault rebinds")
Cc: Matthew Brost <matthew.brost at intel.com>
Cc: Oak Zeng <oak.zeng at intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
+ /mt/dim checkpatch f7994ccb216e6879923aac0a2cdda38817332be2 drm-intel
40a8ed97fd8a drm/xe: Ensure write lock is held when calling xe_vma_rebind()
More information about the Intel-xe
mailing list