✗ CI.checkpatch: warning for series starting with [v2,1/2] drm/xe/debugfs: add local forcewake_get/put funcs

Patchwork patchwork at emeril.freedesktop.org
Mon Mar 24 11:14:15 UTC 2025


== Series Details ==

Series: series starting with [v2,1/2] drm/xe/debugfs: add local forcewake_get/put funcs
URL   : https://patchwork.freedesktop.org/series/146659/
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
cbb4e4a079d89106c2736adc3c7de6f9dc56da07
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a16cbd7e343628bd82ca2a82b1c4e0abff97f360
Author: Koby Elbaz <kelbaz at habana.ai>
Date:   Mon Mar 24 13:07:30 2025 +0200

    drm/xe: add mmio debugfs file & restore xe_mmio_ioctl as its ioctl handler
    
    The drm mmio ioctl handler (xe_mmio_ioctl) wasn't needed anymore,
    and therefore, recently removed.
    Nevertheless, it is now restored for debugging purposes as an
    ioctl handler for a newly added 'mmio' debugfs file.
    
    Notes:
    1. 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 permissions to use it.
    2. To support multi-tile access, the tile index is now dynamic and
    will be retrieved from the given mmio address itself.
    
    Cc: Daniel Vetter <daniel at ffwll.ch>
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Cc: Ofir Bitton <obitton at habana.ai>
    Cc: José Roberto de Souza <jose.souza at intel.com>
    Signed-off-by: Koby Elbaz <kelbaz at habana.ai>
    Reviewed-by: Ofir Bitton <obitton at habana.ai>
+ /mt/dim checkpatch f8c17a63ca147e008f36d1efd80206d4ce4e8ce1 drm-intel
0bcdd56f81b2 drm/xe/debugfs: add local forcewake_get/put funcs
a16cbd7e3436 drm/xe: add mmio debugfs file & restore xe_mmio_ioctl as its ioctl handler
-:231: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#231: 
new file mode 100644

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




More information about the Intel-xe mailing list