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:   Tue, 28 Mar 2023 14:57:08 +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>,
        linux-kernel@...r.kernel.org, linux-s390@...r.kernel.org
Subject: [GIT PULL] s390 updates for 6.3-rc5

Hello Linus,

please pull s390 changes for 6.3-rc5.

Thank you,
Vasily

The following changes since commit d7a0bdbf17276b757d2b89f5351bbee9ecf58fe6:

  s390: update defconfigs (2023-03-13 09:15:11 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-6.3-4

for you to fetch changes up to f9bbf25e7b2b74b52b2f269216a92657774f239c:

  s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling (2023-03-27 17:23:08 +0200)

----------------------------------------------------------------
s390 updates for 6.3-rc5

- Fix an error handling issue with PTRACE_GET_LAST_BREAK request so that
  an -EFAULT is returned if put_user() fails, instead of ignoring it.

- Fix a build race for the modules_prepare target when
  CONFIG_EXPOLINE_EXTERN is enabled by reintroducing the dependence
  on scripts.

- Fix a memory leak in vfio_ap device driver.

- Adds missing earlyclobber annotations to __clear_user() inline assembly
  to prevent incorrect register allocation.

----------------------------------------------------------------
Heiko Carstens (2):
      s390/uaccess: add missing earlyclobber annotations to __clear_user()
      s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling

Jiri Slaby (SUSE) (1):
      s390: reintroduce expoline dependence to scripts

Tony Krowiak (1):
      s390/vfio-ap: fix memory leak in vfio_ap device driver

 arch/s390/Makefile                | 2 +-
 arch/s390/kernel/ptrace.c         | 8 ++------
 arch/s390/lib/uaccess.c           | 2 +-
 drivers/s390/crypto/vfio_ap_drv.c | 3 ++-
 4 files changed, 6 insertions(+), 9 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ