✓ CI.checkpatch: success for drm/xe: Make wedged_mode debugfs writable
Patchwork
patchwork at emeril.freedesktop.org
Wed Oct 2 23:13:06 UTC 2024
== Series Details ==
Series: drm/xe: Make wedged_mode debugfs writable
URL : https://patchwork.freedesktop.org/series/139452/
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 37be0119838c5ebb32256669088ae57122e509c9
Author: Matt Roper <matthew.d.roper at intel.com>
Date: Wed Oct 2 16:06:21 2024 -0700
drm/xe: Make wedged_mode debugfs writable
The intent of this debugfs entry is to allow modification of wedging
behavior, either from IGT tests or during manual debug; it should be
marked as writable to properly reflect this. In practice this hasn't
caused a problem because we always access wedged_mode as root, which
ignores file permissions, but it's still misleading to have the entry
incorrectly marked as RO.
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Fixes: 6b8ef44cc0a9 ("drm/xe: Introduce the wedged_mode debugfs")
Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch 789d5631453c3edad1988cd47db1643555e52ac9 drm-intel
37be0119838c drm/xe: Make wedged_mode debugfs writable
More information about the Intel-xe
mailing list