✗ CI.checkpatch: warning for drm/xe: Don't trigger rebind on initial dma-buf validation (rev2)

Patchwork patchwork at emeril.freedesktop.org
Mon Aug 25 15:51:47 UTC 2025


== Series Details ==

Series: drm/xe: Don't trigger rebind on initial dma-buf validation (rev2)
URL   : https://patchwork.freedesktop.org/series/153420/
State : warning

== 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
553439844b6500767ce8aef522cfe9fbb7ece541
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 24054dc14af590f9c851c19d49b1525d113f17f0
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Mon Aug 25 08:28:41 2025 -0700

    drm/xe: Don't trigger rebind on initial dma-buf validation
    
    On the first validate of an imported dma-buf (initial bind), the device
    has no GPU mappings, so a rebind is unnecessary. Rebinding here is
    harmful in multi-GPU setups and for VMs using preempt-fence mode, as it
    would evict in-flight GPU work.
    
    v2:
     - Drop dma_buf_validated, check for XE_PL_SYSTEM (Thomas)
    
    Signed-off-by: Matthee Brost <matthew.brost at intel.com>
    Reviewed-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch f1bad25fa12671f09a9afaeba55789eb519c1eb2 drm-intel
24054dc14af5 drm/xe: Don't trigger rebind on initial dma-buf validation
-:33: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email name mismatch: 'From: Matthew Brost <matthew.brost at intel.com>' != 'Signed-off-by: Matthee Brost <matthew.brost at intel.com>'

total: 0 errors, 1 warnings, 0 checks, 9 lines checked




More information about the Intel-xe mailing list