KVM: s390: fix diagnose code extraction
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 11 Nov 2013 12:56:47 +0000 (13:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Feb 2014 19:22:17 +0000 (11:22 -0800)
commita0cadc7231408c3edbe17f0fbfa6d3d721f06f07
treee2d326cc0e169e4830a3ddd1a12d0c926de08c98
parentc7a11402ab28c099eccfa2d34c0653f89a99b272
KVM: s390: fix diagnose code extraction

commit 743db27c526e0f31cc507959d662e97e2048a86f upstream.

The diagnose code to be used is the contents of the base register (if not
zero), plus the displacement. The current code ignores the base register
contents. So let's fix that...

Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: stable@vger.kernel.org
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/s390/kvm/diag.c