From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f65.google.com ([74.125.82.65]:36051 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751453AbcEJNCP (ORCPT ); Tue, 10 May 2016 09:02:15 -0400 Subject: Re: [PATCH 0/5] MIPS: KVM: A few misc fixes To: James Hogan , =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , Ralf Baechle References: <1461317929-4991-1-git-send-email-james.hogan@imgtec.com> Cc: linux-mips@linux-mips.org, kvm@vger.kernel.org, stable@vger.kernel.org From: Paolo Bonzini Message-ID: <5731DBD3.50200@redhat.com> Date: Tue, 10 May 2016 15:02:11 +0200 MIME-Version: 1.0 In-Reply-To: <1461317929-4991-1-git-send-email-james.hogan@imgtec.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: 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 > Cc: "Radim Krčmář" > Cc: Ralf Baechle > Cc: linux-mips@linux-mips.org > Cc: kvm@vger.kernel.org > Cc: > Queued to kvm/next, thanks. Paolo