From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH 0/2] KVM: MIPS: Misc fixes for 4.10 Date: Thu, 5 Jan 2017 17:54:50 +0100 Message-ID: <20170105165450.GA29430@potion> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Paolo Bonzini , Ralf Baechle , linux-mips@linux-mips.org, kvm@vger.kernel.org, stable@vger.kernel.org To: James Hogan Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: List-Id: kvm.vger.kernel.org 2017-01-03 17:42+0000, James Hogan: > This series contains a couple of 4.10 fixes. > > - Patch 1 fixes when KVM is used by a 64-bit (n64) userland program, > which can result in a kernel crash when a signal is delivered on the > way back out from the guest. > > - Patch 2 fixes flushing of the entry code from the icache to take place > on all CPUs rather than only the local one. > > Both are tagged for stable. Applied to kvm/master, thanks.