Commit d0c3bcd5b897 for kernel

commit d0c3bcd5b8976159d835a897254048e078f447e6
Merge: f1b24d8bdd64 e5046823f8fa
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Mon Mar 30 13:40:48 2026 -0700

    Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux

    Pull crypto library fix from Eric Biggers:
     "Fix missing zeroization of the ChaCha state"

    * tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux:
      lib/crypto: chacha: Zeroize permuted_state before it leaves scope