From: Heiko Carstens Date: Mon, 25 Mar 2013 16:22:49 +0000 (+0100) Subject: KVM: s390: fix 24 bit psw handling in lpsw/lpswe handler X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d21683ea1f1b03823928a98b6380332b9385e3a7;p=pandora-kernel.git KVM: s390: fix 24 bit psw handling in lpsw/lpswe handler When checking for validity the lpsw/lpswe handler check that only the lower 20 bits instead of 24 bits have a non-zero value. There handling valid psws as invalid ones. Fix the 24 bit psw mask. Signed-off-by: Heiko Carstens Acked-by: Cornelia Huck Signed-off-by: Cornelia Huck Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed