[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 18/18] libxl: timeouts: Record deregistration when one occurs
Ian Campbell writes ("Re: [PATCH 18/18] libxl: timeouts: Record deregistration when one occurs"): > On Mon, 2014-02-03 at 16:14 +0000, Ian Jackson wrote: > > When a timeout has occurred, it is deregistered. However, we failed > > to record this fact by updating etime->func. As a result, > > libxl__ev_time_isregistered would say `true' for a timeout which has > > already happened. > > Acked-by: Ian Campbell <Ian.Campbell@xxxxxxxxxx> > > Although if you were minded to explicitly note in the changelog that it > is necessary to nuke ->func before running the callback so that it > doesn't try and fire it again in parallel while it is running then that > would be good. That's not the reason. This is the reason, which I have just put in the commit message: It is necessary to clear etime->func before the callback, because the callback might want to reinstate the timeout, or might free the etime (or its containing struct) entirely. I have also fixed my S-o-b which incorrectly used my personal email address. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |