✗ CI.checkpatch: warning for drm/xe: Support capture and dump of devcoredump for general debug

Patchwork patchwork at emeril.freedesktop.org
Sat Nov 9 02:05:40 UTC 2024


== Series Details ==

Series: drm/xe: Support capture and dump of devcoredump for general debug
URL   : https://patchwork.freedesktop.org/series/141122/
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 42952f520ad1c55ead8194e8a832f22fa00710ae
Author: John Harrison <John.C.Harrison at Intel.com>
Date:   Fri Nov 8 17:59:34 2024 -0800

    drm/xe: Support devcoredump capture from dead CT handler
    
    The dead CT handler was doing a locally rolled fake devcoredump
    capture and print. Replace that with support for calling the genuine
    devcoredump code to do the capture and print instead.
    
    Signed-off-by: John Harrison <John.C.Harrison at Intel.com>
+ /mt/dim checkpatch 00976833a8b163cfcad247ba2d22ea4819fd749c drm-intel
2adb260caaf4 drm/xe/devcoredump: Support coredumps without jobs
-:83: WARNING:IF_0: Consider removing the code enclosed by this #if 0 and its #endif
#83: FILE: drivers/gpu/drm/xe/xe_devcoredump.c:308:
+#if 0

total: 0 errors, 1 warnings, 0 checks, 223 lines checked
7b98877ae3db drm/xe: Trigger a devcoredump capture on a GT reset
1bb276151401 drm/xe: Disconnect coredump structure from xe_device structure
5fd241f217d6 drm/xe: Make coredump printing to in-memory cache optional
42952f520ad1 drm/xe: Support devcoredump capture from dead CT handler
-:77: WARNING:OOM_MESSAGE: Possible unnecessary 'out of memory' message
#77: FILE: drivers/gpu/drm/xe/xe_guc_ct.c:1771:
+	if (!coredump) {
+		xe_gt_err(gt, "Failed to allocate coredump for dead CT capture!\n");

total: 0 errors, 1 warnings, 0 checks, 147 lines checked




More information about the Intel-xe mailing list