]> git.ipfire.org Git - people/arne_f/kernel.git/commit
MIPS: Fix KVM guest fixmap address
authorJames Hogan <james.hogan@imgtec.com>
Mon, 27 Apr 2015 14:07:16 +0000 (15:07 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Jul 2015 16:49:36 +0000 (09:49 -0700)
commit4f3d3bc20372afb29708307608946e2bb56a5a64
treef231bd6ef803d60d95ecbdb1fdfc1a6ba5d8f993
parentdff1316f4f15d9c3ff3ff9c11f2c92e0a2040a49
MIPS: Fix KVM guest fixmap address

commit 8e748c8d09a9314eedb5c6367d9acfaacddcdc88 upstream.

KVM guest kernels for trap & emulate run in user mode, with a modified
set of kernel memory segments. However the fixmap address is still in
the normal KSeg3 region at 0xfffe0000 regardless, causing problems when
cache alias handling makes use of them when handling copy on write.

Therefore define FIXADDR_TOP as 0x7ffe0000 in the guest kernel mapped
region when CONFIG_KVM_GUEST is defined.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/9887/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/mips/include/asm/mach-generic/spaces.h