✗ CI.checkpatch: warning for series starting with [v2,1/2] drm/xe/gt: Add APIs for printing stats over debugfs

Patchwork patchwork at emeril.freedesktop.org
Wed Aug 7 11:29:58 UTC 2024


== Series Details ==

Series: series starting with [v2,1/2] drm/xe/gt: Add APIs for printing stats over debugfs
URL   : https://patchwork.freedesktop.org/series/136987/
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
66551fd1be58212fb46d0bc97f2e5ae43c69b733
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9b2970263be4ffe47de60de3a58403cc028f6abd
Author: Nirmoy Das <nirmoy.das at intel.com>
Date:   Wed Aug 7 13:07:59 2024 +0200

    drm/xe: Add stats for tlb invalidation count
    
    Add stats for tlb invalidation count which can be viewed with per GT
    stat debugfs file.
    
    Example output:
    cat /sys/kernel/debug/dri/0/gt0/stats
    tlb_inval_count: 22
    
    v2: fix #include order(Tejas)
    
    Cc: Matthew Brost <matthew.brost at intel.com>
    Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Cc: Sai Gowtham Ch <sai.gowtham.ch at intel.com>
    Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
    Reviewed-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch 54219da2fda05a4160376dc9aaf0c90f16a3eb90 drm-intel
b78a6df2c6cb drm/xe/gt: Add APIs for printing stats over 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'
-:75: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#75: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 142 lines checked
9b2970263be4 drm/xe: Add stats for tlb invalidation count




More information about the Intel-xe mailing list