On 12/04/21 18:05, Christian Borntraeger wrote:
Paolo, only small things for 5.13, one is a fix (with cc stable) consisting of multiple patches. I had it running in next for a while since this is a pretty complicated area of the architecture but its now good to go. The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-next-5.13-1 for you to fetch changes up to c3171e94cc1cdcc3229565244112e869f052b8d9: KVM: s390: VSIE: fix MVPG handling for prefixing and MSO (2021-03-24 10:31:55 +0100) ---------------------------------------------------------------- KVM: s390: Updates for 5.13 - properly handle MVPG in nesting KVM (vsie) - allow to forward the yield_to hypercall (diagnose 9c) - fixes ---------------------------------------------------------------- Bhaskar Chowdhury (1): KVM: s390: Fix comment spelling in kvm_s390_vcpu_start() Claudio Imbrenda (5): KVM: s390: split kvm_s390_logical_to_effective KVM: s390: extend kvm_s390_shadow_fault to return entry pointer KVM: s390: VSIE: correctly handle MVPG when in VSIE KVM: s390: split kvm_s390_real_to_abs KVM: s390: VSIE: fix MVPG handling for prefixing and MSO Pierre Morel (1): KVM: s390: diag9c (directed yield) forwarding Documentation/virt/kvm/s390-diag.rst | 33 +++++++++++ arch/s390/include/asm/kvm_host.h | 1 + arch/s390/include/asm/smp.h | 1 + arch/s390/kernel/smp.c | 1 + arch/s390/kvm/diag.c | 31 +++++++++- arch/s390/kvm/gaccess.c | 30 ++++++++-- arch/s390/kvm/gaccess.h | 60 ++++++++++++++----- arch/s390/kvm/kvm-s390.c | 8 ++- arch/s390/kvm/kvm-s390.h | 8 +++ arch/s390/kvm/vsie.c | 109 ++++++++++++++++++++++++++++++++--- 10 files changed, 250 insertions(+), 32 deletions(-)
Pulled, thanks. Paolo