linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] KVM fixes for 3.15-rc6
@ 2014-05-16 15:28 Paolo Bonzini
  2014-05-27 22:08 ` Paul Mackerras
  0 siblings, 1 reply; 3+ messages in thread
From: Paolo Bonzini @ 2014-05-16 15:28 UTC (permalink / raw)
  To: linux-kernel; +Cc: kvm, gleb

Linus,

The following changes since commit 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd:

  Linux 3.15-rc4 (2014-05-04 18:14:42 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

for you to fetch changes up to a4e91d04b86504f145cc5f766c2609357a68b186:

  Merge tag 'kvm-s390-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master (2014-05-15 14:46:57 +0200)

----------------------------------------------------------------

Small fixes for x86, slightly larger fixes for PPC, and a forgotten s390 patch.
The PPC fixes are important because they fix breakage that is new in 3.15.

----------------------------------------------------------------
Alexander Graf (2):
      KVM: PPC: Book3S: ifdef on CONFIG_KVM_BOOK3S_32_HANDLER for 32bit
      KVM guest: Make pv trampoline code executable

Cornelia Huck (1):
      KVM: s390: announce irqfd capability

Marcelo Tosatti (1):
      KVM: x86: disable master clock if TSC is reset during suspend

Paolo Bonzini (3):
      KVM: vmx: disable APIC virtualization in nested guests
      Merge tag 'signed-for-3.15' of git://github.com/agraf/linux-2.6 into kvm-master
      Merge tag 'kvm-s390-for-3.15-1' of git://git.kernel.org/.../kvms390/linux into kvm-master

Paul Mackerras (1):
      KVM: PPC: Book3S HV: Add missing code for transaction reclaim on guest exit

pingfank@linux.vnet.ibm.com (1):
      KVM: PPC: Book3S: HV: make _PAGE_NUMA take effect

 Documentation/virtual/kvm/api.txt       |   2 +-
 arch/powerpc/include/asm/sections.h     |  11 ++++
 arch/powerpc/kernel/kvm.c               |   2 +-
 arch/powerpc/kvm/book3s.c               |   6 +-
 arch/powerpc/kvm/book3s_hv_rm_mmu.c     |   2 +-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S | 104 ++++++++++++++++++++++++++++++++
 arch/powerpc/kvm/book3s_pr.c            |   6 +-
 arch/powerpc/mm/hash_utils_64.c         |   4 ++
 arch/s390/kvm/kvm-s390.c                |   1 +
 arch/x86/kvm/vmx.c                      |   7 ++-
 arch/x86/kvm/x86.c                      |   6 +-
 11 files changed, 139 insertions(+), 12 deletions(-)

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

* Re: [GIT PULL] KVM fixes for 3.15-rc6
  2014-05-16 15:28 [GIT PULL] KVM fixes for 3.15-rc6 Paolo Bonzini
@ 2014-05-27 22:08 ` Paul Mackerras
  2014-05-27 23:01   ` Linus Torvalds
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Mackerras @ 2014-05-27 22:08 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: linux-kernel, kvm, gleb, Linus Torvalds

On Fri, May 16, 2014 at 05:28:32PM +0200, Paolo Bonzini wrote:
> Linus,
> 
> The following changes since commit 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd:
> 
>   Linux 3.15-rc4 (2014-05-04 18:14:42 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus
> 
> for you to fetch changes up to a4e91d04b86504f145cc5f766c2609357a68b186:

Linus seems not to have done this pull yet - Paolo, maybe you should
resend the request and cc Linus this time?

> 
>   Merge tag 'kvm-s390-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master (2014-05-15 14:46:57 +0200)
> 
> ----------------------------------------------------------------
> 
> Small fixes for x86, slightly larger fixes for PPC, and a forgotten s390 patch.
> The PPC fixes are important because they fix breakage that is new in 3.15.
> 
> ----------------------------------------------------------------
> Alexander Graf (2):
>       KVM: PPC: Book3S: ifdef on CONFIG_KVM_BOOK3S_32_HANDLER for 32bit
>       KVM guest: Make pv trampoline code executable
> 
> Cornelia Huck (1):
>       KVM: s390: announce irqfd capability
> 
> Marcelo Tosatti (1):
>       KVM: x86: disable master clock if TSC is reset during suspend
> 
> Paolo Bonzini (3):
>       KVM: vmx: disable APIC virtualization in nested guests
>       Merge tag 'signed-for-3.15' of git://github.com/agraf/linux-2.6 into kvm-master
>       Merge tag 'kvm-s390-for-3.15-1' of git://git.kernel.org/.../kvms390/linux into kvm-master
> 
> Paul Mackerras (1):
>       KVM: PPC: Book3S HV: Add missing code for transaction reclaim on guest exit
> 
> pingfank@linux.vnet.ibm.com (1):
>       KVM: PPC: Book3S: HV: make _PAGE_NUMA take effect
> 
>  Documentation/virtual/kvm/api.txt       |   2 +-
>  arch/powerpc/include/asm/sections.h     |  11 ++++
>  arch/powerpc/kernel/kvm.c               |   2 +-
>  arch/powerpc/kvm/book3s.c               |   6 +-
>  arch/powerpc/kvm/book3s_hv_rm_mmu.c     |   2 +-
>  arch/powerpc/kvm/book3s_hv_rmhandlers.S | 104 ++++++++++++++++++++++++++++++++
>  arch/powerpc/kvm/book3s_pr.c            |   6 +-
>  arch/powerpc/mm/hash_utils_64.c         |   4 ++
>  arch/s390/kvm/kvm-s390.c                |   1 +
>  arch/x86/kvm/vmx.c                      |   7 ++-
>  arch/x86/kvm/x86.c                      |   6 +-
>  11 files changed, 139 insertions(+), 12 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

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

* Re: [GIT PULL] KVM fixes for 3.15-rc6
  2014-05-27 22:08 ` Paul Mackerras
@ 2014-05-27 23:01   ` Linus Torvalds
  0 siblings, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2014-05-27 23:01 UTC (permalink / raw)
  To: Paul Mackerras
  Cc: Paolo Bonzini, Linux Kernel Mailing List, KVM list, Gleb Natapov

On Tue, May 27, 2014 at 3:08 PM, Paul Mackerras <paulus@samba.org> wrote:
>
> Linus seems not to have done this pull yet - Paolo, maybe you should
> resend the request and cc Linus this time?

Indeed. I don't pull stuff unless it's explicitly sent to me, and this
one seems to have been sent just to the lists. Please re-send
properly,

            Linus

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

end of thread, other threads:[~2014-05-27 23:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-16 15:28 [GIT PULL] KVM fixes for 3.15-rc6 Paolo Bonzini
2014-05-27 22:08 ` Paul Mackerras
2014-05-27 23:01   ` Linus Torvalds

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