mbox

[GIT,PULL,0/1] KVM: s390: Fix for 5.7 merge window

Message ID 20200330121934.28143-1-borntraeger@de.ibm.com (mailing list archive)
State New, archived
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-next-5.7-3

Message

Christian Borntraeger March 30, 2020, 12:19 p.m. UTC
Paolo,

The following changes since commit f3dd18d444c757840920434e62809b6104081b06:

  KVM: s390: mark sie block as 512 byte aligned (2020-03-23 18:30:33 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git  tags/kvm-s390-next-5.7-3

for you to fetch changes up to 7a2653612bb6f18fb236c5b0c4d28f7b459bf7c2:

  s390/gmap: return proper error code on ksm unsharing (2020-03-27 06:42:53 -0400)

----------------------------------------------------------------
KVM: s390: Fix for error codes

- return the proper error to userspace when a signal interrupts the
  KSM unsharing operation

----------------------------------------------------------------
Christian Borntraeger (1):
      s390/gmap: return proper error code on ksm unsharing

 Documentation/virt/kvm/api.rst | 6 ++++++
 arch/s390/mm/gmap.c            | 9 +++++----
 2 files changed, 11 insertions(+), 4 deletions(-)