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.

lib/crypto: nh: Restore dependency of arch code on !KMSAN

Since the architecture-specific implementations of NH initialize memory
in assembly code, they aren't compatible with KMSAN as-is.

Fixes: 382de740759a ("lib/crypto: nh: Add NH library")
Link: https://lore.kernel.org/r/20260105053652.1708299-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>

+1 -1
+1 -1
lib/crypto/Kconfig
··· 116 116 117 117 config CRYPTO_LIB_NH_ARCH 118 118 bool 119 - depends on CRYPTO_LIB_NH && !UML 119 + depends on CRYPTO_LIB_NH && !UML && !KMSAN 120 120 default y if ARM && KERNEL_MODE_NEON 121 121 default y if ARM64 && KERNEL_MODE_NEON 122 122 default y if X86_64