✗ CI.checkpatch: warning for drm/xe: Remove unused code in devcoredump_snapshot() (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jul 8 21:07:43 UTC 2025
== Series Details ==
Series: drm/xe: Remove unused code in devcoredump_snapshot() (rev2)
URL : https://patchwork.freedesktop.org/series/151239/
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
43254c2aa575037fc031c7ac21b0d031c700b2bf
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 847c8d33390c1b9918942b91bf99b8406ca08093
Author: Shuicheng Lin <shuicheng.lin at intel.com>
Date: Mon Jul 7 00:49:14 2025 +0000
drm/xe: Release runtime pm for error path of xe_devcoredump_read()
xe_pm_runtime_put() is missed to be called for the error path in
xe_devcoredump_read().
Add function description comments for xe_devcoredump_read() to help
understand it.
v2: more detail function comments and refine goto logic (Matt)
Fixes: c4a2e5f865b7 ("drm/xe: Add devcoredump chunking")
Reviewed-by: Matthew Brost <matthew.brost at intel.com>
Signed-off-by: Shuicheng Lin <shuicheng.lin at intel.com>
+ /mt/dim checkpatch 8928bbe5e909305341302cbcb5f58cb9eb2dddcb drm-intel
ac67098c7365 drm/xe: Remove unused code in devcoredump_snapshot()
-:6: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#6:
The deleted code is no longer needed because patch ecb633646391("drm/xe/guc: Plumb GuC-capture
-:6: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit ecb633646391 ("drm/xe/guc: Plumb GuC-capture into dev coredump")'
#6:
The deleted code is no longer needed because patch ecb633646391("drm/xe/guc: Plumb GuC-capture
total: 1 errors, 1 warnings, 0 checks, 27 lines checked
847c8d33390c drm/xe: Release runtime pm for error path of xe_devcoredump_read()
More information about the Intel-xe
mailing list