[GIT PULL] Crypto library fixes for v7.2-rc4

From: Eric Biggers

Date: Fri Jul 17 2026 - 12:11:54 EST


The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

Linux 7.2-rc1 (2026-06-28 12:01:31 -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 e073f1238ecaea366f53e98724c40b31856da56a:

crypto: aes - Fix conditions for selecting MAC dependencies (2026-07-09 11:06:22 -0400)

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

- Fix a build error in certain configurations

- Clarify some parts of the documentation

- Remove unused code that I forgot to remove in commit cf52058dcdd9

----------------------------------------------------------------
Eric Biggers (4):
lib/crypto: md5: Remove support for md5_mod_init_arch()
lib/crypto: docs: Fix some sentence fragments
lib/crypto: docs: Improve introduction sentence
crypto: aes - Fix conditions for selecting MAC dependencies

Documentation/crypto/libcrypto-blockcipher.rst | 6 ++--
Documentation/crypto/libcrypto-hash.rst | 38 ++++++++++++++------------
Documentation/crypto/libcrypto-signature.rst | 2 +-
Documentation/crypto/libcrypto.rst | 5 ++--
crypto/Kconfig | 4 +--
lib/crypto/Kconfig | 3 +-
lib/crypto/md5.c | 14 ----------
7 files changed, 30 insertions(+), 42 deletions(-)