Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1343008

[GIT PULL] KVM fixes for 4.5-rc6

From Paolo Bonzini <pbonzini@redhat.com>
Newsgroups linux.kernel
Subject [GIT PULL] KVM fixes for 4.5-rc6
Date 2016-02-25 10:20 +0100
Message-ID <r60fw-1DX-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Linus,

The following changes since commit 705d43dbe10d6e213a75187ac92b61f9bd00af0b:

  Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching (2016-02-18 16:34:15 -0800)

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 0fb00d326ffc36844fac0bfefd8644585a86d4a6:

  Merge tag 'kvm-arm-for-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master (2016-02-25 09:53:55 +0100)

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

KVM/ARM fixes:
- Fix per-vcpu vgic bitmap allocation
- Do not give copy random memory on MMIO read
- Fix GICv3 APR register restore order

KVM/x86 fixes:
- Fix ubsan warning
- Fix hardware breakpoints in a guest vs. preempt notifiers
- Fix Hurd

Generic:
- use __GFP_NOWARN together with GFP_NOWAIT

----------------------------------------------------------------
Christian Borntraeger (1):
      KVM: async_pf: do not warn on page allocation failures

Marc Zyngier (2):
      arm/arm64: KVM: Feed initialized memory to MMIO accesses
      arm64: KVM: vgic-v3: Restore ICH_APR0Rn_EL2 before ICH_APR1Rn_EL2

Mark Rutland (1):
      KVM: arm/arm64: vgic: Ensure bitmaps are long enough

Mike Krinkin (1):
      KVM: x86: MMU: fix ubsan index-out-of-range warning

Paolo Bonzini (3):
      KVM: x86: fix missed hardware breakpoints
      KVM: x86: fix conversion of addresses to linear in 32-bit protected mode
      Merge tag 'kvm-arm-for-4.5-rc6' of git://git.kernel.org/.../kvmarm/kvmarm into kvm-master

 arch/arm/kvm/mmio.c             |  3 ++-
 arch/arm64/kvm/hyp/vgic-v3-sr.c | 20 ++++++++++----------
 arch/x86/kvm/emulate.c          |  4 ++--
 arch/x86/kvm/paging_tmpl.h      |  2 +-
 arch/x86/kvm/x86.c              |  1 +
 virt/kvm/arm/vgic.c             |  4 ++--
 virt/kvm/async_pf.c             |  2 +-
 7 files changed, 19 insertions(+), 17 deletions(-)

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] KVM fixes for 4.5-rc6 Paolo Bonzini <pbonzini@redhat.com> - 2016-02-25 10:20 +0100

csiph-web