Re: [PATCH v2 3/4] test-ww_mutex: Handle transient -EDEADLK in test_cycle_work

From: Haakon Bugge

Date: Thu Aug 06 2026 - 10:14:07 EST




> On 29 Jul 2026, at 02:03, John Stultz <jstultz@xxxxxxxxxx> wrote:
>
> I've been running stress testing with this for a while as part of my
> proxy-exec v31 submission, and I've not run into any issues so far.

I did a test with your proxy-exec-v31-7.2-rc4 tag, and I did not see
anything wrong. One nit though, the kernel does not compile without
CONFIG_SCHED_PROXY_EXEC, because you do not have the pre-decl for
find_proxy_task() in that case.


Thxs, Håkon