✗ CI.checkpatch: warning for drm: Create an app info option for wedge events (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Sun May 11 22:54:01 UTC 2025
== Series Details ==
Series: drm: Create an app info option for wedge events (rev2)
URL : https://patchwork.freedesktop.org/series/145636/
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 aa2717666e75b145031e9f3c9b82cad64cd3e9a6
Author: André Almeida <andrealmeid at igalia.com>
Date: Sun May 11 19:47:45 2025 -0300
drm/amdgpu: Make use of drm_wedge_app_info
To notify userspace about which app (if any) made the device get in a
wedge state, make use of drm_wedge_app_info parameter, filling it with
the app PID and name.
Signed-off-by: André Almeida <andrealmeid at igalia.com>
+ /mt/dim checkpatch 444771877667dd9ad2ca695f4195dc4470644f39 drm-intel
f7b487323a3c drm: Create an app info option for wedge events
-:75: WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#75: FILE: drivers/gpu/drm/drm_drv.c:565:
+ char *envp[] = { event_string, pid_string, comm_string, NULL };
total: 0 errors, 1 warnings, 0 checks, 95 lines checked
db4828bf4dac drm/doc: Add a section about "App information" for the wedge API
aa2717666e75 drm/amdgpu: Make use of drm_wedge_app_info
More information about the Intel-xe
mailing list