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

Patchwork patchwork at emeril.freedesktop.org
Tue Aug 6 20:18:19 UTC 2024


== Series Details ==

Series: series starting with [1/2] drm/xe/gt: Add APIs for printing stats over debugfs
URL   : https://patchwork.freedesktop.org/series/136950/
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 582b705a7b839c0a041e78d924ee16aed79cd49e
Author: Nirmoy Das <nirmoy.das at intel.com>
Date:   Tue Aug 6 21:45:04 2024 +0200

    drm/xe: Add stats for tlb invalidation count
    
    Add stats for tlb invalidadtion 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
    
    Cc: Matthew Brost <matthew.brost at intel.com>
    Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
+ /mt/dim checkpatch 566483e0e0e0c2079789850d593701170659e292 drm-intel
399caa6d49af 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'
-:70: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#70: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 118 lines checked
582b705a7b83 drm/xe: Add stats for tlb invalidation count




More information about the Intel-xe mailing list