Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux

Pull crypto library fix from Eric Biggers:
"Avoid some false-positive KMSAN warnings by restoring the dependency
of the architecture-optimized Poly1305 code on !KMSAN"

* tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux:
lib/crypto: poly1305: Restore dependency of arch code on !KMSAN

+1 -1
+1 -1
lib/crypto/Kconfig
··· 97 97 98 98 config CRYPTO_LIB_POLY1305_ARCH 99 99 bool 100 - depends on CRYPTO_LIB_POLY1305 && !UML 100 + depends on CRYPTO_LIB_POLY1305 && !UML && !KMSAN 101 101 default y if ARM 102 102 default y if ARM64 && KERNEL_MODE_NEON 103 103 default y if MIPS