✗ CI.checkpatch: warning for Introduce DRM device wedged event (rev9)

Patchwork patchwork at emeril.freedesktop.org
Fri Jan 24 07:46:07 UTC 2025


== Series Details ==

Series: Introduce DRM device wedged event (rev9)
URL   : https://patchwork.freedesktop.org/series/138070/
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 c113af0c9f0cd8939995e553859722450ee68041
Author: André Almeida <andrealmeid at igalia.com>
Date:   Fri Jan 24 11:23:00 2025 +0530

    drm/amdgpu: Use device wedged event
    
    Use DRM's device wedged event to notify userspace that a reset had
    happened. For now, only use `none` method meant for telemetry
    capture.
    
    In the future we might want to report a recovery method if the reset didn't
    succeed.
    
    Acked-by: Shashank Sharma <shashank.sharma at amd.com>
    Signed-off-by: André Almeida <andrealmeid at igalia.com>
    Reviewed-by: Christian König <christian.koenig at amd.com>
+ /mt/dim checkpatch e242335af00fca4900f579d00dc7c1ab658c7fe1 drm-intel
f50cdb93885f drm: Introduce device wedged event
-:194: WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#194: FILE: drivers/gpu/drm/drm_drv.c:543:
+	char *envp[] = { event_string, NULL };

total: 0 errors, 1 warnings, 0 checks, 107 lines checked
4d9a1f92f2ac drm/doc: Document device wedged event
7a13d844d91e drm/xe: Use device wedged event
-:20: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#20: 
KERNEL[265.802982] change   /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:01.0/0000:03:00.0/drm/card0 (drm)

total: 0 errors, 1 warnings, 0 checks, 19 lines checked
5be494b724a1 drm/i915: Use device wedged event
c113af0c9f0c drm/amdgpu: Use device wedged event




More information about the Intel-xe mailing list