From mboxrd@z Thu Jan 1 00:00:00 1970 From: cdall@linaro.org (Christoffer Dall) Date: Tue, 16 May 2017 15:29:04 +0200 Subject: [PATCH v3 0/2] kvm: arm/arm64: Fixes for race conditions In-Reply-To: <2b4cd91d-6d0f-3614-faa8-1ebe58bf1313@arm.com> References: <1494927295-29369-1-git-send-email-suzuki.poulose@arm.com> <20170516095318.GA5259@cbox> <2b4cd91d-6d0f-3614-faa8-1ebe58bf1313@arm.com> Message-ID: <20170516132904.GD5259@cbox> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, May 16, 2017 at 11:01:54AM +0100, Suzuki K Poulose wrote: > On 16/05/17 10:53, Christoffer Dall wrote: > >On Tue, May 16, 2017 at 10:34:53AM +0100, Suzuki K Poulose wrote: > >>The patches fixes race conditions in stage2 pgd accesses. > >> > >>Patch 1 is a fix up for the patch which has already been pushed to > >>kvmarm/master. > >> > >>Patch 2 fixes a case where stage2 PGD could be free'd when we release > >>the kvm->mmu_lock to prevent VCPU starvation. > >> > >>Applies on kvmarm/master tree > > > >Thanks for the rebase and fix. > > > >Applied to master, and for both patches:: > > > >Reviewed-by: Christoffer Dall > > > > Thanks, I think these fixes needs to go to stable as well. I will wait for > these to hit mainline and then send a back port. Agreed, I already added the cc to stable when applying them, so I think you'll see the report from the stable folks for the parts that don't apply and can do the backport then. Thanks, -Christoffer