✗ CI.checkpatch: warning for Support PMT features in Xe
Patchwork
patchwork at emeril.freedesktop.org
Fri May 10 21:48:37 UTC 2024
== Series Details ==
Series: Support PMT features in Xe
URL : https://patchwork.freedesktop.org/series/133472/
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 8b2ef09f05c89646778f28d81e46faaf494f9ba3
Author: Michael J. Ruhl <michael.j.ruhl at intel.com>
Date: Fri May 10 16:59:38 2024 -0400
drm/xe/vsec: Support BMG devices
Utilize the PMT callback API to add support for the BMG
devices.
Signed-off-by: Michael J. Ruhl <michael.j.ruhl at intel.com>
+ /mt/dim checkpatch 7aa7a8842f00c5749e1a21cd2cf6dfc0e3e3a18e drm-intel
45e66198c1c7 platform/x86/intel/vsec.h: Move to include/linux
-:170: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#170:
rename from drivers/platform/x86/intel/vsec.h
total: 0 errors, 1 warnings, 0 checks, 121 lines checked
62016f9d3e49 platform/x86/intel/vsec: Add PMT read callbacks
-:7: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one
total: 0 errors, 1 warnings, 0 checks, 22 lines checked
a3a40effd45c platform/x86/intel/pmt: Add support to use provided read callbacks
-:8: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one
total: 0 errors, 1 warnings, 0 checks, 114 lines checked
ec8b9e86c2e6 platform/x86/intel/pmt: Add quirk for BAR0 offset adjustment
430242e0aaf1 drm/xe/vsec: Add support for DG2
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, 145 lines checked
8b2ef09f05c8 drm/xe/vsec: Support BMG devices
More information about the Intel-xe
mailing list