✗ CI.checkpatch: warning for drm/xe: validate client of BO inside lock
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 4 17:33:02 UTC 2024
== Series Details ==
Series: drm/xe: validate client of BO inside lock
URL : https://patchwork.freedesktop.org/series/134385/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 6d81f44a197b41bd0c909547aa107b4b4d724b91
Author: Tejas Upadhyay <tejas.upadhyay at intel.com>
Date: Mon Jun 3 19:58:23 2024 +0530
drm/xe: validate client of BO inside lock
As client of BO getting referenced inside lock of BOs
list, its good practice to move these WARN_ONs also
under same lock to validate existance of bo->client.
Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch 77588a3e3e58917a9b1d992aeef6f02a6b85ded5 drm-intel
6d81f44a197b drm/xe: validate client of BO inside lock
-:8: WARNING:TYPO_SPELLING: 'existance' may be misspelled - perhaps 'existence'?
#8:
under same lock to validate existance of bo->client.
^^^^^^^^^
total: 0 errors, 1 warnings, 0 checks, 11 lines checked
More information about the Intel-xe
mailing list