Re: [PATCH 0/5] migration/multifd: Fix channel creation vs. cleanup races

2024-02-04 Thread Peter Xu
On Fri, Feb 02, 2024 at 04:11:23PM -0300, Fabiano Rosas wrote: > Hi, > > This contains 2 patches from my previous series addressing the > p->running misuse and the TLS thread leak and 3 new patches to fix the > cleanup-while-creating-threads race. > > For the p->running I'm keeping the idea from

[PATCH 0/5] migration/multifd: Fix channel creation vs. cleanup races

2024-02-02 Thread Fabiano Rosas
Hi, This contains 2 patches from my previous series addressing the p->running misuse and the TLS thread leak and 3 new patches to fix the cleanup-while-creating-threads race. For the p->running I'm keeping the idea from the other series to remove p->running and use a more narrow