From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dominic Curran Subject: Re: [PATCH] xen: Fix a grant table resource leak Date: Fri, 11 May 2012 15:55:19 +0100 Message-ID: <4FAD2857.3070107@citrix.com> References: <4FAD2022.6050009@citrix.com> <4FAD3E8D0200007800083110@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4FAD3E8D0200007800083110@nat28.tlf.novell.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: Jan Beulich Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 11/05/12 15:30, Jan Beulich wrote: >>>> On 11.05.12 at 16:20, Dominic Curran wrote: >> From: Dominic Curran >> Date: Fri, 11 May 2012 12:24:42 +0100 >> Subject: [PATCH] xen: Fix a grant table resource leak >> >> If the resource (my testing shows an object in TX/RX ring) still has a >> reference held on it, then add to a list and kick-off a timer to try >> and free later. > Did you see > > http://lists.xen.org/archives/html/xen-devel/2012-04/msg00406.html > > Jan Oh!