✗ CI.checkpatch: warning for drm: Create an app info option for wedge events (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Wed May 14 16:27:34 UTC 2025
== Series Details ==
Series: drm: Create an app info option for wedge events (rev4)
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 dc6bef544e3516a151e64be3ae5cd3cf910e1e03
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 dd6a856541dd90fa4ef755783898fcfbea3b9961 drm-intel
300eb17b1aaa 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
8c390a7515f6 drm/doc: Add a section about "App information" for the wedge API
dc6bef544e35 drm/amdgpu: Make use of drm_wedge_app_info
More information about the Intel-xe
mailing list