KVM: s390: Zero out current VMDB of STSI before including level3 data.
authorEkaterina Tumanova <tumanova@linux.vnet.ibm.com>
Tue, 3 Mar 2015 08:54:41 +0000 (09:54 +0100)
committerSasha Levin <sasha.levin@oracle.com>
Sun, 17 May 2015 23:11:48 +0000 (19:11 -0400)
commitabd80ecb36d1f41f0498e57251d0c9aa2e3deb83
treebe25abb5af4645a77aebcd54909827168d3b77dd
parentb7c23d30eeb287801113c66e10c0d79387ee02e1
KVM: s390: Zero out current VMDB of STSI before including level3 data.

[ Upstream commit b75f4c9afac2604feb971441116c07a24ecca1ec ]

s390 documentation requires words 0 and 10-15 to be reserved and stored as
zeros. As we fill out all other fields, we can memset the full structure.

Signed-off-by: Ekaterina Tumanova <tumanova@linux.vnet.ibm.com>
Cc: stable@vger.kernel.org
Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
arch/s390/kvm/priv.c