]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commitb8c5d882c8334d05754b69dcdf1cfd6bc48a9e12
treeac41dabbb68a0edab5ae9849bfcefd0dbd617cf2
parentced0a170fd6ba70bd32082f1b876e215a6460e8c
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