From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH] arm/arm64: KVM: fix missing unlock on error in kvm_vgic_create() Date: Mon, 2 Mar 2015 09:29:47 -0800 Message-ID: <20150302172947.GC10137@lvm> References: <1425037305-23292-1-git-send-email-weiyj_lk@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andre Przywara , Marc Zyngier , Gleb Natapov , Paolo Bonzini , Wei Yongjun , linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org To: weiyj_lk@163.com Return-path: Received: from mail-qa0-f48.google.com ([209.85.216.48]:53439 "EHLO mail-qa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754081AbbCBRaD (ORCPT ); Mon, 2 Mar 2015 12:30:03 -0500 Received: by mail-qa0-f48.google.com with SMTP id dc16so23907539qab.7 for ; Mon, 02 Mar 2015 09:30:03 -0800 (PST) Content-Disposition: inline In-Reply-To: <1425037305-23292-1-git-send-email-weiyj_lk@163.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Feb 27, 2015 at 07:41:45PM +0800, weiyj_lk@163.com wrote: > From: Wei Yongjun > > Add the missing unlock before return from function kvm_vgic_create() > in the error handling case. > > Signed-off-by: Wei Yongjun Thanks, applied. -Christoffer