✓ CI.checkpatch: success for drm/xe: Clean up VM / exec queue file lock usage.

Patchwork patchwork at emeril.freedesktop.org
Sat Sep 21 01:23:19 UTC 2024


== Series Details ==

Series: drm/xe: Clean up VM / exec queue file lock usage.
URL   : https://patchwork.freedesktop.org/series/138938/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 446f0b078692dc394c8111d86846e8a619811d98
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Fri Sep 20 18:17:12 2024 -0700

    drm/xe: Clean up VM / exec queue file lock usage.
    
    Both the VM / exec queue file lock protect the lookup and reference to
    the object, nothing more. These locks are not intended anything else
    underneath them. XA have their own locking too, so no need to take the
    VM / exec queue file lock aside from when doing a lookup and reference
    get.
    
    Add some kernel doc to make this clear and cleanup a few typos too.
    
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch abfe8cf977e1abd1f414b2a90d223cd4dd2f1f47 drm-intel
446f0b078692 drm/xe: Clean up VM / exec queue file lock usage.




More information about the Intel-xe mailing list