✓ CI.checkpatch: success for drm/xe: Prime userptr notifier lock with reclaim

Patchwork patchwork at emeril.freedesktop.org
Fri Jul 26 22:00:55 UTC 2024


== Series Details ==

Series: drm/xe: Prime userptr notifier lock with reclaim
URL   : https://patchwork.freedesktop.org/series/136579/
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
5ce3e132caaa5b45e5e50201b574a097d130967c
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 11618cd17796dc84634faaec3ccecf9b213c330a
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Fri Jul 26 14:53:22 2024 -0700

    drm/xe: Prime userptr notifier lock with reclaim
    
    The userptr notifier lock is in the path of reclaim as it is taken in a
    MMU notifier which is in the path of reclaim. Prime lockdep with this
    annotation making it clear memory allocations are not allowed under the
    userptr notifier lock.
    
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 356b4633c4fe39643d913d5dfb3c464c1f354ebd drm-intel
11618cd17796 drm/xe: Prime userptr notifier lock with reclaim




More information about the Intel-xe mailing list