✗ CI.checkpatch: warning for drm/xe: Remove unused code in devcoredump_snapshot()
Patchwork
patchwork at emeril.freedesktop.org
Mon Jul 7 00:56:14 UTC 2025
== Series Details ==
Series: drm/xe: Remove unused code in devcoredump_snapshot()
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 85b748d9ec71824ca0c7333026e943cc6c774cb9
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 6a11f6a28869084960a60322e2c822ffec2036e5 drm-intel
2b06913403ef 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
85b748d9ec71 drm/xe: Release runtime pm for error path of xe_devcoredump_read()
More information about the Intel-xe
mailing list