✗ CI.checkpatch: warning for drm/xe: Support PCIe FLR (rev5)

Patchwork patchwork at emeril.freedesktop.org
Mon Apr 22 15:55:08 UTC 2024


== Series Details ==

Series: drm/xe: Support PCIe FLR (rev5)
URL   : https://patchwork.freedesktop.org/series/131366/
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
0daf0be5bb95eb0a0e42275e00a0e42d8d8fd543
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit d60f9399da751a34183d9c6f4c377c01fc8e87e8
Author: Aravind Iddamsetty <aravind.iddamsetty at linux.intel.com>
Date:   Mon Apr 22 12:27:56 2024 +0530

    drm/xe/FLR: Support PCIe FLR
    
    PCI subsystem provides callbacks to inform the driver about a request to
    do function level reset by user, initiated by writing to sysfs entry
    /sys/bus/pci/devices/.../reset. This will allow the driver to handle FLR
    without the need to do unbind and rebind as the driver needs to
    reinitialize the device afresh post FLR.
    
    v2:
    1. separate out gt idle and pci save/restore to a separate patch (Lucas)
    2. Fixed the warnings seen around xe_guc_submit_stop, xe_guc_puc_fini
    
    v3: declare xe_pci_err_handlers as static(Michal)
    
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
    Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
    
    Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Signed-off-by: Aravind Iddamsetty <aravind.iddamsetty at linux.intel.com>
+ /mt/dim checkpatch a53d157b0bd321e30804e935e010d77fc575b033 drm-intel
f7d46f9a1965 drm: add devm release action
578b7c0f29c9 drm/xe: Save and restore PCI state
77b7e33ccbaa drm/xe: Extract xe_gt_idle() helper
d60f9399da75 drm/xe/FLR: Support PCIe FLR
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'
-:123: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#123: 
new file mode 100644

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




More information about the Intel-xe mailing list