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

Patchwork patchwork at emeril.freedesktop.org
Tue Nov 5 09:39:01 UTC 2024


== Series Details ==

Series: MSI-X support (rev3)
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 5baa8305a6f9b74a0619641f935f8184100d0718
Author: Dani Liberman <dliberman at habana.ai>
Date:   Tue Nov 5 11:24:12 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 caa2b9acb44792908e9418d1faf890d72fb327e1 drm-intel
e2d616e10f8f 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
d2d0b45569a3 drm/xe: Manage MSI-X interrupts allocation
5baa8305a6f9 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