✗ CI.checkpatch: warning for drm/xe/tests: Move shrink test out of xe_bo
Patchwork
patchwork at emeril.freedesktop.org
Wed Dec 18 16:37:51 UTC 2024
== Series Details ==
Series: drm/xe/tests: Move shrink test out of xe_bo
URL : https://patchwork.freedesktop.org/series/142786/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 82f7adb0d455a89178c076f0a0171cd0c5034739
Author: Nirmoy Das <nirmoy.das at intel.com>
Date: Wed Dec 18 15:14:47 2024 +0100
drm/xe/tests: Move shrink test out of xe_bo
The subtest typically has an execution time long enough to motivate a
separate test so that it can be easily excluded if needed.
v2: reword commit message(Thomas)
Cc: Matthew Auld <matthew.auld at intel.com>
Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch 78526dfb8799485890dae3877fea308e9501879c drm-intel
82f7adb0d455 drm/xe/tests: Move shrink test out of xe_bo
-:58: WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#58: FILE: drivers/gpu/drm/xe/tests/xe_live_test_mod.c:9:
+extern struct kunit_suite xe_bo_shrink_test_suite;
total: 0 errors, 1 warnings, 0 checks, 38 lines checked
More information about the Intel-xe
mailing list