]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: inside-secure - Fix stability issue with Macchiatobin
authorPascal van Leeuwen <pascalvanl@gmail.com>
Tue, 17 Sep 2019 09:55:18 +0000 (11:55 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 4 Oct 2019 15:06:14 +0000 (01:06 +1000)
commitd297fb287d9c66e2d9987878bc3a50947fdd2fa5
treeac41dabbb68a0edab5ae9849bfcefd0dbd617cf2
parent00f24e740c8f4b2715048d882962b12008930f31
crypto: inside-secure - Fix stability issue with Macchiatobin

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>
drivers/crypto/inside-secure/safexcel.c