On Thu, Jul 4, 2024 at 10:43 AM Christian Borntraeger <borntraeger@xxxxxxxxxxxxx> wrote: > > Paolo, > > please pull the following for 6.10 > > > The following changes since commit dee67a94d4c6cbd05b8f6e1181498e94caa33334: > > Merge tag 'kvm-x86-fixes-6.10-rcN' of https://github.com/kvm-x86/linux into HEAD (2024-06-21 08:03:55 -0400) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-master-6.10-1 > > for you to fetch changes up to 4c6abb7f7b349f00c0f7ed5045bf67759c012892: > > KVM: s390: fix LPSWEY handling (2024-07-01 14:31:15 +0200) Pulled, thanks. Paolo > > ---------------------------------------------------------------- > KVM: s390: Fix z16 support > > The z16 support might fail with the lpswey instruction. Provide a > handler. > > ---------------------------------------------------------------- > Christian Borntraeger (1): > KVM: s390: fix LPSWEY handling > > arch/s390/include/asm/kvm_host.h | 1 + > arch/s390/kvm/kvm-s390.c | 1 + > arch/s390/kvm/kvm-s390.h | 15 +++++++++++++++ > arch/s390/kvm/priv.c | 32 ++++++++++++++++++++++++++++++++ > 4 files changed, 49 insertions(+) >