[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20170113110327.20187-1-pbonzini@redhat.com>
Date: Fri, 13 Jan 2017 12:03:27 +0100
From: Paolo Bonzini <pbonzini@...hat.com>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, rkrcmar@...nel.org,
kvm@...r.kernel.org
Subject: [GIT PULL] KVM changes for 4.10-rc4
Linus,
The following changes since commit a121103c922847ba5010819a3f250f1f7fc84ab8:
Linux 4.10-rc3 (2017-01-08 14:18:17 -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 33ab91103b3415e12457e3104f0e4517ce12d0f3:
KVM: x86: fix emulation of "MOV SS, null selector" (2017-01-12 15:17:13 +0100)
----------------------------------------------------------------
* fix for module unload vs. deferred jump labels (note: there might be
other buggy modules!)
* two NULL pointer dereferences from syzkaller
* CVE from syzkaller, very serious on 4.10-rc, "just" kernel memory
leak on releases
* CVE from security@...nel.org, somewhat serious on AMD, less so on
Intel
----------------------------------------------------------------
David Matlack (2):
jump_labels: API for flushing deferred jump label updates
KVM: x86: flush pending lapic jump label updates on module unload
Paolo Bonzini (1):
KVM: x86: fix emulation of "MOV SS, null selector"
Steve Rutherford (1):
KVM: x86: Introduce segmented_write_std
Wanpeng Li (2):
KVM: eventfd: fix NULL deref irqbypass consumer
KVM: x86: fix NULL deref in vcpu_scan_ioapic
arch/x86/kvm/emulate.c | 70 ++++++++++++++++++++++++++++--------
arch/x86/kvm/lapic.c | 6 ++++
arch/x86/kvm/lapic.h | 1 +
arch/x86/kvm/x86.c | 3 ++
include/linux/jump_label_ratelimit.h | 5 +++
kernel/jump_label.c | 7 ++++
virt/lib/irqbypass.c | 4 +--
7 files changed, 80 insertions(+), 16 deletions(-)
Powered by blists - more mailing lists