]> git.baikalelectronics.ru Git - kernel.git/commit
s390/crypto: return -EFAULT if copy_to_user() fails
authorWang Qing <wangqing@vivo.com>
Mon, 1 Mar 2021 12:08:21 +0000 (20:08 +0800)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 8 Mar 2021 09:46:29 +0000 (10:46 +0100)
commit16f08517c3114dfd65f60ee1752794f29a8f0344
tree526696d08ada5eb2a2e2aa119e777656360aa292
parentfb14a9b3b6985ef94ffa563687986e9eee70e635
s390/crypto: return -EFAULT if copy_to_user() fails

The copy_to_user() function returns the number of bytes remaining to be
copied, but we want to return -EFAULT if the copy doesn't complete.

Fixes: 0cf26ce85872 ("s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl")
Signed-off-by: Wang Qing <wangqing@vivo.com>
Reviewed-by: Tony Krowiak <akrowiak@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Link: https://lore.kernel.org/r/1614600502-16714-1-git-send-email-wangqing@vivo.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
drivers/s390/crypto/vfio_ap_ops.c