[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 14/12] libxl: fork: Make SIGCHLD self-pipe nonblocking
On Tue, 2014-01-21 at 15:11 +0000, Ian Jackson wrote: > Use the new libxl__pipe_nonblock and _close functions, rather than > open coding the same logic. Now the pipe is nonblocking, which avoids > a race which could result in libxl deadlocking in a multithreaded > program. Is any additional error handling required at any of the points where the pipe is used, EWOULDBLOCK etc. I think in practice that is all in libxl__self_pipe_wakeup and libxl__self_pipe_eatall, the callers of which treat errors as disaster (with assert and LIBXL__EVENT_DISASTER respectively). But both wakeup and eatall handle EWOULDBLOCK sensibly. Assuming my analysis of what needs to be handled and where it needs to be done matches yours: Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |