✗ CI.checkpatch: warning for series starting with [1/2] drm/xe: Fix error handling if PXP fails to start
Patchwork
patchwork at emeril.freedesktop.org
Tue Aug 19 00:18:06 UTC 2025
== Series Details ==
Series: series starting with [1/2] drm/xe: Fix error handling if PXP fails to start
URL : https://patchwork.freedesktop.org/series/153095/
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
553439844b6500767ce8aef522cfe9fbb7ece541
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 00dc4fda6ccb0d149d5bd0163b7e2207a759fde0
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Date: Mon Aug 18 16:46:41 2025 -0700
drm/xe: Allow error injection for xe_pxp_exec_queue_add
This will allow us to simulate this function returning an error like
we do for other functions called in the exec_queue_create path.
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Cc: John Harrison <John.C.Harrison at Intel.com>
+ /mt/dim checkpatch c3cf4289245819615518b536cd16ebe6612694f9 drm-intel
a1e66aeb9865 drm/xe: Fix error handling if PXP fails to start
-:41: WARNING:RETURN_VOID: void function return statements are not generally useful
#41: FILE: drivers/gpu/drm/xe/xe_exec_queue.c:212:
+ return;
+}
total: 0 errors, 1 warnings, 0 checks, 268 lines checked
00dc4fda6ccb drm/xe: Allow error injection for xe_pxp_exec_queue_add
More information about the Intel-xe
mailing list