From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PULL take #2] KVM/ARM fixes for v4.4-rc6 Date: Fri, 18 Dec 2015 19:14:56 +0100 Message-ID: <56744D20.1080705@redhat.com> References: <1450447552-3161-1-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Christoffer Dall , kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org To: Marc Zyngier , Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:35901 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932091AbbLRSO7 (ORCPT ); Fri, 18 Dec 2015 13:14:59 -0500 In-Reply-To: <1450447552-3161-1-git-send-email-marc.zyngier@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On 18/12/2015 15:05, Marc Zyngier wrote: > Hi Paolo, > > We have a one line fix for the VGIC this time around, fixing a patch > that went in -rc2. Oh well. Hopefully this is the last one for v4.4. > And yes, the right patch is following the pull-request this time... > > Please pull! Pulled, thanks. Paolo > Thanks, > > M. > > The following changes since commit 0de58f852875a0f0dcfb120bb8433e4e73c7803b: > > ARM/arm64: KVM: correct PTE uncachedness check (2015-12-04 16:30:17 +0000) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvm-arm-for-v4.4-rc6 > > for you to fetch changes up to fdec12c12ed4333afb49c9948c29fbd5fb52da97: > > KVM: arm/arm64: vgic: Fix kvm_vgic_map_is_active's dist check (2015-12-11 16:33:31 +0000) > > ---------------------------------------------------------------- > KVM/ARM fixes for v4.4-rc6 > > - Fix for the active interrupt detection code, affecting > the timer interrupt injection. > > ---------------------------------------------------------------- > Christoffer Dall (1): > KVM: arm/arm64: vgic: Fix kvm_vgic_map_is_active's dist check > > virt/kvm/arm/vgic.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >