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

Patchwork patchwork at emeril.freedesktop.org
Fri Nov 8 16:18:45 UTC 2024


== Series Details ==

Series: Allow fault injection in vm create and vm bind IOCTLs
URL   : https://patchwork.freedesktop.org/series/141106/
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 8a3fb49a23366d061bbede2cbf0ec08207f88562
Author: Francois Dugast <francois.dugast at intel.com>
Date:   Fri Nov 8 17:11:56 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.
    
    Signed-off-by: Francois Dugast <francois.dugast at intel.com>
+ /mt/dim checkpatch 5521311ecd7ffbb0adf016dbf83bd0165fc94d25 drm-intel
8a3fb49a2336 drm/xe: Allow fault injection in vm create and vm bind IOCTLs




More information about the Intel-xe mailing list