From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [GIT PULL] Fix vmalloc allocations for KVM/ARM Date: Tue, 19 Nov 2013 10:29:07 +0200 Message-ID: <20131119082907.GW2008@redhat.com> References: <1384809194-9301-1-git-send-email-christoffer.dall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Paolo Bonzini , kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu To: Christoffer Dall Return-path: Received: from mx1.redhat.com ([209.132.183.28]:7308 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751120Ab3KSI3l (ORCPT ); Tue, 19 Nov 2013 03:29:41 -0500 Content-Disposition: inline In-Reply-To: <1384809194-9301-1-git-send-email-christoffer.dall@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Nov 18, 2013 at 01:13:13PM -0800, Christoffer Dall wrote: > Hi Gleb and Paolo, > Pulled, thanks. > Please pull this into kvm/master: > > The following changes since commit 5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52: > > Linux 3.12 (2013-11-03 15:41:51 -0800) > > are available in the git repository at: > > git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-fixes-3.13-1 > > for you to fetch changes up to 40c2729bab48e2832b17c1fa8af9db60e776131b: > > arm/arm64: KVM: Fix hyp mappings of vmalloc regions (2013-11-16 18:54:45 -0800) > > ---------------------------------------------------------------- > Fix percpu vmalloc allocations > > ---------------------------------------------------------------- > Christoffer Dall (1): > arm/arm64: KVM: Fix hyp mappings of vmalloc regions > > arch/arm/kvm/mmu.c | 34 ++++++++++++++++++++++++++++------ > 1 file changed, 28 insertions(+), 6 deletions(-) -- Gleb.