✗ CI.checkpatch: warning for Remove unused code in devcoredump_snapshot (rev2)

Patchwork patchwork at emeril.freedesktop.org
Fri Jul 4 05:56:08 UTC 2025


== Series Details ==

Series: Remove unused code in devcoredump_snapshot (rev2)
URL   : https://patchwork.freedesktop.org/series/151105/
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 a271b573509ba2f5f22fd7e88ca8c8b3b2991bea
Author: Shuicheng Lin <shuicheng.lin at intel.com>
Date:   Thu Jul 3 06:20:27 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.
    
    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 e86808d7b548084cca8cba1b44aee135ac0d237b drm-intel
c319fd840511 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
a271b573509b drm/xe: Release runtime pm for error path of xe_devcoredump_read()




More information about the Intel-xe mailing list