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

Patchwork patchwork at emeril.freedesktop.org
Thu Nov 28 15:52:15 UTC 2024


== Series Details ==

Series: Introduce DRM device wedged event (rev8)
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 e548d261685a8d8aa12fc23d14ddd1b28c43a00a
Author: Raag Jadav <raag.jadav at intel.com>
Date:   Thu Nov 28 21:07:07 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>
    Reviewed-by: Aravind Iddamsetty <aravind.iddamsetty at linux.intel.com>
+ /mt/dim checkpatch 74a57778be9b7768773c41c9ef84e8a81877adca drm-intel
fad6cfa45df9 drm: Introduce device wedged event
-:189: WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#189: FILE: drivers/gpu/drm/drm_drv.c:542:
+	char *envp[] = { event_string, NULL };

total: 0 errors, 1 warnings, 0 checks, 105 lines checked
49324beed43f drm/doc: Document device wedged event
9dec61b73813 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
e548d261685a drm/i915: Use device wedged event




More information about the Intel-xe mailing list