✗ CI.checkpatch: warning for drm/ttm: rename ttm_bo_put to _fini v2
Patchwork
patchwork at emeril.freedesktop.org
Wed Jul 16 16:56:06 UTC 2025
== Series Details ==
Series: drm/ttm: rename ttm_bo_put to _fini v2
URL : https://patchwork.freedesktop.org/series/151705/
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
43254c2aa575037fc031c7ac21b0d031c700b2bf
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit f3ac6bba292a275ba0c7fff532f0271e0bf403b7
Author: Christian König <ckoenig.leichtzumerken at gmail.com>
Date: Wed Jul 16 14:15:22 2025 +0200
drm/ttm: rename ttm_bo_put to _fini v2
Give TTM BOs a separate cleanup function.
No funktional change, but the next step in removing the TTM BO reference
counting and replacing it with the GEM object reference counting.
v2: move the code around a bit to make it clearer what's happening
Signed-off-by: Christian König <christian.koenig at amd.com>
+ /mt/dim checkpatch 5c81898a2e97ccaed5067b1476f6a77321d057f9 drm-intel
f3ac6bba292a drm/ttm: rename ttm_bo_put to _fini v2
-:481: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: "Christian König" <ckoenig.leichtzumerken at gmail.com>' != 'Signed-off-by: Christian König <christian.koenig at amd.com>'
total: 0 errors, 1 warnings, 0 checks, 368 lines checked
More information about the Intel-xe
mailing list