Commit 288537d9c936 for kernel

commit 288537d9c9364356a4b2f6bd947f2e89cdaa353e
Merge: a79be02bba5c 8006aff15516
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Apr 24 09:10:01 2025 -0700

    Merge tag 'v6.15-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

    Pull crypto fixes from Herbert Xu:

     - Revert acomp multibuffer tests which were buggy

     - Fix off-by-one regression in new scomp code

     - Lower quality setting on atmel-sha204a as it may not be random

    * tag 'v6.15-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
      crypto: atmel-sha204a - Set hwrng quality to lowest possible
      crypto: scomp - Fix off-by-one bug when calculating last page
      Revert "crypto: testmgr - Add multibuffer acomp testing"