✗ CI.checkpatch: warning for Add support for Mesa GPU hang replay tool (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Wed May 7 21:30:04 UTC 2025
== Series Details ==
Series: Add support for Mesa GPU hang replay tool (rev4)
URL : https://patchwork.freedesktop.org/series/143868/
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 bcd6fc37f0d358656c5b8348642d6e8d6c6e9bc4
Author: Matthew Brost <matthew.brost at intel.com>
Date: Wed May 7 13:15:39 2025 -0700
drm/xe: Implement DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATE
Implement DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATE which sets the exec
queue default state to user data passed in. The intent is for a Mesa
tool to use this replay GPU hangs.
v2:
- Enable the flag DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATE
- Fix the page size math calculation to avoid a crash
v4:
- Use vmemdup_user (Maarten)
- Copy default state first into LRC, then replay state (Testing, Carlos)
Cc: José Roberto de Souza <jose.souza at intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
+ /mt/dim checkpatch ca0305cadc2d34c8887b891b96226af17571b2a3 drm-intel
626551edc1ed drm/xe: Add properties line to VM snapshot capture
a62510daf5a2 drm/xe: Add "null_sparse" type to VM snap properties
99c9692b64a4 drm/xe: Add mem_region to properties line in VM snapshot capture
3eaab382c4ce drm/xe: Add pat_index to properties line in VM snapshot capture
c0526f8c3d72 drm/xe: Add cpu_caching to properties line in VM snapshot capture
-:16: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#16:
[<vma address>]: <permissions>|<type>|mem_region=0x%x|pat_index=%d|cpu_caching=%d
total: 0 errors, 1 warnings, 0 checks, 31 lines checked
f19ce6ca94d2 drm/xe: Add VM.uapi_flags to VM snapshot capture
4383b7daf3d1 drm/xe/uapi: Add DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATE
fd0980570440 drm/xe: Add replay_offset and replay_length lines to LRC HWCTX snapshot
bcd6fc37f0d3 drm/xe: Implement DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATE
More information about the Intel-xe
mailing list