1
0
Fork 0
alistair23-linux/drivers/crypto/inside-secure
Pascal van Leeuwen f3cda1dea7 crypto: inside-secure - Fix stability issue with Macchiatobin
commit b8c5d882c8 upstream.

This patch corrects an error in the Transform Record Cache initialization
code that was causing intermittent stability problems on the Macchiatobin
board.

Unfortunately, due to HW platform specifics, the problem could not happen
on the main development platform, being the VCU118 Xilinx development
board. And since it was a problem with hash table access, it was very
dependent on the actual physical context record DMA buffers being used,
i.e. with some (bad) luck it could seemingly work quit stable for a while.

Signed-off-by: Pascal van Leeuwen <pvanleeuwen@verimatrix.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-12-04 22:30:44 +01:00
..
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
safexcel.c crypto: inside-secure - Fix stability issue with Macchiatobin 2019-12-04 22:30:44 +01:00
safexcel.h crypto: inside-secure - Probe transform record cache RAM sizes 2019-09-13 21:17:58 +10:00
safexcel_cipher.c crypto: inside-secure - Added support for basic AES-CCM 2019-09-05 14:37:30 +10:00
safexcel_hash.c crypto: inside-secure - Made .cra_priority value a define 2019-09-05 14:37:01 +10:00
safexcel_ring.c crypto: inside-secure - Added support for basic AES-GCM 2019-09-05 14:37:29 +10:00