✗ CI.checkpatch: warning for Add SR-IOV GuC Relay PF services (rev3)

Patchwork patchwork at emeril.freedesktop.org
Tue Apr 23 21:06:52 UTC 2024


== Series Details ==

Series: Add SR-IOV GuC Relay PF services (rev3)
URL   : https://patchwork.freedesktop.org/series/132612/
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
0daf0be5bb95eb0a0e42275e00a0e42d8d8fd543
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 295927b11313e446e605e5cd7795ed8190e52db4
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Tue Apr 23 20:04:36 2024 +0200

    drm/xe/kunit: Add PF service tests
    
    Start with basic tests for VF/PF ABI version negotiation. As we
    treat all platforms in the same way, we can run the tests on one
    platform. More tests will likely come later.
    
    Reviewed-by: Piotr Piórkowski <piotr.piorkowski at intel.com>
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch e1dc9638bb47a28181fee1a9a180445ca2a8b9cf drm-intel
841dd69f4853 drm/xe/guc: Add GuC Relay ABI version 1.0 definitions
-:186: CHECK:CAMELCASE: Avoid CamelCase: <GUC_HXG_REQUEST_MSG_n_DATAn>
#186: FILE: drivers/gpu/drm/xe/abi/guc_relay_actions_abi.h:164:
+#define VF2PF_QUERY_RUNTIME_REQUEST_MSG_1_START		GUC_HXG_REQUEST_MSG_n_DATAn

-:195: CHECK:CAMELCASE: Avoid CamelCase: <GUC_HXG_RESPONSE_MSG_n_DATAn>
#195: FILE: drivers/gpu/drm/xe/abi/guc_relay_actions_abi.h:173:
+#define VF2PF_QUERY_RUNTIME_RESPONSE_MSG_1_REMAINING	GUC_HXG_RESPONSE_MSG_n_DATAn

total: 0 errors, 0 warnings, 2 checks, 180 lines checked
22bcacb196ad drm/xe: Add helper to calculate adjusted register offset
d9603e45850d drm/xe: Add few more GT register definitions
beaeb376bc3c drm/xe/pf: Add SR-IOV GuC Relay PF services
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'
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:37: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#37: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 693 lines checked
295927b11313 drm/xe/kunit: Add PF service tests
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:17: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#17: 
new file mode 100644

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




More information about the Intel-xe mailing list