✗ CI.checkpatch: warning for Common preempt fences and semantics

Patchwork patchwork at emeril.freedesktop.org
Sat Nov 9 17:35:34 UTC 2024


== Series Details ==

Series: Common preempt fences and semantics
URL   : https://patchwork.freedesktop.org/series/141128/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e8af0ebee771f2b8741b28e34160572b14b51b4e
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Sat Nov 9 09:29:42 2024 -0800

    drm/xe: Use dma_fence_preempt base class
    
    Use the dma_fence_preempt base class in Xe instead of open-coding the
    preemption implementation.
    
    Cc: Dave Airlie <airlied at redhat.com>
    Cc: Simona Vetter <simona.vetter at ffwll.ch>
    Cc: Christian Koenig <christian.koenig at amd.com>
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 8d50af9e25b53de6798791c338e8fa6619c5729c drm-intel
68ffb8c8162a dma-resv: Add DMA_RESV_USAGE_PREEMPT
-:112: WARNING:STATIC_CONST_CHAR_ARRAY: static const char * array should probably be static const char * const
#112: FILE: drivers/dma-buf/dma-resv.c:774:
+	static const char *usage[] = { "kernel", "write", "read", "bookkeep",

total: 0 errors, 1 warnings, 0 checks, 145 lines checked
4ee8642bbc8b drm/sched: Teach scheduler about DMA_RESV_USAGE_PREEMPT
7b34b4a73f58 dma-fence: Add dma_fence_preempt base class
-:27: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#27: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 163 lines checked
aaacb186f893 drm/sched: Teach scheduler about dma_fence_prempt type
98896e0f5dc8 drm/xe: Use DMA_RESV_USAGE_PREEMPT for preempt fences
e8af0ebee771 drm/xe: Use dma_fence_preempt base class




More information about the Intel-xe mailing list