[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260102182334.GA2294@sol>
Date: Fri, 2 Jan 2026 10:23:34 -0800
From: Eric Biggers <ebiggers@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-crypto@...r.kernel.org, kunit-dev@...glegroups.com,
linux-kernel@...r.kernel.org, Ard Biesheuvel <ardb@...nel.org>,
"Jason A. Donenfeld" <Jason@...c4.com>,
Herbert Xu <herbert@...dor.apana.org.au>,
David Gow <davidgow@...gle.com>
Subject: [GIT PULL] Crypto library fix for v6.19-rc4
The following changes since commit 9448598b22c50c8a5bb77a9103e2d49f134c9578:
Linux 6.19-rc2 (2025-12-21 15:52:04 -0800)
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 c31f4aa8fed048fa70e742c4bb49bb48dc489ab3:
kunit: Enforce task execution in {soft,hard}irq contexts (2025-12-22 12:20:08 -0800)
----------------------------------------------------------------
Fix the kunit_run_irq_test() function (which I recently added for the
CRC and crypto tests) to be less timing-dependent. This fixes flakiness
in the polyval kunit test suite.
----------------------------------------------------------------
David Gow (1):
kunit: Enforce task execution in {soft,hard}irq contexts
include/kunit/run-in-irq-context.h | 53 ++++++++++++++++++++++++--------------
1 file changed, 33 insertions(+), 20 deletions(-)
Powered by blists - more mailing lists