✓ CI.checkpatch: success for drm/xe: Use local fence in error path of xe_migrate_clear

Patchwork patchwork at emeril.freedesktop.org
Tue Mar 11 21:15:08 UTC 2025


== Series Details ==

Series: drm/xe: Use local fence in error path of xe_migrate_clear
URL   : https://patchwork.freedesktop.org/series/146164/
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
cbb4e4a079d89106c2736adc3c7de6f9dc56da07
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit dff0a2b36e10d590042f4208e33ee081f3020d37
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Tue Mar 11 11:29:15 2025 -0700

    drm/xe: Use local fence in error path of xe_migrate_clear
    
    The intent of the error path in xe_migrate_clear is to wait on locally
    generated fence and then return. The code is waiting on m->fence which
    could be the local fence but this is only stable under the job mutex
    leading to a possible UAF. Fix code to wait on local fence.
    
    Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch eb17816e52395a403aa0b447aa0befa9d2f86dd5 drm-intel
dff0a2b36e10 drm/xe: Use local fence in error path of xe_migrate_clear




More information about the Intel-xe mailing list