Re: [PATCH 1/2] MIPS: KVM: use common EHINV aware UNIQUE_ENTRYHI

2014-01-15 Thread Markos Chandras
On 01/15/2014 10:11 AM, James Hogan wrote: When KVM is enabled and TLB invalidation is supported, kvm_mips_flush_host_tlb() can cause a machine check exception due to multiple matching TLB entries. This can occur on shutdown even when KVM hasn't been actively used. Commit adb78de9eae8 (MIPS: mm:

[PATCH 1/2] MIPS: KVM: use common EHINV aware UNIQUE_ENTRYHI

2014-01-15 Thread James Hogan
When KVM is enabled and TLB invalidation is supported, kvm_mips_flush_host_tlb() can cause a machine check exception due to multiple matching TLB entries. This can occur on shutdown even when KVM hasn't been actively used. Commit adb78de9eae8 (MIPS: mm: Move UNIQUE_ENTRYHI macro to a header file)