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: Fri, 13 Mar 2015 11:41:35 +0100 Message-ID: <20150313104135.GA11230@cbox> References: <1425037305-23292-1-git-send-email-weiyj_lk@163.com> <20150302172947.GC10137@lvm> <5502BAD5.3040004@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <5502BAD5.3040004@arm.com> Sender: kvm-owner@vger.kernel.org To: Andre Przywara Cc: weiyj_lk@163.com, kvm@vger.kernel.org, Marc Zyngier , Gleb Natapov , Wei Yongjun , Paolo Bonzini , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org List-Id: kvmarm@lists.cs.columbia.edu On Fri, Mar 13, 2015 at 10:24:21AM +0000, Andre Przywara wrote: > Hej Christoffer, > > On 02/03/15 17:29, Christoffer Dall wrote: > > 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. > > Have I missed this or is this patch nor appearing in any of your branches? > It was on my laptop branch because I applied while being on a plane. I've updated the kvmarm/master branch with this fix. Thanks for reminding me. -Christoffer