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-next>] [day] [month] [year] [list]
Message-ID: <20240831114831.21987-1-qianweili@huawei.com>
Date: Sat, 31 Aug 2024 19:48:28 +0800
From: Weili Qian <qianweili@...wei.com>
To: <herbert@...dor.apana.org.au>
CC: <linux-crypto@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
	<liulongfang@...wei.com>, <shenyang39@...wei.com>
Subject: [PATCH 0/3] crypto: hisilicon - fix issues related to device reset

This set fixes some issues related to device reset:
1. Before enabling the device, reset the device to ensure that
the device is in the initial state.
2. Mask device task timeout error because the current device
timeout threshold is too short.
3. Memory error is injected to close master ooo to prevent the
device write the released memory.

Weili Qian (3):
  crypto: hisilicon/qm - reset device before enabling it
  crypto: hisilicon/hpre - mask cluster timeout error
  crypto: hisilicon/qm - inject error before stopping queue

 drivers/crypto/hisilicon/hpre/hpre_main.c |  54 ++++----
 drivers/crypto/hisilicon/qm.c             | 151 ++++++++++++++--------
 drivers/crypto/hisilicon/sec2/sec_main.c  |  16 +--
 drivers/crypto/hisilicon/zip/zip_main.c   |  23 ++--
 4 files changed, 146 insertions(+), 98 deletions(-)

-- 
2.33.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ