✗ CI.checkpatch: warning for series starting with [v6,1/2] drm/xe: add a new debugfs file - mmio

Patchwork patchwork at emeril.freedesktop.org
Wed Jan 31 20:03:28 UTC 2024


== Series Details ==

Series: series starting with [v6,1/2] drm/xe: add a new debugfs file - mmio
URL   : https://patchwork.freedesktop.org/series/129383/
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
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit fd6e6f30064d174a0a11b4103d045f181d505ee8
Author: Koby Elbaz <kelbaz at habana.ai>
Date:   Wed Jan 31 21:59:53 2024 +0200

    drm/xe: restore xe_mmio_ioctl as the ioctl handler of the mmio debugfs file
    
    The drm mmio ioctl handler (xe_mmio_ioctl) wasn't needed anymore,
    and therefore, recently removed.
    Nevertheless, it is now restored for debugging purposes to function
    as the ioctl handler of the 'mmio' debugfs file.
    Note, that the non-admin user's limited mmio access (aka, whitelist),
    was removed being irrelevant anymore, now that a user using debugfs
    must anyway have root permission to use it.
    
    Signed-off-by: Koby Elbaz <kelbaz at habana.ai>
+ /mt/dim checkpatch 8327dc2a5a26f82a8700035c6259f57e9299d6a2 drm-intel
248274590 drm/xe: add a new debugfs file - mmio
fd6e6f300 drm/xe: restore xe_mmio_ioctl as the ioctl handler of the mmio debugfs file
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:154: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#154: 
new file mode 100644

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




More information about the Intel-xe mailing list