Re: [PATCH v3 0/3] build qemu with gcc and tsan

2024-10-21 Thread Pierrick Bouvier
On 9/25/24 03:43, Alex Bennée wrote: Alex Bennée writes: Queued to testing/next, thanks. Gentle ping. I can't see this series on testing/next. Was it lost on the way? Thanks, Pierrick

Re: [PATCH v3 0/3] build qemu with gcc and tsan

2024-09-25 Thread Alex Bennée
Pierrick Bouvier writes: > While working on a concurrency bug, I gave a try to tsan builds for QEMU. I > noticed it didn't build out of the box with recent gcc, so I fixed > compilation. > In more, updated documentation to explain how to build a sanitized glib to > avoid > false positives relat

Re: [PATCH v3 0/3] build qemu with gcc and tsan

2024-09-25 Thread Thomas Huth
On 10/09/2024 19.40, Pierrick Bouvier wrote: While working on a concurrency bug, I gave a try to tsan builds for QEMU. I noticed it didn't build out of the box with recent gcc, so I fixed compilation. In more, updated documentation to explain how to build a sanitized glib to avoid false positives

[PATCH v3 0/3] build qemu with gcc and tsan

2024-09-10 Thread Pierrick Bouvier
While working on a concurrency bug, I gave a try to tsan builds for QEMU. I noticed it didn't build out of the box with recent gcc, so I fixed compilation. In more, updated documentation to explain how to build a sanitized glib to avoid false positives related to glib synchronisation primitives. v