✗ CI.checkpatch: warning for Introduce DRM device wedged event
Patchwork
patchwork at emeril.freedesktop.org
Mon Sep 2 07:34:22 UTC 2024
== Series Details ==
Series: Introduce DRM device wedged event
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
9fe5037901cabbcdf27a6fe0dfb047ca1474d363
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit faf0a2b7cd587ca31c12a8ba40dccc7efe21a65e
Author: Raag Jadav <raag.jadav at intel.com>
Date: Mon Sep 2 13:18:59 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 c689a348137cb6f8934a9be49438bafe413b97d5 drm-intel
8f0a039acfc2 drm: Introduce device wedged event
-:44: WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#44: FILE: drivers/gpu/drm/drm_drv.c:513:
+ char *envp[] = { event_string, NULL };
total: 0 errors, 1 warnings, 0 checks, 34 lines checked
545797448a00 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
faf0a2b7cd58 drm/i915: Use device wedged event
More information about the Intel-xe
mailing list