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

Patchwork patchwork at emeril.freedesktop.org
Fri Sep 6 09:51:52 UTC 2024


== Series Details ==

Series: Introduce DRM device wedged event (rev2)
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
c62d7e164862503a3662a095da1c6c9014248cb2
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 237825e211d38f69ad09b8f69404b90a6194585a
Author: Raag Jadav <raag.jadav at intel.com>
Date:   Fri Sep 6 15:12:25 2024 +0530

    drm/i915: Use device wedged event
    
    Now that we have device wedged event supported by DRM core, make use
    of it. 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 d4b15a4609f1b768b0301fd238022ab8d07d15bc drm-intel
278b8c69398d drm: Introduce device wedged event
-:47: WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#47: FILE: drivers/gpu/drm/drm_drv.c:512:
+	char *envp[] = { event_string, NULL };

total: 0 errors, 1 warnings, 0 checks, 33 lines checked
62bf3119fc0f drm/xe: Use device wedged event
-:19: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#19: 
KERNEL[307.420340] 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, 23 lines checked
237825e211d3 drm/i915: Use device wedged event




More information about the Intel-xe mailing list