]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'v6.18-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Oct 2025 15:56:16 +0000 (08:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Oct 2025 15:56:16 +0000 (08:56 -0700)
commit0ae452440cb9fee9079dc925f40cd824c1a9de2a
treeaf429d38766833a3b3c732a6a6c5393298772b43
parent84d4e8b613e073d9dfde782c471aedbcefdede6c
parent6bb73db6948c2de23e407fe1b7ef94bf02b7529f
Merge tag 'v6.18-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fixes from Herbert Xu:

 - Fix bug in crypto_skcipher that breaks the new ti driver

 - Check for invalid assoclen in essiv

* tag 'v6.18-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: essiv - Check ssize for decryption and in-place encryption
  crypto: skcipher - Fix reqsize handling