✗ CI.checkpatch: warning for drm: Create an app info option for wedge events (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Tue May 13 13:51:40 UTC 2025
== Series Details ==
Series: drm: Create an app info option for wedge events (rev3)
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 8a471545d08addc9e55f05db1c57cfc55f4e451b
Author: André Almeida <andrealmeid at igalia.com>
Date: Mon May 12 17:34:37 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 39fec6496914103994862533bbdbec4e4ea58d46 drm-intel
8e6d841c0621 drm: Create an app info option for wedge events
-:76: WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#76: FILE: drivers/gpu/drm/drm_drv.c:565:
+ char *envp[] = { event_string, NULL, NULL, NULL };
total: 0 errors, 1 warnings, 0 checks, 94 lines checked
b56cb89ca2a5 drm/doc: Add a section about "App information" for the wedge API
8a471545d08a drm/amdgpu: Make use of drm_wedge_app_info
More information about the Intel-xe
mailing list