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

Patchwork patchwork at emeril.freedesktop.org
Thu Jul 20 04:28:04 UTC 2023


== Series Details ==

Series: More VM cleanups (rev3)
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 d8c945b4c07776c90a9abca948138c03ad36d13e
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Wed Jul 19 21:21:15 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 f5459dca41d325590391d4512e937d8ffc2ce126 drm-intel
ba2e61af1 drm/xe: Remove xe_vma_op_unmap
b7e1da37b drm/xe: Avoid doing rebinds
e0fcddf19 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
e1cf3deee drm/xe: Replace list_del_init with list_del for userptr.invalidate_link cleanup
7abe62a3c drm/xe: Change tile masks from u64 to u8
0da72c5d4 drm/xe: Combine destroy_cb and destroy_work in xe_vma into union
d8c945b4c drm/xe: Only alloc userptr part of xe_vma for userptrs




More information about the Intel-xe mailing list