✗ CI.checkpatch: warning for Add configfs support for survivability mode (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Mar 27 06:26:12 UTC 2025
== Series Details ==
Series: Add configfs support for survivability mode (rev2)
URL : https://patchwork.freedesktop.org/series/145999/
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
99e5a866b5e13f134e606a3e29d9508d97826fb3
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b896028e7e4e4535dc91377e320be14b904a6cf1
Author: Riana Tauro <riana.tauro at intel.com>
Date: Thu Mar 27 12:12:02 2025 +0530
drm/xe: Enable configfs support for survivability mode
Enable survivability mode if supported and configfs attribute is set.
Enabing survivability mode manually is useful in cases where pcode does
not detect failure, validation and for IFR (in-field-repair).
To set configfs survivability mode attribute for a device
mkdir /config/xe/0000:03:00.0
echo 0000:03:00.0 > /sys/bus/pci/drivers/xe/unbind
echo 1 > /config/xe/0000:03:00.0/survivability_mode
echo 0000:03:00.0 > /sys/bus/pci/drivers/xe/bind
The card enters survivability mode if supported
Signed-off-by: Riana Tauro <riana.tauro at intel.com>
+ /mt/dim checkpatch c1893793c7d3868fe083bdab33999178337b5561 drm-intel
89c824cabafb drm/xe: Add configfs to enable survivability mode
-:38: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#38:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 209 lines checked
b896028e7e4e drm/xe: Enable configfs support for survivability mode
More information about the Intel-xe
mailing list