The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585: Linux 6.17-rc1 (2025-08-10 19:41:16 +0300) 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 fd7e5de4b2eddd34e3567cd419812d8869ef4f13: lib/crypto: ensure generated *.S files are removed on make clean (2025-08-14 18:01:03 -0700) ---------------------------------------------------------------- Fix a regression where 'make clean' stopped removing some of the generated assembly files on arm and arm64. ---------------------------------------------------------------- Eric Biggers (1): lib/crypto: sha: Update Kconfig help for SHA1 and SHA256 Tal Zussman (1): lib/crypto: ensure generated *.S files are removed on make clean lib/crypto/Kconfig | 10 +++++----- lib/crypto/Makefile | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-)