[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250320180522.155371-1-pbonzini@redhat.com>
Date: Thu, 20 Mar 2025 14:05:22 -0400
From: Paolo Bonzini <pbonzini@...hat.com>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org,
kvm@...r.kernel.org
Subject: [GIT PULL] KVM fix for Linux 6.14 final
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(-)
Powered by blists - more mailing lists