✗ CI.checkpatch: warning for series starting with [v5,1/2] drm/xe: add a new debugfs file - mmio
Patchwork
patchwork at emeril.freedesktop.org
Thu Jan 18 00:21:47 UTC 2024
== Series Details ==
Series: series starting with [v5,1/2] drm/xe: add a new debugfs file - mmio
URL : https://patchwork.freedesktop.org/series/128888/
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
e7f730565356938dd6c63cd498218fdc5d6a22b0
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b11ad86e921f0b1b4230b831860258caeb1bf60b
Author: Koby Elbaz <kelbaz at habana.ai>
Date: Wed Jan 17 17:54:54 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 2d422dec58e0dfd61d6c9842de7f83289803dccb drm-intel
d3ceaffe4 drm/xe: add a new debugfs file - mmio
b11ad86e9 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'
-:156: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#156:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 175 lines checked
More information about the Intel-xe
mailing list