✗ CI.checkpatch: warning for Introduce GuC context ID Manager (rev3)

Patchwork patchwork at emeril.freedesktop.org
Wed Mar 27 11:36:14 UTC 2024


== Series Details ==

Series: Introduce GuC context ID Manager (rev3)
URL   : https://patchwork.freedesktop.org/series/128445/
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
a9eb1ac8298ef9f9146567c29fa762d8e9efa1ef
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 5fee228f6953f2eb68fbc5aabc731b328d982dec
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Wed Mar 13 23:11:12 2024 +0100

    drm/xe/guc: Use GuC ID Manager in submission code
    
    We are ready to replace private guc_ids management code with
    separate GuC ID Manager that can be shared with upcoming SR-IOV
    PF provisioning code.
    
    Cc: Matthew Brost <matthew.brost at intel.com>
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Reviewed-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 426c7cf8b01f87def935a357bfd76712c4f03016 drm-intel
1be3ed03cfdd drm/xe/guc: Move GUC_ID_MAX definition to GuC ABI header
f7c23306590b drm/xe/guc: Introduce GuC context ID Manager
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, 333 lines checked
6174798ee01f drm/xe/kunit: Add basic tests for GuC context ID Manager
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, 143 lines checked
5fee228f6953 drm/xe/guc: Use GuC ID Manager in submission code




More information about the Intel-xe mailing list