✗ CI.checkpatch: warning for drm/xe: Don't trigger rebind on initial dma-buf validation
Patchwork
patchwork at emeril.freedesktop.org
Mon Aug 25 03:50:55 UTC 2025
== Series Details ==
Series: drm/xe: Don't trigger rebind on initial dma-buf validation
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 c4a9d6b1eed84879ef5d43ac54dc946b76a28139
Author: Matthew Brost <matthew.brost at intel.com>
Date: Sun Aug 24 20:45:16 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.
Signed-off-by: Matthee Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 917d1207e648aa4f8f8fd3fb6fb97fcfe35590e8 drm-intel
c4a9d6b1eed8 drm/xe: Don't trigger rebind on initial dma-buf validation
-:43: 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, 21 lines checked
More information about the Intel-xe
mailing list