✗ CI.checkpatch: warning for Remove unused code in devcoredump_snapshot()
Patchwork
patchwork at emeril.freedesktop.org
Thu Jul 3 09:07:00 UTC 2025
== Series Details ==
Series: Remove unused code in devcoredump_snapshot()
URL : https://patchwork.freedesktop.org/series/151111/
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
f8ff75ae1d2127635239b134695774ed4045d05b
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9ac135e3b58ae228ac7a7e30f444d16f6f8e4e7a
Author: Shuicheng Lin <shuicheng.lin at intel.com>
Date: Thu Jul 3 08:32:05 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")
Cc: Matthew Brost <matthew.brost at intel.com>
Signed-off-by: Shuicheng Lin <shuicheng.lin at intel.com>
+ /mt/dim checkpatch d04a54cd3b99001adbc4cd3305b44f9f3e658407 drm-intel
dccc336bc8ee 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 bacause 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 bacause patch ecb633646391("drm/xe/guc: Plumb GuC-capture
total: 1 errors, 1 warnings, 0 checks, 27 lines checked
9ac135e3b58a drm/xe: Release runtime pm for error path of xe_devcoredump_read()
More information about the Intel-xe
mailing list