From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: Re: [PATCH] x86/mm: Fix locking on hap enable failure Date: Wed, 18 Apr 2012 13:40:35 +0100 Message-ID: <20120418124035.GD7013@ocelot.phlegethon.org> References: <15a3c740419f53702b0c.1334351886@xdev.gridcentric.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <15a3c740419f53702b0c.1334351886@xdev.gridcentric.ca> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andres Lagar-Cavilla Cc: andres@gridcentric.ca, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org At 17:18 -0400 on 13 Apr (1334337486), Andres Lagar-Cavilla wrote: > xen/arch/x86/mm/hap/hap.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > > If enabling hap fails due to out of memory, the locking on the clean up path is > broken. > > Signed-off-by: Andres Lagar-Cavilla Applied, thanks. Tim.