Re: [PATCH 02/16] KVM: arm64: Don't issue CMOs when the physical address is invalid

2021-07-28 Thread Marc Zyngier
On Tue, 27 Jul 2021 19:10:45 +0100, Will Deacon wrote: > > On Thu, Jul 15, 2021 at 05:31:45PM +0100, Marc Zyngier wrote: > > Make sure we don't issue CMOs when mapping something that > > is not a memory address in the S2 page tables. > > > > Signed-off-by: Marc Zyngier > > --- > > arch/arm64/k

Re: [PATCH 02/16] KVM: arm64: Don't issue CMOs when the physical address is invalid

2021-07-27 Thread Will Deacon
On Thu, Jul 15, 2021 at 05:31:45PM +0100, Marc Zyngier wrote: > Make sure we don't issue CMOs when mapping something that > is not a memory address in the S2 page tables. > > Signed-off-by: Marc Zyngier > --- > arch/arm64/kvm/hyp/pgtable.c | 16 ++-- > 1 file changed, 10 insertions(+

Re: [PATCH 02/16] KVM: arm64: Don't issue CMOs when the physical address is invalid

2021-07-20 Thread Marc Zyngier
On Mon, 19 Jul 2021 18:18:02 +0100, Quentin Perret wrote: > > On Thursday 15 Jul 2021 at 17:31:45 (+0100), Marc Zyngier wrote: > > Make sure we don't issue CMOs when mapping something that > > is not a memory address in the S2 page tables. > > > > Signed-off-by: Marc Zyngier > > --- > > arch/a

Re: [PATCH 02/16] KVM: arm64: Don't issue CMOs when the physical address is invalid

2021-07-19 Thread Quentin Perret
On Thursday 15 Jul 2021 at 17:31:45 (+0100), Marc Zyngier wrote: > Make sure we don't issue CMOs when mapping something that > is not a memory address in the S2 page tables. > > Signed-off-by: Marc Zyngier > --- > arch/arm64/kvm/hyp/pgtable.c | 16 ++-- > 1 file changed, 10 insertion

[PATCH 02/16] KVM: arm64: Don't issue CMOs when the physical address is invalid

2021-07-15 Thread Marc Zyngier
Make sure we don't issue CMOs when mapping something that is not a memory address in the S2 page tables. Signed-off-by: Marc Zyngier --- arch/arm64/kvm/hyp/pgtable.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/arch/arm64/kvm/hyp/pgtable.c b/arch/arm64/kv