On Mon, May 11, 2020 at 03:20:03PM +0200, William Dauchy wrote:
> Since commit d4604adeaa8c ("MAJOR: threads/fd: Make fd stuffs
> thread-safe"), we init pollers per thread using a helper. It was still
> correct for mono-thread mode until commit cd7879adc2c4 ("BUG/MEDIUM:
> threads: Run the poll loop on the main thread too"). We now use a deinit
> helper for all threads, making those free uneeded.
> 
> Only poll and select are affected by this very minor issue.
> 
> it could be backported from v1.8 to v2.1.
> 
> Fixes: cd7879adc2c4 ("BUG/MEDIUM: threads: Run the poll loop on the main
> thread too")
> Signed-off-by: William Dauchy <w.dau...@criteo.com>

Applied, thank you William.

Willy

Reply via email to