✗ CI.checkpatch: warning for core_hotunplug improvements

Patchwork patchwork at emeril.freedesktop.org
Fri May 10 18:18:05 UTC 2024


== Series Details ==

Series: core_hotunplug improvements
URL   : https://patchwork.freedesktop.org/series/133462/
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
57b97a66dd129aea93991dc66cd10477f7a05cf8
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 6c043bff1967dd164a2eaa1cfc21a93f6db0d048
Author: Matthew Auld <matthew.auld at intel.com>
Date:   Fri May 10 19:12:33 2024 +0100

    drm/xe/display: move device_remove over to drmm
    
    i915 display calls this when releasing the drm_device, match this also
    in xe by using drmm. intel_display_device_remove() is freeing purely
    software state for the drm_device.
    
    Signed-off-by: Matthew Auld <matthew.auld at intel.com>
    Cc: Andrzej Hajda <andrzej.hajda at intel.com>
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch afd593c3e9f9218ececa93e30c33182346295ac9 drm-intel
f2cc8205fe5b drm/drm_managed: try to improve the drmm DOC
5f92a217a75e drm/amdgpu: don't trample pdev drvdata
0891c1b63924 drm/xe/pci: remove broken driver_release
1760609797fb drm/xe: covert sysfs over to devm
cdf82178ac6b drm/xe/ggtt: use drm_dev_enter to mark device section
-:16: WARNING:COMMIT_LOG_USE_LINK: Unknown link reference 'References:', use 'Link:' or 'Closes:' instead
#16: 
References: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1717

total: 0 errors, 1 warnings, 0 checks, 39 lines checked
26c68e93195c drm/xe/guc: move guc_fini over to devm
-:13: WARNING:COMMIT_LOG_USE_LINK: Unknown link reference 'References:', use 'Link:' or 'Closes:' instead
#13: 
References: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1717

total: 0 errors, 1 warnings, 0 checks, 16 lines checked
a61bdf6e5af0 drm/xe/guc: s/guc_fini/guc_fini_hw/
bbefb452533f drm/xe/guc_pc: move pc_fini to devm
6eff907b65c4 drm/xe/guc_pc: s/pc_fini/pc_fini_hw/
c280057f5c85 drm/xe/irq: move irq_uninstall over to devm
e3fc860f512d drm/xe/device: move flr to devm
c1fdc710349f drm/xe/device: move xe_device_sanitize over to devm
3467cf60a470 drm/xe/coredump: move over to devm
-:19: WARNING:COMMIT_LOG_USE_LINK: Unknown link reference 'References:', use 'Link:' or 'Closes:' instead
#19: 
References: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1679

total: 0 errors, 1 warnings, 0 checks, 17 lines checked
36c887aba920 drm/xe/gt: break out gt_fini into sw vs hw state
ed6fc1a6bccf drm/xe: make gt_remove use devm
b23795ca6416 drm/xe/mmio: move mmio_fini over to devm
4c4b9e75a48c drm/xe: reset mmio mappings with devm
7389922c5733 drm/xe/display: move display fini stuff to devm
d013035c43ba drm/xe/display: stop calling domains_driver_remove twice
6c043bff1967 drm/xe/display: move device_remove over to drmm




More information about the Intel-xe mailing list