From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: Re: [PATCH 0/4] XEN 4.2 libxl: fix event races exposed by libvirt Date: Fri, 22 Feb 2013 18:48:49 +0000 Message-ID: <20775.48529.939151.359987@mariner.uk.xensource.com> References: <1358960210-22667-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1358960210-22667-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org, Jim Fehlig , Ian Campbell , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org Ian Jackson writes ("[Xen-devel] [PATCH 0/4] XEN 4.2 libxl: fix event races exposed by libvirt"): > If we prefix my event race fixes with a couple of backports they apply > cleanly. > > This is a backport of part of a changeset from unstable, which makes > the two codebases more textually similar: > 1/4 libxl: rename "abs" variables to "absolute" > > This is a straightforward cherry pick of a bugfix from unstable: > 2/4 libxl: Fix passing of application data to timeout_deregister hook > > These are the meat: > 3/4 libxl: fix stale fd event callback race > 4/4 libxl: fix stale timeout event callback race 3 and 4 have been in unstable for a while without problems, so I have pushed 1,3,4 to 4.2-staging (and as Jim notes 2 was there already). Ian.