]> git.baikalelectronics.ru Git - kernel.git/commit
s390/lib,uaccess: fix copy_in_user_mvcos() inline asm clobber list
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 28 Jun 2021 21:55:53 +0000 (23:55 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 5 Jul 2021 10:44:23 +0000 (12:44 +0200)
commitab867e41acd94e395c457195488a69886dc5b531
tree9bf4f8f88c50b8ab5243e8d366804af540b9cdb0
parentd751119d4e80f6feeb861f641997c5d76dde39d4
s390/lib,uaccess: fix copy_in_user_mvcos() inline asm clobber list

General register 0 is clobbered within the inline assembly and
therefore must be listed in the clobber list.

Fixes: 95dc584973de ("s390/lib,uaccess: get rid of register asm")
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/lib/uaccess.c