]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 's390-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 Aug 2022 22:40:51 +0000 (15:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 Aug 2022 22:40:51 +0000 (15:40 -0700)
commitc84246e9bcf2a5eb209a31a3cc1d69b04845c946
treee6aefc330fa5fe909dcbbebfd40fbd11045fc24d
parente7fb8d583ca02b272c3daa2ac9c5b21ae6020aac
parent2dc2ba451efaab2454ba5f0552c5b43f6b363d98
Merge tag 's390-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fixes from Vasily Gorbik:

 - Fix double free of guarded storage and runtime instrumentation
   control blocks on fork() failure

 - Fix triggering write fault when VMA does not allow VM_WRITE

* tag 's390-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/mm: do not trigger write fault when vma does not allow VM_WRITE
  s390: fix double free of GS and RI CBs on fork() failure