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

Patchwork patchwork at emeril.freedesktop.org
Sat Apr 20 02:04:26 UTC 2024


== Series Details ==

Series: Add SR-IOV GuC Relay PF services (rev2)
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 bb62ba9fbae73132ef94628d5ac8b2546b63a89b
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Thu Apr 18 17:28:02 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.
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch 5b8f5c906246fb3ddf35b775a3b6ac9ea5fdcdd5 drm-intel
618a9887fc77 drm/xe/guc: Add GuC Relay ABI version 1.0 definitions
-:159: CHECK:CAMELCASE: Avoid CamelCase: <GUC_HXG_REQUEST_MSG_n_DATAn>
#159: FILE: drivers/gpu/drm/xe/abi/guc_relay_actions_abi.h:141:
+#define VF2PF_QUERY_RUNTIME_REQUEST_MSG_1_START		GUC_HXG_REQUEST_MSG_n_DATAn

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

total: 0 errors, 0 warnings, 2 checks, 157 lines checked
654f052e8bbe drm/xe: Add helper to calculate adjusted register offset
b96a6ade155b drm/xe: Add few more GT register definitions
9e2e5da32d31 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'
-:33: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#33: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 696 lines checked
bb62ba9fbae7 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'
-:13: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#13: 
new file mode 100644

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




More information about the Intel-xe mailing list