[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260111193909.GA4348@quark>
Date: Sun, 11 Jan 2026 11:39:09 -0800
From: Eric Biggers <ebiggers@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org,
Ard Biesheuvel <ardb@...nel.org>,
"Jason A. Donenfeld" <Jason@...c4.com>,
Herbert Xu <herbert@...dor.apana.org.au>,
Jie Zhan <zhanjie9@...ilicon.com>, Qingfang Deng <dqfext@...il.com>,
Thomas Weißschuh <thomas.weissschuh@...utronix.de>
Subject: [GIT PULL] Crypto library fixes for v6.19-rc5
The following changes since commit 9ace4753a5202b02191d54e9fdf7f9e3d02b85eb:
Linux 6.19-rc4 (2026-01-04 14:41:55 -0800)
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 74d74bb78aeccc9edc10db216d6be121cf7ec176:
lib/crypto: aes: Fix missing MMU protection for AES S-box (2026-01-08 11:14:59 -0800)
----------------------------------------------------------------
Crypto library fixes for v6.19-rc5
- A couple more fixes for the lib/crypto KUnit tests
- Fix missing MMU protection for the AES S-box
----------------------------------------------------------------
Eric Biggers (2):
MAINTAINERS: add test vector generation scripts to "CRYPTO LIBRARY"
lib/crypto: aes: Fix missing MMU protection for AES S-box
Jie Zhan (1):
lib/crypto: tests: Fix syntax error for old python versions
Thomas Weißschuh (1):
lib/crypto: tests: polyval_kunit: Increase iterations for preparekey in IRQs
MAINTAINERS | 1 +
lib/crypto/aes.c | 4 ++--
lib/crypto/tests/polyval_kunit.c | 2 +-
scripts/crypto/gen-hash-testvecs.py | 2 +-
4 files changed, 5 insertions(+), 4 deletions(-)
Powered by blists - more mailing lists