public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
From: Vasily Gorbik <gor@linux.ibm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Heiko Carstens <hca@linux.ibm.com>,
	Alexander Gordeev <agordeev@linux.ibm.com>,
	linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org
Subject: [GIT PULL] s390 updates for 6.3-rc5
Date: Tue, 28 Mar 2023 14:57:08 +0200	[thread overview]
Message-ID: <your-ad-here.call-01680008228-ext-8201@work.hours> (raw)

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

             reply	other threads:[~2023-03-28 12:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-28 12:57 Vasily Gorbik [this message]
2023-03-28 20:33 ` [GIT PULL] s390 updates for 6.3-rc5 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=your-ad-here.call-01680008228-ext-8201@work.hours \
    --to=gor@linux.ibm.com \
    --cc=agordeev@linux.ibm.com \
    --cc=hca@linux.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox