ciao Paolo, please pull this late fix for 6.14. It fixes a race that in some circumstances can lead to a stall. The following changes since commit 695caca9345a160ecd9645abab8e70cfe849e9ff: Merge tag 'leds-fixes-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds (2025-03-13 22:52:52 -1000) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-master-6.14-1 for you to fetch changes up to d8dfda5af0be6e48178b6f4b46c6af30b06335b2: KVM: s390: pv: fix race when making a page secure (2025-03-14 15:24:19 +0100) ---------------------------------------------------------------- KVM: s390: pv: fix race when making a page secure ---------------------------------------------------------------- Claudio Imbrenda (1): KVM: s390: pv: fix race when making a page secure 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(-)