[GIT PULL] s390 updates for 6.3-rc5

From: Vasily Gorbik
Date: Tue Mar 28 2023 - 08:57:34 EST


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