[GIT,PULL] s390 updates for 6.3-rc5

Message ID your-ad-here.call-01680008228-ext-8201@work.hours
State New
Headers
Series [GIT,PULL] s390 updates for 6.3-rc5 |

Pull-request

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

Message

Vasily Gorbik March 28, 2023, 12:57 p.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org March 28, 2023, 8:33 p.m. UTC | #1
The pull request you sent on Tue, 28 Mar 2023 14:57:08 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/05c24161f4d2adc0deb6f3f0f55d25e12fbbdcde

Thank you!