[Intel-xe] ✓ CI.checkpatch: success for Fix pagefault and access counter worker functions

Patchwork patchwork at emeril.freedesktop.org
Tue Oct 31 22:17:31 UTC 2023


== Series Details ==

Series: Fix pagefault and access counter worker functions
URL   : https://patchwork.freedesktop.org/series/125827/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit de4380ea6f95f2b352b39de5bdff5d738acb6830
Author: Brian Welty <brian.welty at intel.com>
Date:   Tue Oct 31 15:15:10 2023 -0700

    drm/xe: Fix pagefault and access counter worker functions
    
    When processing G2H messages for pagefault or access counters, we queue a
    work item and call queue_work(). This fails if the worker thread is already
    queued to run.
    The expectation is that the worker function will process more than a single
    item, and is updated here to continue executing until all queued work items
    are handled.
    
    This resolves issues seen with several igt at xe_exec_fault_mode subtests.
    
    Signed-off-by: Brian Welty <brian.welty at intel.com>
+ /mt/dim checkpatch 71757584a0d1950a76a54dd6f92a6fb455e78e21 drm-intel
ae4f748e9 drm/xe: Fix dequeue of access counter work item
de4380ea6 drm/xe: Fix pagefault and access counter worker functions




More information about the Intel-xe mailing list