]> Gentwo Git Trees - linux/.git/commit
tee: qcom: return -EFAULT instead of -EINVAL if copy_from_user() fails
authorDan Carpenter <dan.carpenter@linaro.org>
Thu, 18 Sep 2025 09:50:41 +0000 (12:50 +0300)
committerJens Wiklander <jens.wiklander@linaro.org>
Fri, 19 Sep 2025 06:46:57 +0000 (08:46 +0200)
commita9ee2c461e5c361545f0c45e9f149159ba369c64
treef420af84af5e7908dcf595bcb80d1fb92c920288
parentb14bb2e7821bdd133afeb5e623fd6c5a2273ecf6
tee: qcom: return -EFAULT instead of -EINVAL if copy_from_user() fails

If copy_from_user() fails, the correct error code is -EFAULT, not
-EINVAL.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
drivers/tee/qcomtee/core.c