✗ CI.checkpatch: warning for MSI-X support (rev6)

Patchwork patchwork at emeril.freedesktop.org
Sun Nov 10 12:42:47 UTC 2024


== Series Details ==

Series: MSI-X support (rev6)
URL   : https://patchwork.freedesktop.org/series/140877/
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 3dfa227a8b9cd81214a277ddff1e87ef4595a946
Author: Dani Liberman <dliberman at habana.ai>
Date:   Sun Nov 10 14:33:28 2024 +0200

    drm/xe/uapi: Support requesting unique MSI-X for exec queue
    
    Unique MSI-X per exec queue will improve the performance of the
    IRQ handler. In case no MSI-X is available, the uAPI will return
    -EBUSY error and the user would be able to execute the uAPI again
    without the flag (fallback to default MSI-X).
    
    Co-authored-by: Ilia Levi <ilia.levi at intel.com>
    Signed-off-by: Dani Liberman <dliberman at habana.ai>
+ /mt/dim checkpatch 9bcce25c88a853967702ceae9f9ef35d2c0e7ee8 drm-intel
7c620f125f9f drm/xe: Initial MSI-X support for HW engines
-:398: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#398: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 544 lines checked
eb790c9ab67d drm/xe: Manage MSI-X interrupts allocation
3dfa227a8b9c drm/xe/uapi: Support requesting unique MSI-X for exec queue
-:11: WARNING:BAD_SIGN_OFF: Non-standard signature: Co-authored-by:
#11: 
Co-authored-by: Ilia Levi <ilia.levi at intel.com>

total: 0 errors, 1 warnings, 0 checks, 184 lines checked




More information about the Intel-xe mailing list