✓ CI.checkpatch: success for series starting with [v2,1/2] drm/xe: Use non-interruptible wait when moving BO to system

Patchwork patchwork at emeril.freedesktop.org
Thu Dec 5 15:03:51 UTC 2024


== Series Details ==

Series: series starting with [v2,1/2] drm/xe: Use non-interruptible wait when moving BO to system
URL   : https://patchwork.freedesktop.org/series/142171/
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 e55b1049c87e10543812e5ba8da9e469c05c7281
Author: Nirmoy Das <nirmoy.das at intel.com>
Date:   Thu Dec 5 13:02:53 2024 +0100

    drm/xe: Wait for migration job before unmapping pages
    
    There could be still migration job going on while doing
    xe_tt_unmap_sg() which could trigger GPU page faults. Fix this by
    waiting for the migration job to finish.
    
    v2: Use intr=false(Matt A)
    
    Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3466
    Fixes: 75521e8b56e8 ("drm/xe: Perform dma_map when moving system buffer objects to TT")
    Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
    Cc: Matthew Brost <matthew.brost at intel.com>
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
    Cc: <stable at vger.kernel.org> # v6.11+
    Cc: Matthew Auld <matthew.auld at intel.com>
    Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
    Reviewed-by: Matthew Auld <matthew.auld at intel.com>
+ /mt/dim checkpatch 320bf1795129fe4fb8127717e92289cd09ce0bfd drm-intel
b218baeb2edc drm/xe: Use non-interruptible wait when moving BO to system
e55b1049c87e drm/xe: Wait for migration job before unmapping pages




More information about the Intel-xe mailing list