]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 's390-7.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 4 Jul 2026 16:28:45 +0000 (06:28 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 4 Jul 2026 16:28:45 +0000 (06:28 -1000)
commit7404ce51637231382873d0b55edabc2f3b841a9d
tree402d966ef2d808c4a3ae5c09bbbd6368c7611b73
parent410430b616a739eb395143f4f608d4339a3b0a8f
parent2995ccec260caa9e85b3301a4aba1e66ed80ad74
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