linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Crypto library fixes for v6.19-rc1
@ 2025-12-12  3:58 Eric Biggers
  2025-12-12 10:08 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Biggers @ 2025-12-12  3:58 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-crypto, linux-kernel, Ard Biesheuvel, Jason A. Donenfeld,
	Herbert Xu, Diederik de Haas, Jerry Shih, Vivian Wang

The following changes since commit 7a3984bbd69055898add0fe22445f99435f33450:

  Merge tag 'mips_6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux (2025-12-10 06:20:22 +0900)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git tags/libcrypto-fixes-for-linus

for you to fetch changes up to f6a458746f905adb7d70e50e8b9383dc9e3fd75f:

  crypto: arm64/ghash - Fix incorrect output from ghash-neon (2025-12-10 09:46:26 -0800)

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

Fixes for some recent regressions as well as some longstanding issues:

 - Fix incorrect output from the arm64 NEON implementation of GHASH

 - Merge the ksimd scopes in the arm64 XTS code to reduce stack usage

 - Roll up the BLAKE2b round loop on 32-bit kernels to greatly reduce
   code size and stack usage

 - Add missing RISCV_EFFICIENT_VECTOR_UNALIGNED_ACCESS dependency

 - Fix chacha-riscv64-zvkb.S to not use frame pointer for data

----------------------------------------------------------------
Ard Biesheuvel (2):
      crypto/arm64: aes/xts - Use single ksimd scope to reduce stack bloat
      crypto/arm64: sm4/xts - Merge ksimd scopes to reduce stack bloat

Eric Biggers (4):
      lib/crypto: riscv: Depend on RISCV_EFFICIENT_VECTOR_UNALIGNED_ACCESS
      lib/crypto: blake2b: Roll up BLAKE2b round loop on 32-bit
      lib/crypto: blake2s: Replace manual unrolling with unrolled_full
      crypto: arm64/ghash - Fix incorrect output from ghash-neon

Vivian Wang (1):
      lib/crypto: riscv/chacha: Avoid s0/fp register

 arch/arm64/crypto/aes-glue.c           | 75 ++++++++++++++++------------------
 arch/arm64/crypto/aes-neonbs-glue.c    | 44 ++++++++++----------
 arch/arm64/crypto/ghash-ce-glue.c      |  2 +-
 arch/arm64/crypto/sm4-ce-glue.c        | 42 +++++++++----------
 arch/riscv/crypto/Kconfig              | 12 ++++--
 lib/crypto/Kconfig                     |  9 ++--
 lib/crypto/Makefile                    |  1 -
 lib/crypto/blake2b.c                   | 44 +++++++++-----------
 lib/crypto/blake2s.c                   | 38 ++++++++---------
 lib/crypto/riscv/chacha-riscv64-zvkb.S |  5 +--
 10 files changed, 130 insertions(+), 142 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Crypto library fixes for v6.19-rc1
  2025-12-12  3:58 [GIT PULL] Crypto library fixes for v6.19-rc1 Eric Biggers
@ 2025-12-12 10:08 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-12-12 10:08 UTC (permalink / raw)
  To: Eric Biggers
  Cc: Linus Torvalds, linux-crypto, linux-kernel, Ard Biesheuvel,
	Jason A. Donenfeld, Herbert Xu, Diederik de Haas, Jerry Shih,
	Vivian Wang

The pull request you sent on Thu, 11 Dec 2025 19:58:18 -0800:

> https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git tags/libcrypto-fixes-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/187d0801404f415f22c0b31531982c7ea97fa341

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-12 10:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-12  3:58 [GIT PULL] Crypto library fixes for v6.19-rc1 Eric Biggers
2025-12-12 10:08 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).