Re: [PATCH 0/3] Improvements to ww_mutex test driver

From: John Stultz
Date: Thu Jul 31 2025 - 22:46:32 EST


On Thu, Jul 31, 2025 at 7:34 PM John Stultz <jstultz@xxxxxxxxxx> wrote:
>
> As part of the proxy-exec work, I've leveraged the ww_mutex test
> driver to help stress test the lock handling.
>
> Two of these patches I've sent a few times without any
> response[1], but after realizing the test wasn't exercising the
> wait-wound class mutexes (only wait-die), I've extended the test
> driver to now do both. This helps make sure there is more
> confidence in any changes being made.

Forgot to add the link I intended:
[1]: https://lore.kernel.org/lkml/20250715021417.4015799-1-jstultz@xxxxxxxxxx/

thanks
-john