✓ CI.checkpatch: success for drm/xe/ufence: ufence can be signaled right after wait_woken (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Fri Oct 11 19:54:58 UTC 2024
== Series Details ==
Series: drm/xe/ufence: ufence can be signaled right after wait_woken (rev2)
URL : https://patchwork.freedesktop.org/series/139897/
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 d8d6e63796b3855f7ce7b7df726f0082f44f5ab3
Author: Nirmoy Das <nirmoy.das at intel.com>
Date: Fri Oct 11 17:10:29 2024 +0200
drm/xe/ufence: ufence can be signaled right after wait_woken
do_comapre() can return success after a timedout wait_woken() which was
treated as -ETIME. The loop calling wait_woken() sets correct err so
there is no need to re-evaluate err.
v2: Remove entire check that reevaluate err at the end(Matt)
Fixes: e670f0b4ef24 ("drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctl")
Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1630
Cc: <stable at vger.kernel.org> # v6.8+
Cc: Bommu Krishnaiah <krishnaiah.bommu at intel.com>
Cc: Matthew Auld <matthew.auld at intel.com>
Cc: Matthew Brost <matthew.brost at intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
+ /mt/dim checkpatch 04bb73440015e221297eed8aa260e6e75442b4e6 drm-intel
d8d6e63796b3 drm/xe/ufence: ufence can be signaled right after wait_woken
More information about the Intel-xe
mailing list