✗ CI.checkpatch: warning for Introduce DRM device wedged event (rev10)
Patchwork
patchwork at emeril.freedesktop.org
Tue Feb 4 07:14:08 UTC 2025
== Series Details ==
Series: Introduce DRM device wedged event (rev10)
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 b49f36e576a71b8c380dfb2d6ef2d2fe34c0592d
Author: André Almeida <andrealmeid at igalia.com>
Date: Tue Feb 4 12:35:28 2025 +0530
drm/amdgpu: Use device wedged event
Use DRM's device wedged event to notify userspace that a reset had
happened. For now, only use `none` method meant for telemetry
capture.
In the future we might want to report a recovery method if the reset didn't
succeed.
Acked-by: Shashank Sharma <shashank.sharma at amd.com>
Signed-off-by: André Almeida <andrealmeid at igalia.com>
Reviewed-by: Christian König <christian.koenig at amd.com>
+ /mt/dim checkpatch e300f8946bc0ce873e4c4bc1a2cd05e7b617b1db drm-intel
f2e50ab1210e drm: Introduce device wedged event
-:198: WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#198: FILE: drivers/gpu/drm/drm_drv.c:543:
+ char *envp[] = { event_string, NULL };
total: 0 errors, 1 warnings, 0 checks, 107 lines checked
a2138752b914 drm/doc: Document device wedged event
af5a971df7ce 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, 19 lines checked
08ea2eff8d06 drm/i915: Use device wedged event
b49f36e576a7 drm/amdgpu: Use device wedged event
More information about the Intel-xe
mailing list