[GIT PULL] Crypto library fix for v6.18-rc3
From: Eric Biggers
Date: Fri Oct 24 2025 - 15:09:34 EST
The following changes since commit 211ddde0823f1442e4ad052a2f30f050145ccada:
Linux 6.18-rc2 (2025-10-19 15:19:16 -1000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git tags/libcrypto-for-linus
for you to fetch changes up to 1af424b15401d2be789c4dc2279889514e7c5c94:
lib/crypto: poly1305: Restore dependency of arch code on !KMSAN (2025-10-22 10:52:10 -0700)
----------------------------------------------------------------
Avoid some false-positive KMSAN warnings by restoring the dependency of
the architecture-optimized Poly1305 code on !KMSAN.
----------------------------------------------------------------
Eric Biggers (1):
lib/crypto: poly1305: Restore dependency of arch code on !KMSAN
lib/crypto/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)