mbox

[GIT,PULL] Please pull powerpc KVM fixes

Message ID 20120403122245.GD24141@bloggs.ozlabs.ibm.com
State New, archived
Headers show

Pull-request

git://github.com/paulusmack/linux tags/powerpc-fixes

Message

Paul Mackerras April 3, 2012, 12:22 p.m. UTC
On Tue, Apr 03, 2012 at 10:03:05PM +1000, Paul Mackerras wrote:
> 
> The following changes since commit 592f5d87b3feee9d60411f19d583038c0c7670ad:

OK, I messed up the git request-pull command.  The request should have
looked like this:

The following changes since commit b1a808ff436343956a6ae63178ea1810c5e5a3a1:

  Merge branch 'for-next' of git://gitorious.org/kernel-hsi/kernel-hsi (2012-04-02 09:50:40 -0700)

are available in the git repository at:


  git://github.com/paulusmack/linux tags/powerpc-fixes

for you to fetch changes up to 592f5d87b3feee9d60411f19d583038c0c7670ad:

  KVM: PPC: Book3S: PR: Fix preemption (2012-04-03 16:42:39 +1000)

----------------------------------------------------------------
Five fixes for bugs that have crept in to the powerpc KVM implementations.
These are all small simple patches that only affect arch/powerpc/kvm.
They come from the series that Alex Graf put together but which was too
late for the 3.4 merge window.

----------------------------------------------------------------
Alexander Graf (3):
      KVM: PPC: Book3S: Compile fix for ppc32 in HIOR access code
      KVM: PPC: Save/Restore CR over vcpu_run
      KVM: PPC: Book3S: PR: Fix preemption

Paul Mackerras (2):
      KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears exist
      KVM: PPC: Book3S HV: Save and restore CR in __kvmppc_vcore_entry

 arch/powerpc/kvm/book3s_hv_builtin.c    |    9 +++++----
 arch/powerpc/kvm/book3s_hv_interrupts.S |    8 ++++++--
 arch/powerpc/kvm/book3s_interrupts.S    |    7 +++++++
 arch/powerpc/kvm/book3s_pr.c            |    9 +++++----
 arch/powerpc/kvm/booke_interrupts.S     |    7 ++++++-
 5 files changed, 29 insertions(+), 11 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Avi Kivity April 3, 2012, 2:10 p.m. UTC | #1
On 04/03/2012 03:22 PM, Paul Mackerras wrote:
> On Tue, Apr 03, 2012 at 10:03:05PM +1000, Paul Mackerras wrote:
> > 
> > The following changes since commit 592f5d87b3feee9d60411f19d583038c0c7670ad:
>
> OK, I messed up the git request-pull command.  The request should have
> looked like this:
>
> The following changes since commit b1a808ff436343956a6ae63178ea1810c5e5a3a1:
>
>   Merge branch 'for-next' of git://gitorious.org/kernel-hsi/kernel-hsi (2012-04-02 09:50:40 -0700)
>
> are available in the git repository at:
>
>
>   git://github.com/paulusmack/linux tags/powerpc-fixes
>
> for you to fetch changes up to 592f5d87b3feee9d60411f19d583038c0c7670ad:
>
>   KVM: PPC: Book3S: PR: Fix preemption (2012-04-03 16:42:39 +1000)
>
> ----------------------------------------------------------------
> Five fixes for bugs that have crept in to the powerpc KVM implementations.
> These are all small simple patches that only affect arch/powerpc/kvm.
> They come from the series that Alex Graf put together but which was too
> late for the 3.4 merge window.
>
>

Thanks, pulled into kvm-updates/3.4.  Will post upstream after adding
x86 fixes.
Avi Kivity April 5, 2012, 4:05 p.m. UTC | #2
On 04/03/2012 03:22 PM, Paul Mackerras wrote:
> On Tue, Apr 03, 2012 at 10:03:05PM +1000, Paul Mackerras wrote:
> > 
> > The following changes since commit 592f5d87b3feee9d60411f19d583038c0c7670ad:
>
> OK, I messed up the git request-pull command.  The request should have
> looked like this:
>
> The following changes since commit b1a808ff436343956a6ae63178ea1810c5e5a3a1:
>
>   Merge branch 'for-next' of git://gitorious.org/kernel-hsi/kernel-hsi (2012-04-02 09:50:40 -0700)
>
> are available in the git repository at:
>
>
>   git://github.com/paulusmack/linux tags/powerpc-fixes
>
>

Thanks, pulled, will push shortly.