]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... master
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Nov 2025 20:48:18 +0000 (12:48 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Nov 2025 20:48:18 +0000 (12:48 -0800)
commita1388fcb52fcad3e0b06e2cdd0ed757a82a5be30
treead3465230d0d64c6887503903fb463a905adef63
parentc668da99b923bc0527f19e361bb8496be087970f
parent44e8241c51f762aafa50ed116da68fd6ecdcc954
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux

Pull crypto library fixes from Eric Biggers:
 "Two Curve25519 related fixes:

   - Re-enable KASAN support on curve25519-hacl64.c with gcc.

   - Disable the arm optimized Curve25519 code on CPU_BIG_ENDIAN
     kernels. It has always been broken in that configuration"

* tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux:
  lib/crypto: arm/curve25519: Disable on CPU_BIG_ENDIAN
  lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCC