From mboxrd@z Thu Jan 1 00:00:00 1970 From: pbonzini@redhat.com (Paolo Bonzini) Date: Mon, 19 Aug 2013 22:54:39 +0200 Subject: [GIT PULL] KVM/ARM Fixes for 3.11 In-Reply-To: <1376280781-6539-1-git-send-email-christoffer.dall@linaro.org> References: <1376280781-6539-1-git-send-email-christoffer.dall@linaro.org> Message-ID: <5212860F.4050804@redhat.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Il 12/08/2013 06:12, Christoffer Dall ha scritto: > The following changes since commit e769ece3b129698d2b09811a6f6d304e4eaa8c29: > > KVM: s390: fix pfmf non-quiescing control handling (2013-07-29 09:02:30 +0200) > > are available in the git repository at: > > git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-fixes-3.11 > > for you to fetch changes up to 2184a60de26b94bc5a88de3e5a960ef9ff54ba5a: > > KVM: ARM: Squash len warning (2013-08-11 21:03:39 -0700) > > ---------------------------------------------------------------- > Christoffer Dall (3): > ARM: KVM: Fix 64-bit coprocessor handling > ARM: KVM: Fix unaligned unmap_range leak > KVM: ARM: Squash len warning > > Marc Zyngier (1): > arm64: KVM: fix 2-level page tables unmapping > > arch/arm/kvm/coproc.c | 26 +++++++++++++++++++------- > arch/arm/kvm/coproc.h | 3 +++ > arch/arm/kvm/coproc_a15.c | 6 +++++- > arch/arm/kvm/mmio.c | 3 ++- > arch/arm/kvm/mmu.c | 36 +++++++++++++++--------------------- > 5 files changed, 44 insertions(+), 30 deletions(-) > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Thanks, pulled and sent to Linus. Paolo From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [GIT PULL] KVM/ARM Fixes for 3.11 Date: Mon, 19 Aug 2013 22:54:39 +0200 Message-ID: <5212860F.4050804@redhat.com> References: <1376280781-6539-1-git-send-email-christoffer.dall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Gleb Natapov , kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, linaro-kernel@lists.linaro.org, patches@linaro.org To: Christoffer Dall Return-path: Received: from mail-ea0-f179.google.com ([209.85.215.179]:47268 "EHLO mail-ea0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751167Ab3HSUzW (ORCPT ); Mon, 19 Aug 2013 16:55:22 -0400 Received: by mail-ea0-f179.google.com with SMTP id b10so2479607eae.24 for ; Mon, 19 Aug 2013 13:55:21 -0700 (PDT) In-Reply-To: <1376280781-6539-1-git-send-email-christoffer.dall@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: Il 12/08/2013 06:12, Christoffer Dall ha scritto: > The following changes since commit e769ece3b129698d2b09811a6f6d304e4eaa8c29: > > KVM: s390: fix pfmf non-quiescing control handling (2013-07-29 09:02:30 +0200) > > are available in the git repository at: > > git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-fixes-3.11 > > for you to fetch changes up to 2184a60de26b94bc5a88de3e5a960ef9ff54ba5a: > > KVM: ARM: Squash len warning (2013-08-11 21:03:39 -0700) > > ---------------------------------------------------------------- > Christoffer Dall (3): > ARM: KVM: Fix 64-bit coprocessor handling > ARM: KVM: Fix unaligned unmap_range leak > KVM: ARM: Squash len warning > > Marc Zyngier (1): > arm64: KVM: fix 2-level page tables unmapping > > arch/arm/kvm/coproc.c | 26 +++++++++++++++++++------- > arch/arm/kvm/coproc.h | 3 +++ > arch/arm/kvm/coproc_a15.c | 6 +++++- > arch/arm/kvm/mmio.c | 3 ++- > arch/arm/kvm/mmu.c | 36 +++++++++++++++--------------------- > 5 files changed, 44 insertions(+), 30 deletions(-) > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Thanks, pulled and sent to Linus. Paolo