linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] KVM/ARM Fixes for 3.10
@ 2013-05-30  1:39 Christoffer Dall
  2013-05-30  5:45 ` Paolo Bonzini
  0 siblings, 1 reply; 3+ messages in thread
From: Christoffer Dall @ 2013-05-30  1:39 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit e47a5f5fb715b90b40747e9e235de557c6abd56c:

  KVM: x86 emulator: convert XADD to fastop (2013-05-21 15:43:24 +0300)

are available in the git repository at:

  git://github.com/columbia/linux-kvm-arm.git kvm-arm-fixes-3.10

for you to fetch changes up to f3afcd8bf501e98e7707865930338e5a82d8ed88:

  ARM: KVM: be more thorough when invalidating TLBs (2013-05-27 19:34:20 -0700)

----------------------------------------------------------------
Andre Przywara (1):
      ARM: KVM: prevent NULL pointer dereferences with KVM VCPU ioctl

Marc Zyngier (1):
      ARM: KVM: be more thorough when invalidating TLBs

 arch/arm/kvm/arm.c |   15 +++++++++++++--
 arch/arm/kvm/mmu.c |   41 ++++++++++++++++++++++++++---------------
 2 files changed, 39 insertions(+), 17 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] KVM/ARM Fixes for 3.10
  2013-05-30  1:39 [GIT PULL] KVM/ARM Fixes for 3.10 Christoffer Dall
@ 2013-05-30  5:45 ` Paolo Bonzini
       [not found]   ` <CAEDV+gJrWqoMdqibetTo++FzW6NXE5QkF0TCTHoFJmadmpeKiQ@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Paolo Bonzini @ 2013-05-30  5:45 UTC (permalink / raw)
  To: linux-arm-kernel

Il 30/05/2013 03:39, Christoffer Dall ha scritto:
> The following changes since commit e47a5f5fb715b90b40747e9e235de557c6abd56c:
> 
>   KVM: x86 emulator: convert XADD to fastop (2013-05-21 15:43:24 +0300)

Chris,

this is based on the "next" branch, which will not be merged until the
3.11 merge window.  Please base your 3.10 fixes on the "master" branch
of kvm.git.

Thanks!

Paolo

> are available in the git repository at:
> 
>   git://github.com/columbia/linux-kvm-arm.git kvm-arm-fixes-3.10
> 
> for you to fetch changes up to f3afcd8bf501e98e7707865930338e5a82d8ed88:
> 
>   ARM: KVM: be more thorough when invalidating TLBs (2013-05-27 19:34:20 -0700)
> 
> ----------------------------------------------------------------
> Andre Przywara (1):
>       ARM: KVM: prevent NULL pointer dereferences with KVM VCPU ioctl
> 
> Marc Zyngier (1):
>       ARM: KVM: be more thorough when invalidating TLBs
> 
>  arch/arm/kvm/arm.c |   15 +++++++++++++--
>  arch/arm/kvm/mmu.c |   41 ++++++++++++++++++++++++++---------------
>  2 files changed, 39 insertions(+), 17 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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] KVM/ARM Fixes for 3.10
       [not found]   ` <CAEDV+gJrWqoMdqibetTo++FzW6NXE5QkF0TCTHoFJmadmpeKiQ@mail.gmail.com>
@ 2013-05-30 14:44     ` Christoffer Dall
  0 siblings, 0 replies; 3+ messages in thread
From: Christoffer Dall @ 2013-05-30 14:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, May 30, 2013 at 07:20:23AM -0700, Christoffer Dall wrote:
> On Wed, May 29, 2013 at 10:45 PM, Paolo Bonzini <pbonzini@redhat.com> wrote:
> 
> > Il 30/05/2013 03:39, Christoffer Dall ha scritto:
> > > The following changes since commit
> > e47a5f5fb715b90b40747e9e235de557c6abd56c:
> > >
> > >   KVM: x86 emulator: convert XADD to fastop (2013-05-21 15:43:24 +0300)
> >
> > Chris,
> >
> > this is based on the "next" branch, which will not be merged until the
> > 3.11 merge window.  Please base your 3.10 fixes on the "master" branch
> > of kvm.git.
> >
> > Thanks!
> >
> > Paolo
> >
> >
Duh, sorry about that. Here's the new pull request (I just rebased the same
branch):


The following changes since commit 514e250f67d2b2a8ab08dc9c3650af19a411c926:

  Merge tag 'gpio-fixes-v3.10-1' of git://
git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio (2013-05-23
18:24:10 -0700)

are available in the git repository at:


  git://github.com/columbia/linux-kvm-arm.git kvm-arm-fixes-3.10

for you to fetch changes up to edd89c08e6570bb88a3f275bf0d7cffcea2f1e87:

  ARM: KVM: be more thorough when invalidating TLBs (2013-05-30 07:17:07
-0700)

----------------------------------------------------------------
Andre Przywara (1):
      ARM: KVM: prevent NULL pointer dereferences with KVM VCPU ioctl

Marc Zyngier (1):
      ARM: KVM: be more thorough when invalidating TLBs

 arch/arm/kvm/arm.c |   15 +++++++++++++--
 arch/arm/kvm/mmu.c |   41 ++++++++++++++++++++++++++---------------
 2 files changed, 39 insertions(+), 17 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-30 14:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-30  1:39 [GIT PULL] KVM/ARM Fixes for 3.10 Christoffer Dall
2013-05-30  5:45 ` Paolo Bonzini
     [not found]   ` <CAEDV+gJrWqoMdqibetTo++FzW6NXE5QkF0TCTHoFJmadmpeKiQ@mail.gmail.com>
2013-05-30 14:44     ` Christoffer Dall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).