From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH] xen/balloon: cancel ballooning if adding new memory failed Date: Tue, 2 Sep 2014 18:23:26 +0100 Message-ID: <5405FD0E.4070000@citrix.com> References: <1409593964-15144-1-git-send-email-david.vrabel@citrix.com> <20140901220701.GC3459@olila.local.net-space.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XOrnr-00051k-8b for xen-devel@lists.xenproject.org; Tue, 02 Sep 2014 17:23:35 +0000 In-Reply-To: <20140901220701.GC3459@olila.local.net-space.pl> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Daniel Kiper , David Vrabel Cc: xen-devel@lists.xenproject.org, Boris Ostrovsky List-Id: xen-devel@lists.xenproject.org On 01/09/14 23:07, Daniel Kiper wrote: > On Mon, Sep 01, 2014 at 06:52:44PM +0100, David Vrabel wrote: >> If the balloon driver is adding additional memory regions to the >> balloon and add_memory() fails it will likely continuously fail so >> cancel the balloon operation. >> >> Signed-off-by: David Vrabel > > Make sense for me. > > Reviewed-by: Daniel Kiper Applied to to stable/for-linus-3.17-b Thanks. David