[PATCH v2 0/3] crypto: hisilicon - fix resource contention and abnormal branch processing issues

Chenghai Huang posted 3 patches 1 year, 3 months ago
drivers/crypto/hisilicon/hpre/hpre_crypto.c |  2 ++
drivers/crypto/hisilicon/sgl.c              | 14 ++++++++++----
drivers/crypto/hisilicon/trng/trng.c        |  4 ++--
drivers/crypto/hisilicon/zip/zip_crypto.c   |  3 +++
4 files changed, 17 insertions(+), 6 deletions(-)
[PATCH v2 0/3] crypto: hisilicon - fix resource contention and abnormal branch processing issues
Posted by Chenghai Huang 1 year, 3 months ago
1. Fix the queue resource competition issue in hpre and zip.
2. Fix the abnormal branch processing problem in sgl.
3. Adjust the header file and printing format problems in trng.

---
Changes in v2:
- Rebased on top of the merged spin_lock type for zip_crypto.

---
Chenghai Huang (2):
  crypto: hisilicon - add a lock for the qp send operation
  crypto: hisilicon/trng - modifying the order of header files

Yang Shen (1):
  crypto: hisilicon - fix missed error branch

 drivers/crypto/hisilicon/hpre/hpre_crypto.c |  2 ++
 drivers/crypto/hisilicon/sgl.c              | 14 ++++++++++----
 drivers/crypto/hisilicon/trng/trng.c        |  4 ++--
 drivers/crypto/hisilicon/zip/zip_crypto.c   |  3 +++
 4 files changed, 17 insertions(+), 6 deletions(-)

-- 
2.33.0
Re: [PATCH v2 0/3] crypto: hisilicon - fix resource contention and abnormal branch processing issues
Posted by Herbert Xu 1 year, 3 months ago
On Sat, Aug 31, 2024 at 05:50:06PM +0800, Chenghai Huang wrote:
> 1. Fix the queue resource competition issue in hpre and zip.
> 2. Fix the abnormal branch processing problem in sgl.
> 3. Adjust the header file and printing format problems in trng.
> 
> ---
> Changes in v2:
> - Rebased on top of the merged spin_lock type for zip_crypto.
> 
> ---
> Chenghai Huang (2):
>   crypto: hisilicon - add a lock for the qp send operation
>   crypto: hisilicon/trng - modifying the order of header files
> 
> Yang Shen (1):
>   crypto: hisilicon - fix missed error branch
> 
>  drivers/crypto/hisilicon/hpre/hpre_crypto.c |  2 ++
>  drivers/crypto/hisilicon/sgl.c              | 14 ++++++++++----
>  drivers/crypto/hisilicon/trng/trng.c        |  4 ++--
>  drivers/crypto/hisilicon/zip/zip_crypto.c   |  3 +++
>  4 files changed, 17 insertions(+), 6 deletions(-)
> 
> -- 
> 2.33.0

All applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt