lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 27 Aug 2022 12:07:59 +0200
From:   Vasily Gorbik <gor@...ux.ibm.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Heiko Carstens <hca@...ux.ibm.com>,
        Alexander Gordeev <agordeev@...ux.ibm.com>,
        Christian Borntraeger <borntraeger@...ibm.com>,
        linux-kernel@...r.kernel.org, linux-s390@...r.kernel.org
Subject: [GIT PULL] s390 updates for 6.0-rc3

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(-)

Powered by blists - more mailing lists