mbox series

[GIT,PULL] Crypto Fixes for 6.15

Message ID Z_CUFE0pA3l6IwfC@gondor.apana.org.au
State New
Headers show
Series [GIT,PULL] Crypto Fixes for 6.15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git tags/v6.15-p3

Message

Herbert Xu April 5, 2025, 2:23 a.m. UTC
Hi Linus:

The following changes since commit 9764d5b0cd0ea4846fd46c7d0b4238ea122075a9:

  Revert "crypto: testmgr - Add multibuffer hash testing" (2025-03-30 09:39:57 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git tags/v6.15-p3

for you to fetch changes up to 12e0b15b1986736af8c64b920efad00c655a3c79:

  crypto: inside-secure/eip93 - acquire lock on eip93_put_descriptor hash (2025-04-03 19:04:33 +0800)

----------------------------------------------------------------
This push fixes a race condition in the newly added eip93 driver.
----------------------------------------------------------------

Christian Marangi (1):
      crypto: inside-secure/eip93 - acquire lock on eip93_put_descriptor hash

 drivers/crypto/inside-secure/eip93/eip93-hash.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Thanks,