[PATCH v2 0/9] crypto: hisilicon - Optimize and fix some driver processes

Chenghai Huang posted 9 patches 1 year, 10 months ago
drivers/crypto/hisilicon/debugfs.c         | 38 +++++++++++++++-------
drivers/crypto/hisilicon/hpre/hpre_main.c  | 21 ++++++------
drivers/crypto/hisilicon/qm.c              |  8 ++---
drivers/crypto/hisilicon/sec2/sec_crypto.c |  4 ++-
drivers/crypto/hisilicon/sec2/sec_main.c   | 26 +++++++--------
drivers/crypto/hisilicon/sgl.c             |  5 +--
drivers/crypto/hisilicon/zip/zip_main.c    | 24 +++++++-------
7 files changed, 68 insertions(+), 58 deletions(-)
[PATCH v2 0/9] crypto: hisilicon - Optimize and fix some driver processes
Posted by Chenghai Huang 1 year, 10 months ago
This patch series is mainly used to fix and optimize some
problems of hisilicon.

v1 -> v2
- fixed codecheck warnings about unused variable
  | Reported-by: kernel test robot <lkp@intel.com>
  | Closes: https://lore.kernel.org/oe-kbuild-all/202404040616.cF0Pvb9M-lkp@intel.com/

Chenghai Huang (9):
  crypto: hisilicon/sec - Add the condition for configuring the sriov
    function
  crypto: hisilicon/debugfs - Fix debugfs uninit process issue
  crypto: hisilicon/sgl - Delete redundant parameter verification
  crypto: hisilicon/debugfs - Fix the processing logic issue in the
    debugfs creation
  crypto: hisilicon/qm - Add the default processing branch
  crypto: hisilicon - Adjust debugfs creation and release order
  crypto: hisilicon/sec - Fix memory leak for sec resource release
  crypto: hisilicon/debugfs - Resolve the problem of applying for
    redundant space in sq dump
  crypto: hisilicon/qm - Add the err memory release process to qm uninit

 drivers/crypto/hisilicon/debugfs.c         | 38 +++++++++++++++-------
 drivers/crypto/hisilicon/hpre/hpre_main.c  | 21 ++++++------
 drivers/crypto/hisilicon/qm.c              |  8 ++---
 drivers/crypto/hisilicon/sec2/sec_crypto.c |  4 ++-
 drivers/crypto/hisilicon/sec2/sec_main.c   | 26 +++++++--------
 drivers/crypto/hisilicon/sgl.c             |  5 +--
 drivers/crypto/hisilicon/zip/zip_main.c    | 24 +++++++-------
 7 files changed, 68 insertions(+), 58 deletions(-)

-- 
2.30.0
Re: [PATCH v2 0/9] crypto: hisilicon - Optimize and fix some driver processes
Posted by Herbert Xu 1 year, 10 months ago
On Sun, Apr 07, 2024 at 03:59:51PM +0800, Chenghai Huang wrote:
> This patch series is mainly used to fix and optimize some
> problems of hisilicon.
> 
> v1 -> v2
> - fixed codecheck warnings about unused variable
>   | Reported-by: kernel test robot <lkp@intel.com>
>   | Closes: https://lore.kernel.org/oe-kbuild-all/202404040616.cF0Pvb9M-lkp@intel.com/
> 
> Chenghai Huang (9):
>   crypto: hisilicon/sec - Add the condition for configuring the sriov
>     function
>   crypto: hisilicon/debugfs - Fix debugfs uninit process issue
>   crypto: hisilicon/sgl - Delete redundant parameter verification
>   crypto: hisilicon/debugfs - Fix the processing logic issue in the
>     debugfs creation
>   crypto: hisilicon/qm - Add the default processing branch
>   crypto: hisilicon - Adjust debugfs creation and release order
>   crypto: hisilicon/sec - Fix memory leak for sec resource release
>   crypto: hisilicon/debugfs - Resolve the problem of applying for
>     redundant space in sq dump
>   crypto: hisilicon/qm - Add the err memory release process to qm uninit
> 
>  drivers/crypto/hisilicon/debugfs.c         | 38 +++++++++++++++-------
>  drivers/crypto/hisilicon/hpre/hpre_main.c  | 21 ++++++------
>  drivers/crypto/hisilicon/qm.c              |  8 ++---
>  drivers/crypto/hisilicon/sec2/sec_crypto.c |  4 ++-
>  drivers/crypto/hisilicon/sec2/sec_main.c   | 26 +++++++--------
>  drivers/crypto/hisilicon/sgl.c             |  5 +--
>  drivers/crypto/hisilicon/zip/zip_main.c    | 24 +++++++-------
>  7 files changed, 68 insertions(+), 58 deletions(-)
> 
> -- 
> 2.30.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