[Intel-xe] ✗ CI.checkpatch: warning for uAPI changes to align with async binds

Patchwork patchwork at emeril.freedesktop.org
Thu Sep 14 22:22:34 UTC 2023


== Series Details ==

Series: uAPI changes to align with async binds
URL   : https://patchwork.freedesktop.org/series/123729/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 8e719a98c037cefe27fbb1bac9ab6ff397dbcde2
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Thu Sep 14 13:40:53 2023 -0700

    drm/xe: Allow num_batch_buffer == 0 in exec IOCTL
    
    The idea being out-syncs can signal indicating all previous operations
    on the exec queue are complete. An example use case of this would be
    support for implementing vkQueueWaitForIdle easily.
    
    v2: Don't add last_fence for VM's that do not support dma fences
    
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch aeac46cfaebff413254ac07837b97370c7ed3957 drm-intel
1d0cef8fc drm/xe/uapi: Kill XE_VM_PROPERTY_BIND_OP_ERROR_CAPTURE_ADDRESS extension
06a193283 drm/xe/uapi: Kill DRM_XE_UFENCE_WAIT_VM_ERROR
532d174b3 drm/xe: Remove async worker and rework sync binds
-:93: ERROR:TRAILING_WHITESPACE: trailing whitespace
#93: FILE: drivers/gpu/drm/xe/xe_exec_queue.c:667:
+^I$

-:1206: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Matthew Brost <matthew.brost at intel.com>' != 'Signed-off-by: Matthew Brost <mattthew.brost at intel.com>'

total: 1 errors, 1 warnings, 0 checks, 1094 lines checked
53ffd3ba5 drm/xe: Fix VM bind out-sync signaling ordering
5f3b4116c drm/xe: Allow num_binds == 0 in VM bind IOCTL
-:52: WARNING:ALLOC_WITH_MULTIPLY: Prefer kcalloc over kzalloc with multiply
#52: FILE: drivers/gpu/drm/xe/xe_vm.c:2859:
+		bos = kzalloc(sizeof(*bos) * args->num_binds, GFP_KERNEL);

total: 0 errors, 1 warnings, 0 checks, 61 lines checked
8e719a98c drm/xe: Allow num_batch_buffer == 0 in exec IOCTL




More information about the Intel-xe mailing list