✗ CI.checkpatch: warning for drm/xe/uapi: Bring back reset uevent
Patchwork
patchwork at emeril.freedesktop.org
Tue Aug 6 04:16:55 UTC 2024
== Series Details ==
Series: drm/xe/uapi: Bring back reset uevent
URL : https://patchwork.freedesktop.org/series/136909/
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
9e645341d3008ce246879af606f45d0e5d21d698
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 91bdc15465ad315c1016b5bda63b1372c40de38c
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date: Tue Aug 6 10:02:31 2024 +0530
drm/xe/uapi: Bring back reset uevent
Bring back uevent for gt reset failure with better uapi naming.
With this in place we can receive failure event using udev.
$ udevadm monitor --property --kernel
monitor will print the received events for:
KERNEL - the kernel uevent
KERNEL[871.188570] change /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:01.0/0000:03:00.0 (pci)
ACTION=change
DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:01.0/0000:03:00.0
SUBSYSTEM=pci
DEVICE_STATUS=NEEDS_RESET
REASON=GT_RESET_FAILED
TILE_ID=0
GT_ID=0
DRIVER=xe
PCI_CLASS=30000
PCI_ID=8086:56B1
PCI_SUBSYS_ID=8086:1210
PCI_SLOT_NAME=0000:03:00.0
MODALIAS=pci:v00008086d000056B1sv00008086sd00001210bc03sc00i00
SEQNUM=6104
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
Signed-off-by: Raag Jadav <raag.jadav at intel.com>
+ /mt/dim checkpatch 28edc41db567c4c555fff23119c10d39689131c2 drm-intel
91bdc15465ad drm/xe/uapi: Bring back reset uevent
-:13: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#13:
KERNEL[871.188570] change /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:01.0/0000:03:00.0 (pci)
total: 0 errors, 1 warnings, 0 checks, 68 lines checked
More information about the Intel-xe
mailing list