mbox

[GIT,PULL] Please pull my kvm-ppc-next branch

Message ID 20160513052333.GA4479@oak.ozlabs.ibm.com
State Accepted
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git kvm-ppc-next

Message

Paul Mackerras May 13, 2016, 5:23 a.m. UTC
Hi Paolo,

Please do a pull from my kvm-ppc-next branch to get a PPC update for
4.6.  All of these commits were in linux-next for the last 2 days
except for the XICS fast-path one, which was in linux-next today.
I know this is a bit late, life has been busy lately, but hopefully
these can still get into 4.6.

Thanks,
Paul.

The following changes since commit 05b1159e641fa45e885aec8bf8e515117c8977d9:

  Merge tag 'kvms390-20160420' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into next (2016-04-20 15:28:51 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git kvm-ppc-next

for you to fetch changes up to b1a4286b8f3393857a205ec89607683161b75f90:

  KVM: PPC: Book3S HV: Re-enable XICS fast path for irqfd-generated interrupts (2016-05-12 16:40:55 +1000)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      KVM: PPC: Fix debug macros

Gavin Shan (1):
      KVM: PPC: Book3S HV: Fix build error in book3s_hv.c

Laurent Vivier (1):
      KVM: PPC: Book3S PR: Manage single-step mode

Paul Mackerras (2):
      KVM: PPC: Fix emulated MMIO sign-extension
      KVM: PPC: Book3S HV: Re-enable XICS fast path for irqfd-generated interrupts

 arch/powerpc/kvm/book3s_hv.c   |  1 +
 arch/powerpc/kvm/book3s_pr.c   | 32 +++++++++++++++++++++++++++++++-
 arch/powerpc/kvm/book3s_xics.c | 29 +++++++++++++++++------------
 arch/powerpc/kvm/book3s_xics.h |  1 +
 arch/powerpc/kvm/powerpc.c     | 22 ++++++++++++----------
 5 files changed, 62 insertions(+), 23 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

Christian Borntraeger May 13, 2016, 7:44 a.m. UTC | #1
On 05/13/2016 07:23 AM, Paul Mackerras wrote:
> Hi Paolo,
> 
> Please do a pull from my kvm-ppc-next branch to get a PPC update for
> 4.6.  All of these commits were in linux-next for the last 2 days
> except for the XICS fast-path one, which was in linux-next today.
> I know this is a bit late, life has been busy lately, but hopefully
> these can still get into 4.6.
> 
> Thanks,
> Paul.
> 
> The following changes since commit 05b1159e641fa45e885aec8bf8e515117c8977d9:
> 
>   Merge tag 'kvms390-20160420' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into next (2016-04-20 15:28:51 +0200)

This is based on kvm/next but targetting kvm/master?


--
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
Paul Mackerras May 13, 2016, 8:24 a.m. UTC | #2
On Fri, May 13, 2016 at 09:44:36AM +0200, Christian Borntraeger wrote:
> On 05/13/2016 07:23 AM, Paul Mackerras wrote:
> > Hi Paolo,
> > 
> > Please do a pull from my kvm-ppc-next branch to get a PPC update for
> > 4.6.  All of these commits were in linux-next for the last 2 days
> > except for the XICS fast-path one, which was in linux-next today.
> > I know this is a bit late, life has been busy lately, but hopefully
> > these can still get into 4.6.
> > 
> > Thanks,
> > Paul.
> > 
> > The following changes since commit 05b1159e641fa45e885aec8bf8e515117c8977d9:
> > 
> >   Merge tag 'kvms390-20160420' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into next (2016-04-20 15:28:51 +0200)
> 
> This is based on kvm/next but targetting kvm/master?

Oops, I meant that I want these commits to get into 4.7, i.e. the next
merge window.  Sorry for the confusion.

Paul.
--
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