Commit 3719114091ce for kernel

commit 3719114091cea0d3a896581e4fe5bed4eba4604b
Merge: 1523e4d567f1 c8d46f17c2fc
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Apr 3 17:50:24 2026 -0700

    Merge tag 's390-7.0-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

    Pull s390 fixes from Vasily Gorbik:

     - Fix a memory leak in the zcrypt driver where the AP message buffer
       for clear key RSA requests was allocated twice, once by the caller
       and again locally, causing the first allocation to never be freed

     - Fix the cpum_sf perf sampling rate overflow adjustment to clamp the
       recalculated rate to the hardware maximum, preventing exceptions on
       heavily loaded systems running with HZ=1000

    * tag 's390-7.0-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
      s390/zcrypt: Fix memory leak with CCA cards used as accelerator
      s390/cpum_sf: Cap sampling rate to prevent lsctl exception