✗ CI.checkpatch: warning for Add test for G2G communications (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed Aug 6 00:58:13 UTC 2025
== Series Details ==
Series: Add test for G2G communications (rev2)
URL : https://patchwork.freedesktop.org/series/152101/
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
c298eac5978c38dcc62a70c0d73c91765e7cc296
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 14f765983dcdffe55fe11f9a37893552e4106ae4
Author: John Harrison <John.C.Harrison at Intel.com>
Date: Tue Aug 5 16:42:55 2025 -0700
drm/xe/guc: Add test for G2G communications
Add a test for sending messages from every GuC to every other GuC to
test G2G communications.
Note that, being a debug only feature, the test interface only exists
in pre-production builds of the GuC firmware.
v2: Fix 'default' case to actually use the driver's registration code
as well as allocation. Add comments explaining the different test
types. Fix (C) date and an assert. Review feedback from Daniele.
Signed-off-by: John Harrison <John.C.Harrison at Intel.com>
+ /mt/dim checkpatch b61343d3704885afd253795a1e1084febbf7f354 drm-intel
682dfdf09b8a drm/xe/guc: Update CSS header structures
fa7eeb694e3a drm/xe/guc: Add firmware build type to available info
735e9b03785f drm/xe: Allow freeing of a managed bo
14f765983dcd drm/xe/guc: Add test for G2G communications
-:32: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#32:
new file mode 100644
-:821: WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#821: FILE: drivers/gpu/drm/xe/tests/xe_live_test_mod.c:13:
+extern struct kunit_suite xe_guc_g2g_test_suite;
total: 0 errors, 2 warnings, 0 checks, 846 lines checked
More information about the Intel-xe
mailing list