✗ CI.checkpatch: warning for Add support for VF to query its configuration
Patchwork
patchwork at emeril.freedesktop.org
Mon May 13 08:09:11 UTC 2024
== Series Details ==
Series: Add support for VF to query its configuration
URL : https://patchwork.freedesktop.org/series/133509/
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
57b97a66dd129aea93991dc66cd10477f7a05cf8
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 5b8e768fa8792fe05ff7ccf67a8d70f478a9ec5c
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Sun May 12 17:49:15 2024 +0200
drm/xe/vf: Expose SR-IOV VF attributes to GT debugfs
For debug purposes we might want to view actual VF configuration
(including GGTT range, LMEM size, number of GuC contexts IDs or
doorbells) and the negotiated ABI versions (with GuC and PF).
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch b5f09c51c3bb7cf14cac3e484880efdb405c098c drm-intel
e83e1f2f6eff drm/xe/guc: Add VF2GUC_MATCH_VERSION to ABI
5e14957bfba1 drm/xe/guc: Add VF2GUC_VF_RESET to ABI
ab63085bc576 drm/xe/guc: Add VF2GUC_QUERY_SINGLE_KLV to ABI
-:72: CHECK:CAMELCASE: Avoid CamelCase: <GUC_HXG_REQUEST_MSG_n_DATAn>
#72: FILE: drivers/gpu/drm/xe/abi/guc_actions_sriov_abi.h:526:
+#define VF2GUC_QUERY_SINGLE_KLV_RESPONSE_MSG_1_VALUE32 GUC_HXG_REQUEST_MSG_n_DATAn
total: 0 errors, 0 warnings, 1 checks, 60 lines checked
0204d6425300 drm/xe/vf: Add support for VF to query its configuration
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'
-:32: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#32:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 874 lines checked
25738f7adfce drm/xe/vf: Custom hardware config load step if VF
5b8e768fa879 drm/xe/vf: Expose SR-IOV VF attributes to GT debugfs
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'
-:44: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#44:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 106 lines checked
More information about the Intel-xe
mailing list