Re: [PATCH v2 0/4] drm/vc4: tests: Fix locking failures

2025-04-07 Thread Maxime Ripard
On Thu, 03 Apr 2025 15:33:29 +0200, Maxime Ripard wrote: > This series deals with (lack of) EDEADLK handling in vc4 PV muxing > tests. > > This was leading to failures with CONFIG_DEBUG_WW_MUTEX_SLOWPATH > enabled. > > Maxime > > [...] Applied to misc/kernel.git (drm-misc-next). Thanks! Maxime

[PATCH v2 0/4] drm/vc4: tests: Fix locking failures

2025-04-03 Thread Maxime Ripard
Hi, This series deals with (lack of) EDEADLK handling in vc4 PV muxing tests. This was leading to failures with CONFIG_DEBUG_WW_MUTEX_SLOWPATH enabled. Maxime Signed-off-by: Maxime Ripard --- Changes in v2: - Fix typo in commit log. - Enhance the backoff code - Link to v1: https://lore.kerne