Commit 7143203341dc for kernel

commit 7143203341dccbca809ba0a8e72239ea4652ace6
Merge: 9c7ef209cd0f 74d74bb78aec
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Jan 11 15:07:56 2026 -1000

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

    Pull crypto library fixes from Eric Biggers:

     - A couple more fixes for the lib/crypto KUnit tests

     - Fix missing MMU protection for the AES S-box

    * tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux:
      lib/crypto: aes: Fix missing MMU protection for AES S-box
      MAINTAINERS: add test vector generation scripts to "CRYPTO LIBRARY"
      lib/crypto: tests: Fix syntax error for old python versions
      lib/crypto: tests: polyval_kunit: Increase iterations for preparekey in IRQs