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

Patchwork patchwork at emeril.freedesktop.org
Mon Nov 4 23:40:22 UTC 2024


== Series Details ==

Series: MSI-X support (rev2)
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 fe0c296309cf9beb9bba00256447da30074da0bf
Author: Dani Liberman <dliberman at habana.ai>
Date:   Mon Nov 4 22:56:17 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 a4532bcf5eea0cfdb56fbdc3195a2d15d193727b drm-intel
bca6cca5abec 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, 545 lines checked
d433548996d1 drm/xe: Manage MSI-X interrupts allocation
fe0c296309cf 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