✗ CI.checkpatch: warning for drm/xe: Unlink client during vm close
Patchwork
patchwork at emeril.freedesktop.org
Thu Jul 18 13:22:37 UTC 2024
== Series Details ==
Series: drm/xe: Unlink client during vm close
URL : https://patchwork.freedesktop.org/series/136240/
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
5ce3e132caaa5b45e5e50201b574a097d130967c
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 3ba4defab87ca1da48cc2e7f8c388cccd2cddf3a
Author: Tejas Upadhyay <tejas.upadhyay at intel.com>
Date: Thu Jul 18 18:47:52 2024 +0530
drm/xe: Unlink client during vm close
We have async call which does not know if client
unlinked from vm by the time it is accessed. Set
client unlink early during xe_vm_close() so that
async API do not touch closed client info.
Also, debugs related to job timeout is not useful
when its "no process" or client already unlinked.
Fixes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2273
Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch d0e3ac45f03af2770c2027a1e9799617e1186e5c drm-intel
3ba4defab87c drm/xe: Unlink client during vm close
-:14: WARNING:COMMIT_LOG_USE_LINK: Unknown link reference 'Fixes:', use 'Link:' or 'Closes:' instead
#14:
Fixes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2273
total: 0 errors, 1 warnings, 0 checks, 21 lines checked
More information about the Intel-xe
mailing list