From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [GIT PULL] KVM/ARM Minor fixes for 3.9 Date: Tue, 16 Apr 2013 18:03:49 -0300 Message-ID: <20130416210349.GA2958@amt.cnet> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Gleb Natapov , kvmarm@lists.cs.columbia.edu, KVM General To: Christoffer Dall Return-path: Received: from mx1.redhat.com ([209.132.183.28]:11650 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965253Ab3DPVJm (ORCPT ); Tue, 16 Apr 2013 17:09:42 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Apr 15, 2013 at 01:52:15AM -0700, Christoffer Dall wrote: > Hi Marcelo and Gleb, > > The following changes since commit 41ef2d5678d83af030125550329b6ae8b74618fa: > > Linux 3.9-rc7 (2013-04-14 17:45:16 -0700) > > are available in the git repository at: > > git://github.com/columbia/linux-kvm-arm.git kvm-arm-fixes-for-3.9 > > for you to fetch changes up to b03e1d4f253f256ef7ace14eb6ac8a421fd5d625: > > ARM: KVM: fix L_PTE_S2_RDWR to actually be Read/Write (2013-04-14 > 21:52:27 -0700) > > I hope these can make it in in time, > > Thanks! > -Christoffer > > ---------------------------------------------------------------- > Marc Zyngier (2): > ARM: KVM: fix KVM_CAP_ARM_SET_DEVICE_ADDR reporting > ARM: KVM: fix L_PTE_S2_RDWR to actually be Read/Write > > arch/arm/include/asm/pgtable-3level.h | 2 +- > arch/arm/kvm/arm.c | 1 + > 2 files changed, 2 insertions(+), 1 deletion(-) Should provide a pull request against kvm.git master branch (which is at -rc6). Are there any dependencies between these fixes and -rc7 ?