✓ CI.checkpatch: success for drm/xe: Fix survivability (rev2)

Patchwork patchwork at emeril.freedesktop.org
Tue Mar 11 22:03:11 UTC 2025


== Series Details ==

Series: drm/xe: Fix survivability (rev2)
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 ffba0f4165d2f98ee512088f04eac079917b260f
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date:   Tue Mar 11 11:34:56 2025 -0700

    drm/xe: Allow to inject error in early probe
    
    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.
    
    To complete the early probe coverage, allow injection in the other
    functions as well: xe_mmio_probe_early() and xe_device_probe_early().
    
    Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch eb17816e52395a403aa0b447aa0befa9d2f86dd5 drm-intel
fcbc1d396f73 drm/xe: Move survivability back to xe
ffba0f4165d2 drm/xe: Allow to inject error in early probe




More information about the Intel-xe mailing list