From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:51896 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752280AbbKKOn0 (ORCPT ); Wed, 11 Nov 2015 09:43:26 -0500 Subject: Re: [PATCH 0/3] MIPS: KVM: Misc fixes To: James Hogan References: <1447251680-5254-1-git-send-email-james.hogan@imgtec.com> Cc: Ralf Baechle , Gleb Natapov , linux-mips@linux-mips.org, kvm@vger.kernel.org, stable@vger.kernel.org From: Paolo Bonzini Message-ID: <56435402.2050503@redhat.com> Date: Wed, 11 Nov 2015 15:43:14 +0100 MIME-Version: 1.0 In-Reply-To: <1447251680-5254-1-git-send-email-james.hogan@imgtec.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On 11/11/2015 15:21, James Hogan wrote: > A few misc MIPS KVM fixes for issues that have been around since the > code was merged in v3.10. > > James Hogan (3): > MIPS: KVM: Fix ASID restoration logic > MIPS: KVM: Fix CACHE immediate offset sign extension > MIPS: KVM: Uninit VCPU in vcpu_create error path > > arch/mips/kvm/emulate.c | 2 +- > arch/mips/kvm/locore.S | 16 ++++++++++------ > arch/mips/kvm/mips.c | 5 ++++- > 3 files changed, 15 insertions(+), 8 deletions(-) > > Cc: Ralf Baechle > Cc: Paolo Bonzini > Cc: Gleb Natapov > Cc: linux-mips@linux-mips.org > Cc: kvm@vger.kernel.org > Cc: > Thanks, these will have to wait after the end of the merge window. Paolo