mbox series

[GIT,PULL] Final batch of KVM changes for Linux 5.13

Message ID 20210625144730.32703-1-pbonzini@redhat.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Final batch of KVM changes for Linux 5.13 | expand

Pull-request

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

Message

Paolo Bonzini June 25, 2021, 2:47 p.m. UTC
Linus,

The following changes since commit 13311e74253fe64329390df80bed3f07314ddd61:

  Linux 5.13-rc7 (2021-06-20 15:03:15 -0700)

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 f8be156be163a052a067306417cd0ff679068c97:

  KVM: do not allow mapping valid but non-reference-counted pages (2021-06-24 11:55:11 -0400)

----------------------------------------------------------------
A selftests fix for ARM, and the fix for page reference count underflow.
This is a very small fix that was provided by Nick Piggin and tested
by myself.

----------------------------------------------------------------
Nicholas Piggin (1):
      KVM: do not allow mapping valid but non-reference-counted pages

Zenghui Yu (1):
      KVM: selftests: Fix mapping length truncation in m{,un}map()

 tools/testing/selftests/kvm/set_memory_region_test.c |  4 ++--
 virt/kvm/kvm_main.c                                  | 19 +++++++++++++++++--
 2 files changed, 19 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org June 25, 2021, 5:49 p.m. UTC | #1
The pull request you sent on Fri, 25 Jun 2021 10:47:30 -0400:

> 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/616a99dd146a799d0cac43f884a3a46571bd2796

Thank you!