From mboxrd@z Thu Jan 1 00:00:00 1970 From: AL13N Subject: Re: OT: xen libvirt issue Date: Mon, 08 Apr 2013 19:53:23 +0200 Message-ID: <2097106.TF58oyf9Ak@localhost> References: <3427165.VJZ1fcVilY@localhost> <7659328.YPt9AoC338@localhost> <20834.60368.423794.311886@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20834.60368.423794.311886@mariner.uk.xensource.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 Cc: George Dunlap , Dario Faggioli , Ian Jackson , Marek Marczykowski , Jim Fehlig List-Id: xen-devel@lists.xenproject.org Op maandag 8 april 2013 17:09:52 schreef Ian Jackson: > AL13N writes ("Re: [Xen-devel] OT: xen libvirt issue"): > > Op maandag 8 april 2013 06:22:49 schreef Marek Marczykowski: > > > I believe it is already fixed in unstable by this commit: > > > 5f5ef65babc2ca15f43b775c4b47b0102fa2a632 "libxl: fix stale timeout event > > > callback race" > > > > > > Sadly backport to 4.2 isn't trivial. > > > > Looking at the patch i totally agree that it isn't trivial... > > > > i'll hold off for now. and will work more towards libvirt integration for > > Mageia 4 (our release freeze is now in effect for Mageia 3). > > We have already done the backport. The fix for this has been in Xen > upstream 4.2-staging since the 22nd of February. You want these two > commits from xen.git: > > commit a87ef897295ec17788e41e9a8f4c0ada7a5a45f8 > Author: Ian Jackson > Date: Wed Jan 23 16:53:11 2013 +0000 > > libxl: fix stale fd event callback race > > commit 6f0f339dd4378d062a211969f45cd23af12bf386 > Author: Ian Jackson > Date: Wed Jan 23 16:53:11 2013 +0000 > > libxl: fix stale timeout event callback race > > I don't know if that's any help for your Mageia release, of course. i was more worried about the comments in the patch, ie: that it changes how tools using this (libvirt maybe) would need to be recoded. but since it's backported, i might as well try them