[Intel-xe] ✗ CI.checkpatch: warning for Add throttle reasosn sysfs

Patchwork patchwork at emeril.freedesktop.org
Tue Sep 26 15:16:18 UTC 2023


== Series Details ==

Series: Add throttle reasosn sysfs
URL   : https://patchwork.freedesktop.org/series/124278/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 0d5f041309116a88b06bd840793dc3ee8ec643b4
Author: Sujaritha Sundaresan <sujaritha.sundaresan at intel.com>
Date:   Tue Sep 26 20:09:16 2023 +0530

    drm/xe: Add throttle reasons sysfs attributes
    
    Add throttle reasons sysfs interface under device/../gt#/
    Currently there is one overall status and eight reasons
    attributes.
    
    The new sysfs structure will have the below layout
    
    device/tile<n>/gt<n>
                   ├── gt0
                   │   └── throttle
                   │       ├── <throttle_reasons>
                   │
                   │
                   ├── gtN
                   │   └── throttle
                   │       ├── <throttle_reasons>
    
    v2: Fix review comments (Riana)
        Move init call (Matt)
    
    v3: Remove xe_gt_throttle (Riana)
        Make functions static (Rodrigo)
    
    Signed-off-by: Sujaritha Sundaresan <sujaritha.sundaresan at intel.com>
+ /mt/dim checkpatch fc8ec3c56efa5c15b630ddc17c89100440fe03ef drm-intel
0d5f04130 drm/xe: Add throttle reasons sysfs attributes
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'
-:88: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#88: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 311 lines checked




More information about the Intel-xe mailing list