Re: [PATCH v2 0/3] dso__data asan and test fixes
From: Namhyung Kim
Date: Tue Mar 18 2025 - 14:02:40 EST
On Mon, 17 Mar 2025 21:31:48 -0700, Ian Rogers wrote:
> The dso__data logic could deadlock with itself when build with asan or
> reference count checking due to trying to recurively take a
> non-recursive mutex. Use clang's thread safety analysis to find/fix
> the problem. Running the tests would fail with -F no-fork mode as a
> file descriptor wasn't cleaned up.
>
> v2: Remove an unnecessary if as suggested by Namhyung.
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung