Eric Biggers
unread,Jan 2, 2026, 1:23:54 PMJan 2Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Linus Torvalds, linux-...@vger.kernel.org, kuni...@googlegroups.com, linux-...@vger.kernel.org, Ard Biesheuvel, Jason A. Donenfeld, Herbert Xu, David Gow
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(-)