✓ CI.checkpatch: success for TTM unlockable restartable LRU list iteration (rev3)

Patchwork patchwork at emeril.freedesktop.org
Tue Mar 5 16:09:28 UTC 2024


== Series Details ==

Series: TTM unlockable restartable LRU list iteration (rev3)
URL   : https://patchwork.freedesktop.org/series/130000/
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
7d6fb25447372de10c7d82d450bf95e4b2e2a0ab
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 2ce14d89ceaf738b194fb18fd0f0ce5364df1b06
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Tue Mar 5 17:02:02 2024 +0100

    drm/ttm: Allow continued swapout after -ENOSPC falure
    
    The -ENOSPC failure from ttm_bo_swapout() meant that the lru_lock
    was dropped and simply restarting the iteration meant we'd likely
    hit the same error again on the same resource. Now that we can
    restart the iteration even if the lock was dropped, do that.
    
    Cc: Christian König <christian.koenig at amd.com>
    Cc: Somalapuram Amaranath <Amaranath.Somalapuram at amd.com>
    Cc: <dri-devel at lists.freedesktop.org>
    Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch 06211dd7770129a5e2c720d928a606c1433a9bcd drm-intel
c5392e7dad6f drm/ttm: Allow TTM LRU list nodes of different types
caf0693d2dc7 drm/ttm: Use LRU hitches
c18cafc13c3c drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist moves
2ce14d89ceaf drm/ttm: Allow continued swapout after -ENOSPC falure




More information about the Intel-xe mailing list