Hello Linus, please pull s390 changes for 6.0-rc3. Thank you, Vasily The following changes since commit 1c23f9e627a7b412978b4e852793c5e3c3efc555: Linux 6.0-rc2 (2022-08-21 17:32:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-6.0-2 for you to fetch changes up to 41ac42f137080bc230b5882e3c88c392ab7f2d32: s390/mm: do not trigger write fault when vma does not allow VM_WRITE (2022-08-25 15:12:32 +0200) ---------------------------------------------------------------- s390 updates for 6.0-rc3 - 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. ---------------------------------------------------------------- Brian Foster (1): s390: fix double free of GS and RI CBs on fork() failure Gerald Schaefer (1): s390/mm: do not trigger write fault when vma does not allow VM_WRITE arch/s390/kernel/process.c | 22 ++++++++++++++++------ arch/s390/mm/fault.c | 4 +++- 2 files changed, 19 insertions(+), 7 deletions(-)