Commit db425f7a0b15 for kernel

commit db425f7a0b158d0dbb07c4f4653795aaad3a7a15
Merge: 5abe8d8efc02 578fe3ff3d5b
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Dec 2 18:20:06 2025 -0800

    Merge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux

    Pull crypto library test updates from Eric Biggers:

     - Add KUnit test suites for SHA-3, BLAKE2b, and POLYVAL. These are the
       algorithms that have new crypto library interfaces this cycle.

     - Remove the crypto_shash POLYVAL tests. They're no longer needed
       because POLYVAL support was removed from crypto_shash. Better POLYVAL
       test coverage is now provided via the KUnit test suite.

    * tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux:
      crypto: testmgr - Remove polyval tests
      lib/crypto: tests: Add KUnit tests for POLYVAL
      lib/crypto: tests: Add additional SHAKE tests
      lib/crypto: tests: Add SHA3 kunit tests
      lib/crypto: tests: Add KUnit tests for BLAKE2b