lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZyX-g5doORj29CiK@gondor.apana.org.au>
Date: Sat, 2 Nov 2024 18:27:15 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Chenghai Huang <huangchenghai2@...wei.com>
Cc: davem@...emloft.net, linux-kernel@...r.kernel.org,
	linux-crypto@...r.kernel.org, liulongfang@...wei.com,
	shenyang39@...wei.com, qianweili@...wei.com, taoqi10@...wei.com,
	wangzhou1@...ilicon.com
Subject: Re: [PATCH] crypto: hisilicon - support querying the capability
 register

On Sat, Oct 26, 2024 at 05:46:51PM +0800, Chenghai Huang wrote:
> From: Qi Tao <taoqi10@...wei.com>
> 
> Query the capability register status of accelerator devices
> (SEC, HPRE and ZIP) through the debugfs interface, for example:
> cat cap_regs. The purpose is to improve the robustness and
> locability of hardware devices and drivers.
> 
> Signed-off-by: Qi Tao <taoqi10@...wei.com>
> Signed-off-by: Chenghai Huang <huangchenghai2@...wei.com>
> ---
>  Documentation/ABI/testing/debugfs-hisi-hpre |   7 ++
>  Documentation/ABI/testing/debugfs-hisi-sec  |   7 ++
>  Documentation/ABI/testing/debugfs-hisi-zip  |   7 ++
>  drivers/crypto/hisilicon/hpre/hpre.h        |  23 ++++
>  drivers/crypto/hisilicon/hpre/hpre_main.c   | 121 +++++++++++++++-----
>  drivers/crypto/hisilicon/qm.c               |  88 +++++++++-----
>  drivers/crypto/hisilicon/sec2/sec.h         |  26 ++++-
>  drivers/crypto/hisilicon/sec2/sec_crypto.c  |   8 +-
>  drivers/crypto/hisilicon/sec2/sec_main.c    |  71 ++++++++++--
>  drivers/crypto/hisilicon/zip/zip.h          |  18 +++
>  drivers/crypto/hisilicon/zip/zip_main.c     | 116 +++++++++++++------
>  include/linux/hisi_acc_qm.h                 |  15 +++
>  12 files changed, 396 insertions(+), 111 deletions(-)

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ