]> 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)
commit55a1072b4c22442af37dde64786270043b6664c0
treee6aefc330fa5fe909dcbbebfd40fbd11045fc24d
parent3519c245719cdf76ba1392e82d5b825b7f358362
parenta7a8b91b7380ffae73423898ba679efb8d4c5ee2
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