]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
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)
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


Trivial merge