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

Patchwork patchwork at emeril.freedesktop.org
Wed Mar 12 22:12:22 UTC 2025


== Series Details ==

Series: drm/xe: Fix survivability (rev3)
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 377da7f25c19f36fd057d49239c2ced623cf019b
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date:   Wed Mar 12 14:11:51 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().
    
    Reviewed-by: Francois Dugast <francois.dugast at intel.com>
    Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch e2e6ad67ea058d5b08490a2b3dab2152fcfcc24e drm-intel
0fedb55d2e9c drm/xe: Move survivability back to xe
ad95fc6f9a0d drm/xe: Set survivability mode before heci init
377da7f25c19 drm/xe: Allow to inject error in early probe




More information about the Intel-xe mailing list