On 22/04/2016 11:38, James Hogan wrote: > Here are a few misc fixes for KVM on MIPS, including 2 guest timer race > fixes, 2 preemption fixes, and missing hazard barriers after disabling > FPU. > > James Hogan (5): > MIPS: KVM: Fix timer IRQ race when freezing timer > MIPS: KVM: Fix timer IRQ race when writing CP0_Compare > MIPS: KVM: Fix preemptable kvm_mips_get_*_asid() calls > MIPS: KVM: Fix preemption warning reading FPU capability > MIPS: KVM: Add missing disable FPU hazard barriers > > arch/mips/include/asm/kvm_host.h | 2 +- > arch/mips/kvm/emulate.c | 89 ++++++++++++++++++++++------------------ > arch/mips/kvm/mips.c | 8 +++- > arch/mips/kvm/tlb.c | 32 ++++++++++----- > arch/mips/kvm/trap_emul.c | 2 +- > 5 files changed, 79 insertions(+), 54 deletions(-) > > Cc: Paolo Bonzini <pbonzini@xxxxxxxxxx> > Cc: "Radim Krčmář" <rkrcmar@xxxxxxxxxx> > Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> > Cc: linux-mips@xxxxxxxxxxxxxx > Cc: kvm@xxxxxxxxxxxxxxx > Cc: <stable@xxxxxxxxxxxxxxx> > Queued to kvm/next, thanks. Paolo