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

Patchwork patchwork at emeril.freedesktop.org
Tue Jun 3 17:58:44 UTC 2025


== Series Details ==

Series: drm/xe/guc: Make debugfs guc_log_dmesg attribute write-only
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 bc0306b225f165679ff5fb7fbb3a81d08e5d1087
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 ba486e3b10ce5b4ee4d1ffc58aa4cc3b669c02a3 drm-intel
bc0306b225f1 drm/xe/guc: Make debugfs guc_log_dmesg attribute write-only




More information about the Intel-xe mailing list