[Intel-xe] ✗ CI.checkpatch: warning for series starting with [1/3] drm/xe: Add device flag to indicate SR-IOV support

Patchwork patchwork at emeril.freedesktop.org
Wed Nov 15 00:16:28 UTC 2023


== Series Details ==

Series: series starting with [1/3] drm/xe: Add device flag to indicate SR-IOV support
URL   : https://patchwork.freedesktop.org/series/126431/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 2877ca968a7f3ad555a9881451d96f8f49763b88
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Wed Nov 15 00:05:58 2023 +0100

    drm/xe: Print virtualization mode during probe
    
    We already print some basic information about the device, add
    virtualization information, until we expose that elsewhere.
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch 2fe82053d916d09ffcc92bc27294c9eed4e4804b drm-intel
b43f11e2f drm/xe: Add device flag to indicate SR-IOV support
dd84cb348 drm/xe: Prepare for running in different SR-IOV modes
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:80: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#80: 
new file mode 100644

-:185: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'xe' - possible side-effects?
#185: FILE: drivers/gpu/drm/xe/xe_sriov.h:40:
+#define IS_SRIOV(xe) (IS_SRIOV_PF(xe) || IS_SRIOV_VF(xe))

total: 0 errors, 1 warnings, 1 checks, 140 lines checked
2877ca968 drm/xe: Print virtualization mode during probe




More information about the Intel-xe mailing list