OSDN Git Service

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)
commitdee1873796aff90bb932b0e0073a0073863b4b94
treee6aefc330fa5fe909dcbbebfd40fbd11045fc24d
parent05519f2480a3e71053b892d4ea864e641949a77f
parent41ac42f137080bc230b5882e3c88c392ab7f2d32
Merge tag 's390-6.0-2' of git://git./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