* [GIT PULL] s390 updates for 6.3-rc5
@ 2023-03-28 12:57 Vasily Gorbik
2023-03-28 20:33 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Vasily Gorbik @ 2023-03-28 12:57 UTC (permalink / raw)
To: Linus Torvalds
Cc: Heiko Carstens, Alexander Gordeev, linux-kernel, linux-s390
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-28 20:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-28 12:57 [GIT PULL] s390 updates for 6.3-rc5 Vasily Gorbik
2023-03-28 20:33 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox