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

Patchwork patchwork at emeril.freedesktop.org
Wed Jan 10 22:09:06 UTC 2024


== Series Details ==

Series: Introduce GuC context ID Manager
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
414601bf14e77eeb048ecf6d1c25190801399524
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 76bee5d04050911aeaffa7662ff6939571a9a397
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Wed Jan 10 18:46:22 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.
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Cc: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch bb9e8031d2feb59becdea41e54e62f1bc47f3ef9 drm-intel
7f4110b53 drm/xe/guc: Move GUC_ID_MAX definition to GuC ABI header
164a1c672 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'
-: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, 346 lines checked
ad1ba7d60 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
76bee5d04 drm/xe/guc: Use GuC ID Manager in submission code




More information about the Intel-xe mailing list