> Many of these 'depends on !KMSAN' lines are mixed in among 'select' lines. > They should go immediately after any existing 'depends on' lines. E.g. > > depends on X86 && 64BIT > + depends on !KMSAN # avoid false positives from assembly > select CRYPTO_LIB_POLY1305_GENERIC > select CRYPTO_ARCH_HAVE_LIB_POLY1305 > > Also, there are some options that were missed: > > CRYPTO_CURVE25519_X86 > CRYPTO_NHPOLY1305_SSE2 > CRYPTO_NHPOLY1305_AVX2 > CRYPTO_BLAKE2S_X86 Thanks, WBD in v5.