All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcelo Tosatti <mtosatti@redhat.com>
To: Alexander Graf <agraf@suse.de>
Cc: kvm-ppc@vger.kernel.org, KVM list <kvm@vger.kernel.org>
Subject: Re: [PULL 3.6 0/3] ppc patch queue 2012-08-16 for 3.6
Date: Fri, 17 Aug 2012 00:13:17 +0000	[thread overview]
Message-ID: <20120817001317.GA5656@amt.cnet> (raw)
In-Reply-To: <1345119413-4922-1-git-send-email-agraf@suse.de>

On Thu, Aug 16, 2012 at 02:16:50PM +0200, Alexander Graf wrote:
> Hi Avi,
> 
> This is my patch queue for ppc patches that should go into 3.6.  Please pull.
> 
>   * Fix memset in e500_tlb
>   * Fix icache flush when mapping executable pages
>   * Fix wrong branch in book3s hv code
> 
> Alex
> 
> 
> The following changes since commit 439793d4b3c99e550daebd868bbd58967c93d0b3:
>   Gleb Natapov (1):
>         KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct value
> 
> are available in the git repository at:
> 
>   git://github.com/agraf/linux-2.6.git for-upstream-master
> 
> Alan Cox (1):
>       ppc: e500_tlb memset clears nothing
> 
> Alexander Graf (1):
>       KVM: PPC: Add cache flush on page map
> 
> Paul Mackerras (1):
>       KVM: PPC: Book3S HV: Fix incorrect branch in H_CEDE code
> 
>  arch/powerpc/include/asm/kvm_host.h     |    1 +
>  arch/powerpc/include/asm/kvm_ppc.h      |   12 ++++++++++++
>  arch/powerpc/kvm/book3s_32_mmu_host.c   |    3 +++
>  arch/powerpc/kvm/book3s_64_mmu_host.c   |    2 ++
>  arch/powerpc/kvm/book3s_hv_rmhandlers.S |   12 +++++++-----
>  arch/powerpc/kvm/e500_tlb.c             |   11 +++++++----
>  arch/powerpc/mm/mem.c                   |    1 +
>  7 files changed, 33 insertions(+), 9 deletions(-)

Pulled, thanks.


WARNING: multiple messages have this Message-ID (diff)
From: Marcelo Tosatti <mtosatti@redhat.com>
To: Alexander Graf <agraf@suse.de>
Cc: kvm-ppc@vger.kernel.org, KVM list <kvm@vger.kernel.org>
Subject: Re: [PULL 3.6 0/3] ppc patch queue 2012-08-16 for 3.6
Date: Thu, 16 Aug 2012 21:13:17 -0300	[thread overview]
Message-ID: <20120817001317.GA5656@amt.cnet> (raw)
In-Reply-To: <1345119413-4922-1-git-send-email-agraf@suse.de>

On Thu, Aug 16, 2012 at 02:16:50PM +0200, Alexander Graf wrote:
> Hi Avi,
> 
> This is my patch queue for ppc patches that should go into 3.6.  Please pull.
> 
>   * Fix memset in e500_tlb
>   * Fix icache flush when mapping executable pages
>   * Fix wrong branch in book3s hv code
> 
> Alex
> 
> 
> The following changes since commit 439793d4b3c99e550daebd868bbd58967c93d0b3:
>   Gleb Natapov (1):
>         KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct value
> 
> are available in the git repository at:
> 
>   git://github.com/agraf/linux-2.6.git for-upstream-master
> 
> Alan Cox (1):
>       ppc: e500_tlb memset clears nothing
> 
> Alexander Graf (1):
>       KVM: PPC: Add cache flush on page map
> 
> Paul Mackerras (1):
>       KVM: PPC: Book3S HV: Fix incorrect branch in H_CEDE code
> 
>  arch/powerpc/include/asm/kvm_host.h     |    1 +
>  arch/powerpc/include/asm/kvm_ppc.h      |   12 ++++++++++++
>  arch/powerpc/kvm/book3s_32_mmu_host.c   |    3 +++
>  arch/powerpc/kvm/book3s_64_mmu_host.c   |    2 ++
>  arch/powerpc/kvm/book3s_hv_rmhandlers.S |   12 +++++++-----
>  arch/powerpc/kvm/e500_tlb.c             |   11 +++++++----
>  arch/powerpc/mm/mem.c                   |    1 +
>  7 files changed, 33 insertions(+), 9 deletions(-)

Pulled, thanks.


  parent reply	other threads:[~2012-08-17  0:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-16 12:16 [PULL 3.6 0/3] ppc patch queue 2012-08-16 for 3.6 Alexander Graf
2012-08-16 12:16 ` Alexander Graf
2012-08-16 12:16 ` [PATCH 1/3] KVM: PPC: Book3S HV: Fix incorrect branch in H_CEDE code Alexander Graf
2012-08-16 12:16   ` Alexander Graf
2012-08-16 12:16 ` [PATCH 2/3] KVM: PPC: Add cache flush on page map Alexander Graf
2012-08-16 12:16   ` Alexander Graf
2012-08-16 12:16 ` [PATCH 3/3] ppc: e500_tlb memset clears nothing Alexander Graf
2012-08-16 12:16   ` Alexander Graf
2012-08-17  0:13 ` Marcelo Tosatti [this message]
2012-08-17  0:13   ` [PULL 3.6 0/3] ppc patch queue 2012-08-16 for 3.6 Marcelo Tosatti

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=20120817001317.GA5656@amt.cnet \
    --to=mtosatti@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.