[Intel-xe] ✓ CI.checkpatch: success for drm/xe: add lockdep annotation for xe_device_mem_access_put()

Patchwork patchwork at emeril.freedesktop.org
Fri Jul 21 12:37:47 UTC 2023


== Series Details ==

Series: drm/xe: add lockdep annotation for xe_device_mem_access_put()
URL   : https://patchwork.freedesktop.org/series/121119/
State : success

== 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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 17958ad8ba3d97b66add192ce513606bb6549563
Author: Matthew Auld <matthew.auld at intel.com>
Date:   Fri Jul 21 13:34:25 2023 +0100

    drm/xe: add lockdep annotation for xe_device_mem_access_put()
    
    The main motivation is with d3cold which will make the suspend and
    resume callbacks even more scary, but is useful regardless. We already
    have the needed annotation on the acquire side with
    xe_device_mem_access_get(), and by adding the annotation on the release
    side we should have a lot more confidence that our locking hierarchy is
    correct.
    
    Signed-off-by: Matthew Auld <matthew.auld at intel.com>
    Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
    Cc: Anshuman Gupta <anshuman.gupta at intel.com>
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 786d2a4f30e168368b4d19d3e1d2f57d18ebecf8 drm-intel
17958ad8b drm/xe: add lockdep annotation for xe_device_mem_access_put()




More information about the Intel-xe mailing list