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

Patchwork patchwork at emeril.freedesktop.org
Fri Nov 15 05:15:20 UTC 2024


== Series Details ==

Series: Introduce DRM device wedged event (rev7)
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 ba8560b1efbd075ce9fbbfb0957ce9a247bff73a
Author: Raag Jadav <raag.jadav at intel.com>
Date:   Fri Nov 15 10:37:33 2024 +0530

    drm/i915: Use device wedged event
    
    Now that we have device wedged event provided by DRM core, make use
    of it and support both driver rebind and bus-reset based recovery.
    With this in place, userspace will be notified of wedged device on
    gt reset failure.
    
    Signed-off-by: Raag Jadav <raag.jadav at intel.com>
+ /mt/dim checkpatch 36fec0eb87867bca47f8829c9e5dbf5b3e2b3aaf drm-intel
0a84e7bbf738 drm: Introduce device wedged event
-:177: WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#177: FILE: drivers/gpu/drm/drm_drv.c:539:
+	char *envp[] = { event_string, NULL };

total: 0 errors, 1 warnings, 0 checks, 102 lines checked
fa99e27443cf drm/doc: Document device wedged event
424c8105293b 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, 24 lines checked
ba8560b1efbd drm/i915: Use device wedged event




More information about the Intel-xe mailing list