projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8bf0b9
)
lib/crypto: nh: Restore dependency of arch code on !KMSAN
author
Eric Biggers
<ebiggers@kernel.org>
Mon, 5 Jan 2026 05:36:52 +0000
(21:36 -0800)
committer
Eric Biggers
<ebiggers@kernel.org>
Mon, 12 Jan 2026 19:07:50 +0000
(11:07 -0800)
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>
lib/crypto/Kconfig
patch
|
blob
|
history
diff --git
a/lib/crypto/Kconfig
b/lib/crypto/Kconfig
index
33cf46b
..
781a42c
100644
(file)
--- a/
lib/crypto/Kconfig
+++ b/
lib/crypto/Kconfig
@@
-116,7
+116,7
@@
config CRYPTO_LIB_NH
config CRYPTO_LIB_NH_ARCH
bool
- depends on CRYPTO_LIB_NH && !UML
+ depends on CRYPTO_LIB_NH && !UML
&& !KMSAN
default y if ARM && KERNEL_MODE_NEON
default y if ARM64 && KERNEL_MODE_NEON
default y if X86_64