public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
From: Eric Biggers <ebiggers@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org,
	kunit-dev@googlegroups.com, Ard Biesheuvel <ardb@kernel.org>,
	"Jason A. Donenfeld" <Jason@zx2c4.com>,
	Herbert Xu <herbert@gondor.apana.org.au>,
	Aleksander Jan Bajkowski <olek2@wp.pl>,
	David Gow <david@davidgow.net>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [GIT PULL] Crypto library fixes for v7.0-rc3
Date: Thu, 5 Mar 2026 10:42:54 -0800	[thread overview]
Message-ID: <20260305184254.GA2796@quark> (raw)

The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

  Linux 7.0-rc1 (2026-02-22 13:18:59 -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 3875ceb592d3cb23dc932165cc1eeb74cf4dc319:

  crypto: testmgr - Fix stale references to aes-generic (2026-03-03 11:57:15 -0800)

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

- Several test fixes:

   - Fix flakiness in the interrupt context tests in certain VMs.

   - Make the lib/crypto/ KUnit tests depend on the corresponding
     library options rather than selecting them. This follows the
     standard KUnit convention, and it fixes an issue where enabling
     CONFIG_KUNIT_ALL_TESTS pulled in all the crypto library code.

   - Add a kunitconfig file for lib/crypto/.

   - Fix a couple stale references to "aes-generic" that made it in
     concurrently with the rename to "aes-lib".

- Update the help text for several CRYPTO kconfig options to remove
  outdated information about users that now use the library instead.

----------------------------------------------------------------
Eric Biggers (4):
      kunit: irq: Ensure timer doesn't fire too frequently
      lib/crypto: tests: Depend on library options rather than selecting them
      lib/crypto: tests: Add a .kunitconfig file
      crypto: testmgr - Fix stale references to aes-generic

Geert Uytterhoeven (5):
      crypto: Clean up help text for CRYPTO_BLAKE2B
      crypto: Clean up help text for CRYPTO_SHA256
      crypto: Clean up help text for CRYPTO_XXHASH
      crypto: Clean up help text for CRYPTO_CRC32C
      crypto: Clean up help text for CRYPTO_CRC32

 crypto/Kconfig                     |  9 --------
 crypto/testmgr.c                   |  4 ++--
 include/kunit/run-in-irq-context.h | 44 ++++++++++++++++++++++++--------------
 lib/crypto/.kunitconfig            | 34 +++++++++++++++++++++++++++++
 lib/crypto/tests/Kconfig           | 35 +++++++++++-------------------
 5 files changed, 76 insertions(+), 50 deletions(-)
 create mode 100644 lib/crypto/.kunitconfig

             reply	other threads:[~2026-03-05 18:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-05 18:42 Eric Biggers [this message]
2026-03-05 19:55 ` [GIT PULL] Crypto library fixes for v7.0-rc3 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260305184254.GA2796@quark \
    --to=ebiggers@kernel.org \
    --cc=Jason@zx2c4.com \
    --cc=ardb@kernel.org \
    --cc=david@davidgow.net \
    --cc=geert+renesas@glider.be \
    --cc=geert@linux-m68k.org \
    --cc=herbert@gondor.apana.org.au \
    --cc=kunit-dev@googlegroups.com \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olek2@wp.pl \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox