✗ CI.checkpatch: warning for drm: Create a tas info option for wedge events
Patchwork
patchwork at emeril.freedesktop.org
Tue May 20 17:11:30 UTC 2025
== Series Details ==
Series: drm: Create a tas info option for wedge events
URL : https://patchwork.freedesktop.org/series/149264/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 34216a71895a99e3be10953a533a4c05ee4132af
Author: André Almeida <andrealmeid at igalia.com>
Date: Tue May 20 13:32:43 2025 -0300
drm/amdgpu: Make use of drm_wedge_task_info
To notify userspace about which task (if any) made the device get in a
wedge state, make use of drm_wedge_task_info parameter, filling it with
the task PID and name.
Signed-off-by: André Almeida <andrealmeid at igalia.com>
+ /mt/dim checkpatch 45c2c8c74ab88c8fb741ea8349b051f5aec87320 drm-intel
f026767dde38 drm: Create a task info option for wedge events
-:84: WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#84: FILE: drivers/gpu/drm/drm_drv.c:567:
+ char *envp[] = { event_string, NULL, NULL, NULL };
total: 0 errors, 1 warnings, 0 checks, 101 lines checked
2bdf5db889ab drm/doc: Add a section about "Task information" for the wedge API
34216a71895a drm/amdgpu: Make use of drm_wedge_task_info
More information about the Intel-xe
mailing list