✓ CI.checkpatch: success for drm/xe: Fix survivability
Patchwork
patchwork at emeril.freedesktop.org
Tue Mar 11 05:40:54 UTC 2025
== Series Details ==
Series: drm/xe: Fix survivability
URL : https://patchwork.freedesktop.org/series/146116/
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
cbb4e4a079d89106c2736adc3c7de6f9dc56da07
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 84a1886b224ebd4bc346be8aa169b3e04cbf2c05
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date: Mon Mar 10 22:35:17 2025 -0700
drm/xe: Allow to inject error in xe_pcode_probe_early()
Allow to test if driver behaves correctly when xe_pcode_probe_early()
fails. Note that this is not sufficient for testing survivability mode
as it's still required to read the hw to check for errors, which doesn't
happen on an injected failure.
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 003c44ec0b7d86569bd13d4a810ee24176c3d034 drm-intel
0f51cacae337 drm/xe: Move survivability back to xe
84a1886b224e drm/xe: Allow to inject error in xe_pcode_probe_early()
More information about the Intel-xe
mailing list