✓ CI.checkpatch: success for drm/xe: Allow fault injection in vm create and vm bind IOCTLs

Patchwork patchwork at emeril.freedesktop.org
Wed Nov 13 18:27:55 UTC 2024


== Series Details ==

Series: drm/xe: Allow fault injection in vm create and vm bind IOCTLs
URL   : https://patchwork.freedesktop.org/series/141307/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit bedb5ca90477b3d88987ca259cc4674844f4fd19
Author: Francois Dugast <francois.dugast at intel.com>
Date:   Wed Nov 13 17:22:12 2024 +0100

    drm/xe: Allow fault injection in vm create and vm bind IOCTLs
    
    Use fault injection infrastructure to allow specific functions to
    be configured over debugfs for failing during the execution of
    xe_vm_create_ioctl() and xe_vm_bind_ioctl(). This allows more
    thorough testing from user space by going through code paths for
    error handling and unwinding which cannot be reached by simply
    injecting errors in IOCTL arguments. This can help increase code
    robustness.
    
    v2: Add xe_pt_update_ops_{prepare,run} (Matthew Brost)
    
    Signed-off-by: Francois Dugast <francois.dugast at intel.com>
    Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 169c7cd31a373ed31054abb423981856eb5fb119 drm-intel
bedb5ca90477 drm/xe: Allow fault injection in vm create and vm bind IOCTLs




More information about the Intel-xe mailing list