✓ CI.checkpatch: success for Fix devcoredump and guc log dump

Patchwork patchwork at emeril.freedesktop.org
Thu Jan 23 05:25:48 UTC 2025


== Series Details ==

Series: Fix devcoredump and guc log dump
URL   : https://patchwork.freedesktop.org/series/143872/
State : success

== 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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b93ddc93f6c8f3c403f6b701ea71c16fa533aa47
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date:   Wed Jan 22 21:11:12 2025 -0800

    drm/xe: Fix and re-enable xe_print_blob_ascii85()
    
    Commit 70fb86a85dc9 ("drm/xe: Revert some changes that break a mesa
    debug tool") partially reverted some changes to workaround breakage
    caused to mesa tools. However, in doing so it also broke fetching the
    GuC log via debugfs since xe_print_blob_ascii85() simply bails out.
    
    The fix is to avoid the extra newlines: the devcoredump interface is
    line-oriented and adding random newlines in the middle breaks it. If a
    tool is able to parse it by looking at the data and checking for chars
    that are out of the ascii85 space, it can still do so. A format change
    that breaks the line-oriented output on devcoredump however needs better
    coordination with existing tools.
    
    Cc: John Harrison <John.C.Harrison at Intel.com>
    Cc: Julia Filipchuk <julia.filipchuk at intel.com>
    Cc: José Roberto de Souza <jose.souza at intel.com>
    Cc: stable at vger.kernel.org
    Fixes: 70fb86a85dc9 ("drm/xe: Revert some changes that break a mesa debug tool")
    Fixes: ec1455ce7e35 ("drm/xe/devcoredump: Add ASCII85 dump helper function")
    Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch cb1c4020e51585b89363590a56869836e1466b75 drm-intel
e891a09a798f drm/xe/devcoredump: Move exec queue snapshot to Contexts section
b93ddc93f6c8 drm/xe: Fix and re-enable xe_print_blob_ascii85()




More information about the Intel-xe mailing list