]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'v6.18-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Oct 2025 16:38:31 +0000 (09:38 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Oct 2025 16:38:31 +0000 (09:38 -0700)
commit7c8dcac8d72da94328f4de7bf98320b75710da1f
tree03f9697f5d4ae2bee4a565686bdaa0ae93e54443
parent0d97f2067c166eb495771fede9f7b73999c67f66
parentc0d36727bf39bb16ef0a67ed608e279535ebf0da
Merge tag 'v6.18-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fixes from Herbert Xu:

 - Fix zstd regression

 - Ensure ti driver algorithm are set as async

 - Revert patch disabling SHA1 in FIPS mode

 - Fix RNG set_ent null-pointer dereference

* tag 'v6.18-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: rng - Ensure set_ent is always present
  Revert "crypto: testmgr - desupport SHA-1 for FIPS 140"
  crypto: ti - Add CRYPTO_ALG_ASYNC flag to DTHEv2 AES algos
  crypto: zstd - Fix compression bug caused by truncation
crypto/testmgr.c