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)
commit942df4be7ab40195e2a839e9de81951a5862bc5b
tree526696d08ada5eb2a2e2aa119e777656360aa292
parent51c44babdc19aaf882e1213325a0ba291573308f
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: e06670c5fe3b ("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