mbox series

[GIT,PULL] KVM fix for Linux 6.14 final

Message ID 20250320180522.155371-1-pbonzini@redhat.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] KVM fix for Linux 6.14 final | expand

Pull-request

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

Message

Paolo Bonzini March 20, 2025, 6:05 p.m. UTC
Linus,

The following changes since commit 4701f33a10702d5fc577c32434eb62adde0a1ae1:

  Linux 6.14-rc7 (2025-03-16 12:55:17 -1000)

are available in the Git repository at:

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

for you to fetch changes up to abab683b972cb99378e0a1426c8f9db835fa43b4:

  Merge tag 'kvm-s390-master-6.14-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD (2025-03-19 09:01:53 -0400)

----------------------------------------------------------------
A lone fix for a s390 regression.  An earlier 6.14 commit stopped
taking the pte lock for pages that are being converted to secure,
but it was needed to avoid races.

The patch was in development for a while and is finally ready, but
I wish it was split into 3-4 commits at least.

----------------------------------------------------------------
Claudio Imbrenda (1):
      KVM: s390: pv: fix race when making a page secure

Paolo Bonzini (1):
      Merge tag 'kvm-s390-master-6.14-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD

 arch/s390/include/asm/gmap.h |   1 -
 arch/s390/include/asm/uv.h   |   2 +-
 arch/s390/kernel/uv.c        | 136 ++++++++++++++++++++++++++++++++++++++++---
 arch/s390/kvm/gmap.c         | 103 ++------------------------------
 arch/s390/kvm/kvm-s390.c     |  25 ++++----
 arch/s390/mm/gmap.c          |  28 ---------
 6 files changed, 151 insertions(+), 144 deletions(-)

Comments

pr-tracker-bot@kernel.org March 20, 2025, 9:21 p.m. UTC | #1
The pull request you sent on Thu, 20 Mar 2025 14:05:22 -0400:

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

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

Thank you!