This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/arch/um/os-Linux
Jeff Dike 5f4e8fd08f [PATCH] uml: fix thread startup race
This fixes a race in the starting of write_sigio_thread.  Previously, some of
the data needed by the thread was initialized after the clone.  If the thread
ran immediately, it would see the uninitialized data, including an empty
pollfds, which would cause it to hang.

We move the data initialization to before the clone, and adjust the error
paths and cleanup accordingly.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-03-27 08:44:38 -08:00
..
2005-04-16 15:20:36 -07:00
2006-01-06 08:33:45 -08:00
2005-09-29 08:46:26 -07:00
2006-01-18 19:20:20 -08:00
2005-11-07 07:53:31 -08:00
2006-03-27 08:44:38 -08:00
2006-01-18 19:20:20 -08:00
2005-04-16 15:20:36 -07:00
2006-03-27 08:44:38 -08:00
2006-01-18 19:20:20 -08:00