Merge tag 'v6.15-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Apr 2025 15:05:46 +0000 (08:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Apr 2025 15:05:46 +0000 (08:05 -0700)
commitc62f4b82d57155f35befb5c8bbae176614b87623
treeb3077e5c31cf1b1f5658ccc0635e58c180d815d8
parent1a1d569a75f3ab2923cb62daf356d102e4df2b86
parentb2e689baf220408aff8ee5dfb4edb0817e1632bb
Merge tag 'v6.15-p4' of git://git./linux/kernel/git/herbert/crypto-2.6

Pull crypto fixes from Herbert Xu:

 - Disable ahash request chaining as it causes problems with the sa2ul
   driver

 - Fix a couple of bugs in the new scomp stream freeing code

 - Fix an old caam refcount underflow that is possibly showing up now
   because of the new parallel self-tests

 - Fix regression in the tegra driver

* tag 'v6.15-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: ahash - Disable request chaining
  crypto: scomp - Fix wild memory accesses in scomp_free_streams
  crypto: caam/qi - Fix drv_ctx refcount bug
  crypto: scomp - Fix null-pointer deref when freeing streams
  crypto: tegra - Fix IV usage for AES ECB