[GIT PULL] Crypto library fix for v6.19-rc4
From: Eric Biggers
Date: Fri Jan 02 2026 - 13:24:06 EST
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(-)