On Thu, 30 Jan 2020 07:34:29 -0500 Janosch Frank <frankja@xxxxxxxxxxxxx> wrote: > From: Christian Borntraeger <borntraeger@xxxxxxxxxx> > > The initial CPU reset clobbers the userspace fpc and the store status > ioctl clobbers the guest acrs + fpr. As these calls are only done via > ioctl (and not via vcpu_run), no CPU context is loaded, so we can (and > must) act directly on the sync regs, not on the thread context. > > Cc: stable@xxxxxxxxxx > Fixes: e1788bb995be ("KVM: s390: handle floating point registers in the run ioctl not in vcpu_put/load") > Fixes: 31d8b8d41a7e ("KVM: s390: handle access registers in the run ioctl not in vcpu_put/load") > Signed-off-by: Christian Borntraeger <borntraeger@xxxxxxxxxx> Add your s-o-b? > --- > arch/s390/kvm/kvm-s390.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>