mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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
This commit is contained in:
@@ -97,7 +97,7 @@ config CRYPTO_LIB_POLY1305
|
||||
|
||||
config CRYPTO_LIB_POLY1305_ARCH
|
||||
bool
|
||||
depends on CRYPTO_LIB_POLY1305 && !UML
|
||||
depends on CRYPTO_LIB_POLY1305 && !UML && !KMSAN
|
||||
default y if ARM
|
||||
default y if ARM64 && KERNEL_MODE_NEON
|
||||
default y if MIPS
|
||||
|
||||
Reference in New Issue
Block a user