[GIT PULL] Crypto library fix for v7.0-rc7

From: Eric Biggers

Date: Mon Mar 30 2026 - 15:54:25 EST


The following changes since commit c369299895a591d96745d6492d4888259b004a9e:

Linux 7.0-rc5 (2026-03-22 14:42:17 -0700)

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 e5046823f8fa3677341b541a25af2fcb99a5b1e0:

lib/crypto: chacha: Zeroize permuted_state before it leaves scope (2026-03-27 13:35:35 -0700)

----------------------------------------------------------------

Fix missing zeroization of the ChaCha state

----------------------------------------------------------------
Eric Biggers (1):
lib/crypto: chacha: Zeroize permuted_state before it leaves scope

lib/crypto/chacha-block-generic.c | 4 ++++
1 file changed, 4 insertions(+)