[GIT PULL] Crypto library fixes for v6.19-rc2
From: Eric Biggers
Date: Thu Dec 18 2025 - 14:06:15 EST
The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:
Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)
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 5a0b1882506858b12cc77f0e2439a5f3c5052761:
lib/crypto: riscv: Add poly1305-core.S to .gitignore (2025-12-14 10:18:22 -0800)
----------------------------------------------------------------
- Fix a performance issue with the scoped_ksimd() macro (new in 6.19)
where it unnecessarily initialized the entire fpsimd state.
- Add a missing gitignore entry for a generated file added in 6.18.
----------------------------------------------------------------
Ard Biesheuvel (1):
arm64/simd: Avoid pointless clearing of FP/SIMD buffer
Charles Mirabile (1):
lib/crypto: riscv: Add poly1305-core.S to .gitignore
arch/arm64/include/asm/simd.h | 9 ++++++++-
lib/crypto/riscv/.gitignore | 2 ++
2 files changed, 10 insertions(+), 1 deletion(-)
create mode 100644 lib/crypto/riscv/.gitignore