mbox

[GIT,PULL] Fix vmalloc allocations for KVM/ARM

Message ID 1384809194-9301-1-git-send-email-christoffer.dall@linaro.org
State New
Headers show

Pull-request

git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-fixes-3.13-1

Message

Christoffer Dall Nov. 18, 2013, 9:13 p.m. UTC
Hi Gleb and Paolo,

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(-)

Comments

Gleb Natapov Nov. 19, 2013, 8:29 a.m. UTC | #1
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.