From mboxrd@z Thu Jan 1 00:00:00 1970 From: christoffer.dall@linaro.org (Christoffer Dall) Date: Fri, 9 Sep 2016 12:54:55 +0200 Subject: [PATCH] kvm-arm: Unmap shadow pagetables properly In-Reply-To: <8dd3078a-40ca-9f1f-e536-91e2dbd59907@arm.com> References: <1473348349-5011-1-git-send-email-suzuki.poulose@arm.com> <20160909103844.GA8624@cbox> <8dd3078a-40ca-9f1f-e536-91e2dbd59907@arm.com> Message-ID: <20160909105455.GB8624@cbox> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Sep 09, 2016 at 11:43:42AM +0100, Suzuki K Poulose wrote: > On 09/09/16 11:38, Christoffer Dall wrote: > >Hi Suzuki, > > > >On Thu, Sep 08, 2016 at 04:25:49PM +0100, Suzuki K Poulose wrote: > > >>This patch fixes the issue by moving the kvm_free_stage2_pgd() to > >>kvm_arch_flush_shadow_all(). > > > >Awesome, thanks! > > > >I suppose this is a cc stable patch since as I can tell this bug has > >been here forever. > > Yes, I think the code moved around a bit in the past. I will submit the > patches separately for each version once I get ack on this. > I don't think that's necessary, I think we just CC stable and see which versions it applies to, and fix anything missing up at that time if required. Thanks, -Christoffer