]> 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)
commit8cae303e61f8daaf2b51dcc730680faa714bb341
treeac41dabbb68a0edab5ae9849bfcefd0dbd617cf2
parent77589c244cafe5e193481941ce4cd0a4793c8869
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