summaryrefslogtreecommitdiffstats
path: root/firmware/av7110
diff options
context:
space:
mode:
authorHeiko Carstens2017-03-27 09:48:04 +0200
committerMartin Schwidefsky2017-03-30 08:18:59 +0200
commitd09c5373e8e4eaaa09233552cbf75dc4c4f21203 (patch)
tree6bb8d0f317d621a46e39ef5a9883a22559a5c7af /firmware/av7110
parents390/pkey: Fix wrong handling of secure key with old MKVP (diff)
downloadkernel-qcow2-linux-d09c5373e8e4eaaa09233552cbf75dc4c4f21203.tar.gz
kernel-qcow2-linux-d09c5373e8e4eaaa09233552cbf75dc4c4f21203.tar.xz
kernel-qcow2-linux-d09c5373e8e4eaaa09233552cbf75dc4c4f21203.zip
s390/uaccess: get_user() should zero on failure (again)
Commit fd2d2b191fe7 ("s390: get_user() should zero on failure") intended to fix s390's get_user() implementation which did not zero the target operand if the read from user space faulted. Unfortunately the patch has no effect: the corresponding inline assembly specifies that the operand is only written to ("=") and the previous value is discarded. Therefore the compiler is free to and actually does omit the zero initialization. To fix this simply change the contraint modifier to "+", so the compiler cannot omit the initialization anymore. Fixes: c9ca78415ac1 ("s390/uaccess: provide inline variants of get_user/put_user") Fixes: fd2d2b191fe7 ("s390: get_user() should zero on failure") Cc: stable@vger.kernel.org Cc: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'firmware/av7110')
0 files changed, 0 insertions, 0 deletions