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

Patchwork patchwork at emeril.freedesktop.org
Sun Nov 10 20:45:39 UTC 2024


== Series Details ==

Series: MSI-X support (rev7)
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 a532a0dca57e93f15587d43fb9c4abe1032c6230
Author: Dani Liberman <dliberman at habana.ai>
Date:   Sun Nov 10 22:39:15 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
678ef8b7317a drm/xe: Initial MSI-X support for HW engines
-:411: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#411: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 552 lines checked
6ba56507d8cf drm/xe: Manage MSI-X interrupts allocation
a532a0dca57e 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