Commit 7404ce516372 for kernel

commit 7404ce51637231382873d0b55edabc2f3b841a9d
Merge: 410430b616a7 2995ccec260c
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Jul 4 06:28:45 2026 -1000

    Merge tag 's390-7.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

    Pull s390 fixes from Vasily Gorbik:

     - Fix PKEY_VERIFYPROTK ioctl key type handling by removing the generic
       key-length based type check with its wrong bit-size calculation, and
       leaving protected key verification to the pkey handler

     - Fix monwriter buffer reuse by rejecting records that change the data
       length, preventing out of bounds user copy into the kernel buffer

    * tag 's390-7.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
      s390/monwriter: Reject buffer reuse with different data length
      pkey: Move keytype check from pkey api to handler