✗ CI.checkpatch: warning for Introduce DRM device wedged event (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Tue Sep 17 04:10:19 UTC 2024
== Series Details ==
Series: Introduce DRM device wedged event (rev3)
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 a5b8e29570f59cadd9a11ea9ee0a1a0cc29d7b3d
Author: Raag Jadav <raag.jadav at intel.com>
Date: Tue Sep 17 09:32:35 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 e08d67347c6c3fd164c1346ea9e2ae8788da1976 drm-intel
5eaedda10188 drm: Introduce device wedged event
-:14: WARNING:TYPO_SPELLING: 'upto' may be misspelled - perhaps 'up to'?
#14:
and hence the vendor agnostic nature of the event. It is upto the drivers
^^^^
-:66: WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#66: FILE: drivers/gpu/drm/drm_drv.c:521:
+ char *envp[] = { event_string, NULL };
total: 0 errors, 2 warnings, 0 checks, 86 lines checked
5a9c2903f6af drm: Expose wedge recovery methods
-:26: WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#26: FILE: drivers/gpu/drm/drm_sysfs.c:39:
+extern const char *const wedge_recovery_opts[];
total: 0 errors, 1 warnings, 0 checks, 41 lines checked
c6fd727c3f88 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[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, 53 lines checked
a5b8e29570f5 drm/i915: Use device wedged event
More information about the Intel-xe
mailing list