mbox series

[GIT,PULL] Urgent KVM fix

Message ID 1568816553-26210-1-git-send-email-pbonzini@redhat.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Urgent KVM fix | expand

Pull-request

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

Message

Paolo Bonzini Sept. 18, 2019, 2:22 p.m. UTC
Linus,

this pull request is independent of the merge window.  Please pull it as it
fixes a longstanding bug that was recently found by both Google humans
and bots (syzkaller).

The following changes since commit a9c20bb0206ae9384bd470a6832dd8913730add9:

  Merge tag 'kvm-s390-master-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master (2019-09-14 09:25:30 +0200)

are available in the git repository at:


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

for you to fetch changes up to b60fe990c6b07ef6d4df67bc0530c7c90a62623a:

  KVM: coalesced_mmio: add bounds checking (2019-09-18 15:56:55 +0200)

----------------------------------------------------------------
Fix missing bounds-checking in coalesced_mmio (CVE-2019-14821).

----------------------------------------------------------------
Matt Delco (1):
      KVM: coalesced_mmio: add bounds checking

 virt/kvm/coalesced_mmio.c | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 18, 2019, 6:20 p.m. UTC | #1
The pull request you sent on Wed, 18 Sep 2019 16:22:33 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/404e634fdb96a3c99c7517353bfafbd88e04ab41

Thank you!