OSDN Git Service

KVM: MIPS: Override HVA error values for EVA
authorJames Hogan <james.hogan@imgtec.com>
Mon, 1 Aug 2016 08:07:52 +0000 (09:07 +0100)
committerJames Hogan <james.hogan@imgtec.com>
Thu, 8 Sep 2016 17:29:39 +0000 (18:29 +0100)
commitf6f7017192ad62669dc8aa4cb33e5f5a0ecd2d81
treef722f2e018aa2e32ea6850bf55076f8f0fca7dd9
parentfa8410b355251fd30341662a40ac6b22d3e38468
KVM: MIPS: Override HVA error values for EVA

MIPS Enhanced Virtual Addressing (EVA) allows the user mode and kernel
mode address spaces to overlap, breaking the assumption that PAGE_OFFSET
is an appropriate KVM HVA error value, since PAGE_OFFSET may be as low
as zero.

Fix this in the same way that s390 does in commit bf640876e21f ("KVM:
s390: Make KVM_HVA_ERR_BAD usable on s390"), by overriding
KVM_HVA_ERR_[RO_]BAD and kvm_is_error_hva() in asm/kvm_host.h.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Radim Krčmář" <rkrcmar@redhat.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Cc: kvm@vger.kernel.org
arch/mips/include/asm/kvm_host.h