| 8f4125c1 | 18-Nov-2021 |
Gagandeep Singh <[email protected]> |
drivers/crypto: return error for not supported SA lifetime
dpaa, dpaa2 and caam_jr drivers do not support SA expiry. This result in failure of test cases in test app. This patch returns ENOTSUP to s
drivers/crypto: return error for not supported SA lifetime
dpaa, dpaa2 and caam_jr drivers do not support SA expiry. This result in failure of test cases in test app. This patch returns ENOTSUP to skip the SA lifetime test cases.
Signed-off-by: Gagandeep Singh <[email protected]> Acked-by: Akhil Goyal <[email protected]>
show more ...
|
| 61552661 | 14-May-2020 |
Yunjian Wang <[email protected]> |
crypto/caam_jr: fix check of file descriptors
Zero is a valid fd. It will fail to check the fd if the fd is zero. The "job_ring->uio_fd" is an fd, so define it as "int".
Fixes: e7a45f3cc245 ("crypt
crypto/caam_jr: fix check of file descriptors
Zero is a valid fd. It will fail to check the fd if the fd is zero. The "job_ring->uio_fd" is an fd, so define it as "int".
Fixes: e7a45f3cc245 ("crypto/caam_jr: add UIO specific operations") Fixes: a5e1018d5e67 ("crypto/caam_jr: add routines to configure HW") Cc: [email protected]
Signed-off-by: Yunjian Wang <[email protected]> Acked-by: Gagandeep Singh <[email protected]>
show more ...
|