[PATCH v2] ARM/arm64: KVM: correct PTE uncachedness check

2015-12-03 Thread Ard Biesheuvel
Commit e6fab5442345 ("ARM/arm64: KVM: test properly for a PTE's uncachedness") modified the logic to test whether a HYP or stage-2 mapping needs flushing, from [incorrectly] interpreting the page table attributes to [incorrectly] checking whether the PFN that backs the mapping is covered by host

RE: [PATCH v2] ARM/arm64: KVM: correct PTE uncachedness check

2015-12-03 Thread Pavel Fedin
To: linux-arm-ker...@lists.infradead.org; kvmarm@lists.cs.columbia.edu; > christoffer.d...@linaro.org; p.fe...@samsung.com > Cc: Ard Biesheuvel > Subject: [PATCH v2] ARM/arm64: KVM: correct PTE uncachedness check > > Commit e6fab5442345 ("ARM/arm64: KVM: test properly for a PTE's >