✓ CI.checkpatch: success for drm/xe/guc: Make debugfs guc_log_dmesg attribute write-only (rev2)

Patchwork patchwork at emeril.freedesktop.org
Wed Jun 4 19:24:51 UTC 2025


== Series Details ==

Series: drm/xe/guc: Make debugfs guc_log_dmesg attribute write-only (rev2)
URL   : https://patchwork.freedesktop.org/series/149791/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit d215b0560ae41e568bf80ab87419f0bd932aa5a7
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Tue Jun 3 19:53:02 2025 +0200

    drm/xe/guc: Make debugfs guc_log_dmesg attribute write-only
    
    Ocassionally we want to dump a GuC log into the dmesg, but current
    implementation is based on the drm debugfs API and was triggering
    dump on the read operation.  Expose guc_log_dmesg attribute as
    write-only using pure debugfs API to make dump requests explicit.
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Cc: John Harrison <John.C.Harrison at Intel.com>
+ /mt/dim checkpatch 573b98ac3ff9ff95c3316789e97980277e4ffe2b drm-intel
d215b0560ae4 drm/xe/guc: Make debugfs guc_log_dmesg attribute write-only




More information about the Intel-xe mailing list