✗ CI.checkpatch: warning for Add support for VF to query its configuration (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu May 16 11:11:49 UTC 2024
== Series Details ==
Series: Add support for VF to query its configuration (rev2)
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 9cb49e1357036700e4ce7458fb590e6182d6b21f
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Thu May 16 13:05:46 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).
Reviewed-by: Piotr Piórkowski <piotr.piorkowski at intel.com>
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch 3b6a503228b84c010794599203ac3e1e3d349bab drm-intel
d1377901bf25 drm/xe/guc: Add VF2GUC_MATCH_VERSION to ABI
d9dcbd97858f drm/xe/guc: Add VF2GUC_VF_RESET to ABI
ec6a1b5183e3 drm/xe/guc: Add VF2GUC_QUERY_SINGLE_KLV to ABI
-:76: CHECK:CAMELCASE: Avoid CamelCase: <GUC_HXG_REQUEST_MSG_n_DATAn>
#76: 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
d13e88ba7b19 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'
-:36: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#36:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 874 lines checked
7d330abbcb54 drm/xe/vf: Custom hardware config load step if VF
9cb49e135703 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'
-:48: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#48:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 106 lines checked
More information about the Intel-xe
mailing list