✗ CI.checkpatch: warning for drm/xe/tests: Split shrink test out of xe_bo

Patchwork patchwork at emeril.freedesktop.org
Thu Dec 12 13:31:36 UTC 2024


== Series Details ==

Series: drm/xe/tests: Split shrink test out of xe_bo
URL   : https://patchwork.freedesktop.org/series/142484/
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 7052535893ded79aa2d1e0888a0a48d779a2ce9d
Author: Nirmoy Das <nirmoy.das at intel.com>
Date:   Thu Dec 12 14:38:10 2024 +0100

    drm/xe/tests: Split shrink test out of xe_bo
    
    Currently, there is no good way to blocklist a dynamic subtest in IGT,
    so split out xe_bo_shrink into its own test, which can now be skipped
    from CI as it is meant to be run manually by developers because of its
    long execution time.
    
    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>
+ /mt/dim checkpatch 7b441ab54824526dd570dfbfbef51bcd2ba4c5b5 drm-intel
7052535893de drm/xe/tests: Split shrink test out of xe_bo
-:57: WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#57: 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