✓ CI.checkpatch: success for drm/xe: Annotate xe_vma_userptr_pin_pages with might_alloc

Patchwork patchwork at emeril.freedesktop.org
Sat Jul 27 02:09:08 UTC 2024


== Series Details ==

Series: drm/xe: Annotate xe_vma_userptr_pin_pages with might_alloc
URL   : https://patchwork.freedesktop.org/series/136581/
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 2c6c72a4d32186654eef4210b04759202cf2302c
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Fri Jul 26 18:44:14 2024 -0700

    drm/xe: Annotate xe_vma_userptr_pin_pages with might_alloc
    
    Let's catch corner cases with locking early by annotating
    xe_vma_userptr_pin_pages with might_alloc so if it is called with a lock
    in the path of reclaim lockdep pops even if the userptr hasn't been
    invalidated.
    
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch e948842a6cba538c9f5f5dc8535a88d82a3fc0fe drm-intel
2c6c72a4d321 drm/xe: Annotate xe_vma_userptr_pin_pages with might_alloc




More information about the Intel-xe mailing list