lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251218190606.GB21380@sol>
Date: Thu, 18 Dec 2025 11:06:06 -0800
From: Eric Biggers <ebiggers@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-crypto@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
	linux-kernel@...r.kernel.org, Ard Biesheuvel <ardb@...nel.org>,
	"Jason A. Donenfeld" <Jason@...c4.com>,
	Herbert Xu <herbert@...dor.apana.org.au>,
	Catalin Marinas <catalin.marinas@....com>,
	Charles Mirabile <cmirabil@...hat.com>,
	Kees Cook <keescook@...omium.org>, Will Deacon <will@...nel.org>
Subject: [GIT PULL] Crypto library fixes for v6.19-rc2

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ