Re: [PATCH v2 1/6] drm/sched: Fix teardown leaks with waitqueue

2025-05-16 Thread Tvrtko Ursulin
Hi, Some review comments below, with a caveat that does not imply support for the approach just yet. On 24/04/2025 10:55, Philipp Stanner wrote: From: Philipp Stanner The GPU scheduler currently does not ensure that its pending_list is empty before performing various other teardown tasks

[PATCH v2 1/6] drm/sched: Fix teardown leaks with waitqueue

2025-04-24 Thread Philipp Stanner
From: Philipp Stanner The GPU scheduler currently does not ensure that its pending_list is empty before performing various other teardown tasks in drm_sched_fini(). If there are still jobs in the pending_list, this is problematic because after scheduler teardown, no one will call backend_ops.fre