✓ CI.checkpatch: success for drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIM
Patchwork
patchwork at emeril.freedesktop.org
Thu Oct 24 17:35:24 UTC 2024
== Series Details ==
Series: drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIM
URL : https://patchwork.freedesktop.org/series/140406/
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 36b4d935982b1166df3638b55cc35d51b2913935
Author: Matthew Brost <matthew.brost at intel.com>
Date: Wed Oct 23 16:59:17 2024 -0700
drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIM
drm_gpu_scheduler.submit_wq is used to submit jobs, jobs are in the path
of dma-fences, and dma-fences are in the path of reclaim. Mark scheduler
work queue with WQ_MEM_RECLAIM to ensure forward progress during
reclaim; without WQ_MEM_RECLAIM, work queues cannot make forward
progress during reclaim.
v2:
- Fixes tags (Philipp)
- Reword commit message (Philipp)
Cc: Luben Tuikov <ltuikov89 at gmail.com>
Cc: Danilo Krummrich <dakr at kernel.org>
Cc: Philipp Stanner <pstanner at redhat.com>
Cc: stable at vger.kernel.org
Fixes: 34f50cc6441b ("drm/sched: Use drm sched lockdep map for submit_wq")
Fixes: a6149f039369 ("drm/sched: Convert drm scheduler to use a work queue rather than kthread")
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
Acked-by: Nirmoy Das <nirmoy.das at intel.com>
+ /mt/dim checkpatch 1feef4b713e6db15f3fb2ec11e8ce4a77892e731 drm-intel
36b4d935982b drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIM
More information about the Intel-xe
mailing list