From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [GIT PULL 0/5] arm/arm64: KVM: Fixes for KVM for 4.0-rc5 Date: Tue, 07 Apr 2015 18:14:50 +0200 Message-ID: <5524027A.3090507@redhat.com> References: <1426510503-27995-1-git-send-email-christoffer.dall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Marc Zyngier To: Christoffer Dall , Marcelo Tosatti Return-path: Received: from mail-wi0-f175.google.com ([209.85.212.175]:36036 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753110AbbDGQOz (ORCPT ); Tue, 7 Apr 2015 12:14:55 -0400 Received: by wizk4 with SMTP id k4so23662873wiz.1 for ; Tue, 07 Apr 2015 09:14:54 -0700 (PDT) In-Reply-To: <1426510503-27995-1-git-send-email-christoffer.dall@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: On 16/03/2015 13:54, Christoffer Dall wrote: > Hi Marcelo and Paolo, > > Please pull the following fixes for KVM/ARM for 4.0-rc5. > > They fix page refcounting issues in our Stage-2 page table management code, a > missing unlock in a gicv3 error path, and a race that can cause lost interrupts > if signals are pending just prior to entering the guest. > > The following changes since commit bfb8fb4775d3397908ae3a7ff65807097d81d713: > > Merge tag 'kvm-s390-master-20150303' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux (2015-03-05 14:42:48 -0300) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git kvm-arm-fixes-4.0-rc5 > > for you to fetch changes up to ae705930fca6322600690df9dc1c7d0516145a93: > > arm/arm64: KVM: Keep elrsr/aisr in sync with software model (2015-03-14 13:42:07 +0100) > > > Thanks, > -Christoffer > > --- > > Christoffer Dall (1): > arm/arm64: KVM: Keep elrsr/aisr in sync with software model > > Marc Zyngier (3): > arm64: KVM: Fix stage-2 PGD allocation to have per-page refcounting > arm64: KVM: Do not use pgd_index to index stage-2 pgd > arm64: KVM: Fix outdated comment about VTCR_EL2.PS > > Wei Yongjun (1): > arm/arm64: KVM: fix missing unlock on error in kvm_vgic_create() > > arch/arm/include/asm/kvm_mmu.h | 13 ++++--- > arch/arm/kvm/mmu.c | 75 ++++++++++++++++++++++++++++------------ > arch/arm64/include/asm/kvm_arm.h | 5 +-- > arch/arm64/include/asm/kvm_mmu.h | 48 ++++--------------------- > include/kvm/arm_vgic.h | 1 + > virt/kvm/arm/vgic-v2.c | 8 +++++ > virt/kvm/arm/vgic-v3.c | 8 +++++ > virt/kvm/arm/vgic.c | 22 ++++++++++-- > 8 files changed, 105 insertions(+), 75 deletions(-) > I pulled this into kvm/next now. The conflict in virt/kvm/arm/vgic-v3.c is internal to the KVM tree, so I'll take care of the resolution myself. Paolo From mboxrd@z Thu Jan 1 00:00:00 1970 From: pbonzini@redhat.com (Paolo Bonzini) Date: Tue, 07 Apr 2015 18:14:50 +0200 Subject: [GIT PULL 0/5] arm/arm64: KVM: Fixes for KVM for 4.0-rc5 In-Reply-To: <1426510503-27995-1-git-send-email-christoffer.dall@linaro.org> References: <1426510503-27995-1-git-send-email-christoffer.dall@linaro.org> Message-ID: <5524027A.3090507@redhat.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 16/03/2015 13:54, Christoffer Dall wrote: > Hi Marcelo and Paolo, > > Please pull the following fixes for KVM/ARM for 4.0-rc5. > > They fix page refcounting issues in our Stage-2 page table management code, a > missing unlock in a gicv3 error path, and a race that can cause lost interrupts > if signals are pending just prior to entering the guest. > > The following changes since commit bfb8fb4775d3397908ae3a7ff65807097d81d713: > > Merge tag 'kvm-s390-master-20150303' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux (2015-03-05 14:42:48 -0300) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git kvm-arm-fixes-4.0-rc5 > > for you to fetch changes up to ae705930fca6322600690df9dc1c7d0516145a93: > > arm/arm64: KVM: Keep elrsr/aisr in sync with software model (2015-03-14 13:42:07 +0100) > > > Thanks, > -Christoffer > > --- > > Christoffer Dall (1): > arm/arm64: KVM: Keep elrsr/aisr in sync with software model > > Marc Zyngier (3): > arm64: KVM: Fix stage-2 PGD allocation to have per-page refcounting > arm64: KVM: Do not use pgd_index to index stage-2 pgd > arm64: KVM: Fix outdated comment about VTCR_EL2.PS > > Wei Yongjun (1): > arm/arm64: KVM: fix missing unlock on error in kvm_vgic_create() > > arch/arm/include/asm/kvm_mmu.h | 13 ++++--- > arch/arm/kvm/mmu.c | 75 ++++++++++++++++++++++++++++------------ > arch/arm64/include/asm/kvm_arm.h | 5 +-- > arch/arm64/include/asm/kvm_mmu.h | 48 ++++--------------------- > include/kvm/arm_vgic.h | 1 + > virt/kvm/arm/vgic-v2.c | 8 +++++ > virt/kvm/arm/vgic-v3.c | 8 +++++ > virt/kvm/arm/vgic.c | 22 ++++++++++-- > 8 files changed, 105 insertions(+), 75 deletions(-) > I pulled this into kvm/next now. The conflict in virt/kvm/arm/vgic-v3.c is internal to the KVM tree, so I'll take care of the resolution myself. Paolo