]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 Mar 2026 22:50:29 +0000 (15:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 Mar 2026 22:50:29 +0000 (15:50 -0700)
commit1863b4055b7902de43a1dcc7396805eb631682e5
tree7ea64ca6855fa0add866b3916e966b62f4796a60
parent8a30aeb0d1b4e4aaf7f7bae72f20f2ae75385ccb
parentd5b66179b0e27c14a9033c4356937506577485e3
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux

Pull crypto library fixes from Eric Biggers:

 - Disable the "padlock" SHA-1 and SHA-256 driver on Zhaoxin
   processors, since it does not compute hash values correctly

 - Make a generated file be removed by 'make clean'

 - Fix excessive stack usage in some of the arm64 AES code

* tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux:
  lib/crypto: powerpc: Add powerpc/aesp8-ppc.S to clean-files
  crypto: padlock-sha - Disable for Zhaoxin processor
  crypto: arm64/aes-neonbs - Move key expansion off the stack