* [GIT PULL] Crypto library updates for 7.2
@ 2026-06-15 17:54 Eric Biggers
0 siblings, 0 replies; only message in thread
From: Eric Biggers @ 2026-06-15 17:54 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-crypto, linux-kernel, Ard Biesheuvel, Jason A. Donenfeld,
Herbert Xu, Arnd Bergmann, Christophe Leroy
The following changes since commit 7fd2df204f342fc17d1a0bfcd474b24232fb0f32:
Linux 7.1-rc2 (2026-05-03 14:21:25 -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 065f978a0e015c4dd9f536f5c08078a37f5509c1:
lib/crypto: gf128hash: mark clmul32() as noinline_for_stack (2026-06-11 12:57:49 -0700)
----------------------------------------------------------------
- Drop the last architecture-specific implementation of MD5
- Mark clmul32() as noinline_for_stack to improve codegen in some cases
----------------------------------------------------------------
Arnd Bergmann (1):
lib/crypto: gf128hash: mark clmul32() as noinline_for_stack
Eric Biggers (1):
lib/crypto: powerpc/md5: Drop powerpc optimized MD5 code
lib/crypto/Kconfig | 5 -
lib/crypto/Makefile | 4 -
lib/crypto/gf128hash.c | 2 +-
lib/crypto/md5.c | 20 ++--
lib/crypto/powerpc/md5-asm.S | 235 -------------------------------------------
lib/crypto/powerpc/md5.h | 12 ---
6 files changed, 8 insertions(+), 270 deletions(-)
delete mode 100644 lib/crypto/powerpc/md5-asm.S
delete mode 100644 lib/crypto/powerpc/md5.h
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-15 17:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-15 17:54 [GIT PULL] Crypto library updates for 7.2 Eric Biggers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox