From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PULL 0/2] KVM/ARM Fixes for v4.6-rc2 Date: Fri, 1 Apr 2016 12:37:29 +0200 Message-ID: <56FE4F69.4030400@redhat.com> References: <1459501647-20726-1-git-send-email-christoffer.dall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, Marc Zyngier To: Christoffer Dall Return-path: Received: from mx1.redhat.com ([209.132.183.28]:38320 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751902AbcDAKhe (ORCPT ); Fri, 1 Apr 2016 06:37:34 -0400 In-Reply-To: <1459501647-20726-1-git-send-email-christoffer.dall@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: On 01/04/2016 11:07, Christoffer Dall wrote: > Hi Paolo, > > The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca: > > Linux 4.6-rc1 (2016-03-26 16:03:24 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvm-arm-for-4.6-rc2 > > for you to fetch changes up to 5f5560b1c5f3a80e91c6babb2da34a51943bbdec: > > arm64: KVM: Register CPU notifiers when the kernel runs at HYP (2016-03-31 10:27:28 +0200) > > The pull contains two small patches that fix a bug that corrupts stage-2 > translationson 16-bit VMID equipped systems and fixCPU PM and Hotplug after > the EL2 init code has been moved to C. > > Thanks, > -Christoffer > > --- > > James Morse (1): > arm64: KVM: Register CPU notifiers when the kernel runs at HYP > > Suzuki K Poulose (1): > arm64: kvm: 4.6-rc1: Fix VTCR_EL2 VS setting > > arch/arm/kvm/arm.c | 52 +++++++++++++++++++++++++--------------- > arch/arm64/include/asm/kvm_arm.h | 4 +++- > arch/arm64/include/asm/sysreg.h | 3 +++ > arch/arm64/kvm/hyp/s2-setup.c | 6 +++-- > 4 files changed, 43 insertions(+), 22 deletions(-) Pulled to kvm/queue, thanks. Paolo