linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Radim Krčmář" <rkrcmar@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	linux-kernel@vger.kernel.org, kvm@vger.kernel.org
Subject: [GIT PULL] KVM fixes for Linux 4.16-rc5
Date: Fri, 9 Mar 2018 22:34:43 +0100	[thread overview]
Message-ID: <20180309213443.GB21100@flask> (raw)

Linus,

The following changes since commit 661e50bc853209e41a5c14a290ca4decc43cbfd1:

  Linux 4.16-rc4 (2018-03-04 14:54:11 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 45e3b4759d230b057832fa751af9a853495a17bd:

  Merge tag 'kvm-s390-master-4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux (2018-03-06 17:42:28 +0100)

----------------------------------------------------------------
KVM fixes for v4.16-rc5

PPC:
 - Fix guest time accounting in the host
 - Fix large-page backing for radix guests on POWER9
 - Fix HPT guests on POWER9 backed by 2M or 1G pages
 - Compile fixes for some configs and gcc versions

s390:
 - Fix random memory corruption when running as guest2 (e.g. KVM in
   LPAR) and starting guest3 (e.g. nested KVM) with many CPUs
 - Export forgotten io interrupt delivery statistics counter

----------------------------------------------------------------
Christian Borntraeger (1):
      KVM: s390: provide io interrupt kvm_stat

David Hildenbrand (1):
      KVM: s390: fix memory overwrites when not using SCA entries

Laurent Vivier (1):
      KVM: PPC: Book3S HV: Fix guest time accounting with VIRT_CPU_ACCOUNTING_GEN

Paul Mackerras (4):
      KVM: PPC: Fix compile error that occurs when CONFIG_ALTIVEC=n
      KVM: PPC: Book3S: Fix compile error that occurs with some gcc versions
      KVM: PPC: Book3S HV: Fix handling of large pages in radix page fault handler
      KVM: PPC: Book3S HV: Fix VRMA initialization with 2MB or 1GB memory backing

Radim Krčmář (2):
      Merge tag 'kvm-ppc-fixes-4.16-1' of git://git.kernel.org/.../paulus/powerpc
      Merge tag 'kvm-s390-master-4.16-3' of git://git.kernel.org/.../kvms390/linux

 arch/powerpc/kvm/book3s_64_mmu_radix.c | 69 +++++++++++++++++++++-------------
 arch/powerpc/kvm/book3s_hv.c           | 17 +++++----
 arch/powerpc/kvm/powerpc.c             |  4 +-
 arch/s390/kvm/kvm-s390.c               |  2 +
 4 files changed, 57 insertions(+), 35 deletions(-)

                 reply	other threads:[~2018-03-09 21:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180309213443.GB21100@flask \
    --to=rkrcmar@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=torvalds@linux-foundation.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 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).