All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Alexander Graf <agraf@suse.de>, kvm-ppc@vger.kernel.org
Cc: kvm@vger.kernel.org
Subject: Re: [PULL 3.16 0/6] 3.16 patch queue 2014-07-08
Date: Tue, 08 Jul 2014 10:13:03 +0000	[thread overview]
Message-ID: <53BBC42F.5030208@redhat.com> (raw)
In-Reply-To: <1404813886-14908-1-git-send-email-agraf@suse.de>

Il 08/07/2014 12:04, Alexander Graf ha scritto:
> Hi Paolo / Marcelo,
>
> This is my current patch queue for 3.16.  Please pull.
>
> Alex
>
>
> The following changes since commit 5c02c392cd2320e8d612376d6b72b6548a680923:
>
>   Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux (2014-06-11 21:10:33 -0700)
>
> are available in the git repository at:
>
>
>   git://github.com/agraf/linux-2.6.git tags/signed-for-3.16
>
> for you to fetch changes up to 19a44ecff52fd67d77d49fb4d43b289c53cdc392:
>
>   KVM: PPC: RTAS: Do byte swaps explicitly (2014-07-07 23:17:20 +0200)

Thanks, pulled.

Pushing to kvm.git will have to wait for Autotesting of Bandan's nested 
VMX patch.

Paolo

> ----------------------------------------------------------------
> Patch queue for 3.16 - 2014-07-08
>
> A few bug fixes to make 3.16 work well with KVM on PowerPC:
>
>   - Fix ppc32 module builds
>   - Fix Little Endian hosts
>   - Fix Book3S HV HPTE lookup with huge pages in guest
>   - Fix BookE lock leak
>
> ----------------------------------------------------------------
> Alexander Graf (3):
>       PPC: Add _GLOBAL_TOC for 32bit
>       KVM: PPC: Book3S PR: Fix ABIv2 on LE
>       KVM: PPC: RTAS: Do byte swaps explicitly
>
> Aneesh Kumar K.V (1):
>       KVM: PPC: BOOK3S: HV: Use base page size when comparing against slb value
>
> Anton Blanchard (1):
>       KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC()
>
> Mihai Caraman (1):
>       KVM: PPC: Book3E: Unlock mmu_lock when setting caching atttribute
>
>  arch/powerpc/include/asm/kvm_book3s_64.h | 19 +++++++++-
>  arch/powerpc/include/asm/ppc_asm.h       |  2 +
>  arch/powerpc/kvm/book3s_64_mmu_hv.c      |  2 +-
>  arch/powerpc/kvm/book3s_hv_rm_mmu.c      |  7 +---
>  arch/powerpc/kvm/book3s_hv_rmhandlers.S  |  2 +-
>  arch/powerpc/kvm/book3s_interrupts.S     |  4 ++
>  arch/powerpc/kvm/book3s_rmhandlers.S     |  6 ++-
>  arch/powerpc/kvm/book3s_rtas.c           | 65 +++++++++-----------------------
>  arch/powerpc/kvm/e500_mmu_host.c         |  3 +-
>  9 files changed, 52 insertions(+), 58 deletions(-)
>


WARNING: multiple messages have this Message-ID (diff)
From: Paolo Bonzini <pbonzini@redhat.com>
To: Alexander Graf <agraf@suse.de>, kvm-ppc@vger.kernel.org
Cc: kvm@vger.kernel.org
Subject: Re: [PULL 3.16 0/6] 3.16 patch queue 2014-07-08
Date: Tue, 08 Jul 2014 12:13:03 +0200	[thread overview]
Message-ID: <53BBC42F.5030208@redhat.com> (raw)
In-Reply-To: <1404813886-14908-1-git-send-email-agraf@suse.de>

Il 08/07/2014 12:04, Alexander Graf ha scritto:
> Hi Paolo / Marcelo,
>
> This is my current patch queue for 3.16.  Please pull.
>
> Alex
>
>
> The following changes since commit 5c02c392cd2320e8d612376d6b72b6548a680923:
>
>   Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux (2014-06-11 21:10:33 -0700)
>
> are available in the git repository at:
>
>
>   git://github.com/agraf/linux-2.6.git tags/signed-for-3.16
>
> for you to fetch changes up to 19a44ecff52fd67d77d49fb4d43b289c53cdc392:
>
>   KVM: PPC: RTAS: Do byte swaps explicitly (2014-07-07 23:17:20 +0200)

Thanks, pulled.

Pushing to kvm.git will have to wait for Autotesting of Bandan's nested 
VMX patch.

Paolo

> ----------------------------------------------------------------
> Patch queue for 3.16 - 2014-07-08
>
> A few bug fixes to make 3.16 work well with KVM on PowerPC:
>
>   - Fix ppc32 module builds
>   - Fix Little Endian hosts
>   - Fix Book3S HV HPTE lookup with huge pages in guest
>   - Fix BookE lock leak
>
> ----------------------------------------------------------------
> Alexander Graf (3):
>       PPC: Add _GLOBAL_TOC for 32bit
>       KVM: PPC: Book3S PR: Fix ABIv2 on LE
>       KVM: PPC: RTAS: Do byte swaps explicitly
>
> Aneesh Kumar K.V (1):
>       KVM: PPC: BOOK3S: HV: Use base page size when comparing against slb value
>
> Anton Blanchard (1):
>       KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC()
>
> Mihai Caraman (1):
>       KVM: PPC: Book3E: Unlock mmu_lock when setting caching atttribute
>
>  arch/powerpc/include/asm/kvm_book3s_64.h | 19 +++++++++-
>  arch/powerpc/include/asm/ppc_asm.h       |  2 +
>  arch/powerpc/kvm/book3s_64_mmu_hv.c      |  2 +-
>  arch/powerpc/kvm/book3s_hv_rm_mmu.c      |  7 +---
>  arch/powerpc/kvm/book3s_hv_rmhandlers.S  |  2 +-
>  arch/powerpc/kvm/book3s_interrupts.S     |  4 ++
>  arch/powerpc/kvm/book3s_rmhandlers.S     |  6 ++-
>  arch/powerpc/kvm/book3s_rtas.c           | 65 +++++++++-----------------------
>  arch/powerpc/kvm/e500_mmu_host.c         |  3 +-
>  9 files changed, 52 insertions(+), 58 deletions(-)
>

  parent reply	other threads:[~2014-07-08 10:13 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-08 10:04 [PULL 3.16 0/6] 3.16 patch queue 2014-07-08 Alexander Graf
2014-07-08 10:04 ` Alexander Graf
2014-07-08 10:04 ` [PULL 1/6] KVM: PPC: Book3E: Unlock mmu_lock when setting caching atttribute Alexander Graf
2014-07-08 10:04   ` Alexander Graf
2014-07-08 10:04 ` [PULL 2/6] KVM: PPC: BOOK3S: HV: Use base page size when comparing against slb value Alexander Graf
2014-07-08 10:04   ` Alexander Graf
2014-07-08 10:04 ` [PULL 3/6] PPC: Add _GLOBAL_TOC for 32bit Alexander Graf
2014-07-08 10:04   ` Alexander Graf
2014-07-08 10:04 ` [PULL 4/6] KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC() Alexander Graf
2014-07-08 10:04   ` Alexander Graf
2014-07-08 10:04 ` [PULL 5/6] KVM: PPC: Book3S PR: Fix ABIv2 on LE Alexander Graf
2014-07-08 10:04   ` Alexander Graf
2014-07-08 10:04 ` [PULL 6/6] KVM: PPC: RTAS: Do byte swaps explicitly Alexander Graf
2014-07-08 10:04   ` Alexander Graf
2014-07-08 10:13 ` Paolo Bonzini [this message]
2014-07-08 10:13   ` [PULL 3.16 0/6] 3.16 patch queue 2014-07-08 Paolo Bonzini
2014-07-08 10:14   ` Alexander Graf
2014-07-08 10:14     ` Alexander Graf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53BBC42F.5030208@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=agraf@suse.de \
    --cc=kvm-ppc@vger.kernel.org \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.