✗ CI.checkpatch: warning for series starting with [1/2] drm/ttm: fix locking in test ttm_bo_validate_no_placement_signaled
Patchwork
patchwork at emeril.freedesktop.org
Thu Jul 10 14:47:39 UTC 2025
== Series Details ==
Series: series starting with [1/2] drm/ttm: fix locking in test ttm_bo_validate_no_placement_signaled
URL : https://patchwork.freedesktop.org/series/151448/
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 36476851f481c970ca6e040ac41cc8edd3f85b7f
Author: Christian König <ckoenig.leichtzumerken at gmail.com>
Date: Thu Jul 10 16:41:29 2025 +0200
drm/ttm: remove ttm_bo_validate_swapout test
The test is quite fragile since it tries to allocate halve available system
memory + 1 page.
If the system has either not enough memory to make the allocation work
with other things running in parallel or to much memory so the allocation
fails as to large/invalid the test won't fail.
Completely remove the test. We already validate swapout on the device
level and that test seems to be stable.
Signed-off-by: Christian König <christian.koenig at amd.com>
+ /mt/dim checkpatch cf334fe3d25639e22cb9bdfcc6d8482b0bb31e34 drm-intel
f71f87805cbe drm/ttm: fix locking in test ttm_bo_validate_no_placement_signaled
-:41: 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, 19 lines checked
36476851f481 drm/ttm: remove ttm_bo_validate_swapout test
-:89: 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, 63 lines checked
More information about the Intel-xe
mailing list