[Intel-xe] ✗ CI.checkpatch: warning for More VM cleanups

Patchwork patchwork at emeril.freedesktop.org
Tue Jul 11 21:29:44 UTC 2023


== Series Details ==

Series: More VM cleanups
URL   : https://patchwork.freedesktop.org/series/120574/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 47863ee7f46bf7c83806fa17bb8692a82accf552
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Tue Jul 11 14:27:48 2023 -0700

    drm/xe: Only alloc userptr part of xe_vma for userptrs
    
    This will save on space in common BO case.
    
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch d39e49e2ad386bf59f585a05ab659563e0472314 drm-intel
280874834 drm/xe: Avoid doing rebinds
c383974cc drm/xe: Reduce the number list links in xe_vma
-:146: WARNING:AVOID_BUG: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants
#146: FILE: drivers/gpu/drm/xe/xe_vm.c:1062:
+	XE_BUG_ON(!list_empty(&vma->combined_links.destroy));

total: 0 errors, 1 warnings, 0 checks, 187 lines checked
d902da738 drm/xe: Change tile masks from u64 to u8
074a4fe5e drm/xe: Combine destroy_cb and destroy_work in xe_vma into union
47863ee7f drm/xe: Only alloc userptr part of xe_vma for userptrs




More information about the Intel-xe mailing list