Commit e2683c8868d0 for kernel

commit e2683c8868d03382da7e1ce8453b543a043066d1
Merge: 6fdca3c5ab55 e9af4f47d4a0
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Apr 21 11:46:22 2026 -0700

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

    Pull more crypto library updates from Eric Biggers:
     "Crypto library fix and documentation update:

       - Fix an integer underflow in the mpi library

       - Improve the crypto library documentation"

    * tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux:
      lib/crypto: docs: Add rst documentation to Documentation/crypto/
      docs: kdoc: Expand 'at_least' when creating parameter list
      lib/crypto: mpi: Fix integer underflow in mpi_read_raw_from_sgl()