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

Patchwork patchwork at emeril.freedesktop.org
Thu Jul 20 16:48:09 UTC 2023


== Series Details ==

Series: More VM cleanups (rev4)
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 b2e9c83947ba0d6b9da66d708c5f1fb5fa0dddc8
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Thu Jul 20 08:55:46 2023 -0700

    drm/xe: Only alloc userptr part of xe_vma for userptrs
    
    Only alloc userptr part of xe_vma for userptrs, this will save on space
    in the common BO case.
    
    Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 9cca38d116f01ccc2589c376d1b842e3240e7584 drm-intel
8709d805d drm/xe: Remove xe_vma_op_unmap
b767186d6 drm/xe: Avoid doing rebinds
84ca72dd3 drm/xe: Reduce the number list links in xe_vma
-:149: 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
#149: 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, 194 lines checked
1e63947f6 drm/xe: Replace list_del_init with list_del for userptr.invalidate_link cleanup
a0acaf679 drm/xe: Change tile masks from u64 to u8
32fe35afb drm/xe: Combine destroy_cb and destroy_work in xe_vma into union
b2e9c8394 drm/xe: Only alloc userptr part of xe_vma for userptrs




More information about the Intel-xe mailing list