Re: [PATCH] lib/crypto: nh: Restore dependency of arch code on !KMSAN

From: Eric Biggers

Date: Tue Jan 06 2026 - 23:10:48 EST


On Sun, Jan 04, 2026 at 09:36:52PM -0800, Eric Biggers wrote:
> 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")
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> ---
> lib/crypto/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=libcrypto-next

- Eric