mbox

[GIT,PULL,v1,0/6] KVM: s390: three small bugfixes for 6.13

Message ID 20250108152350.48892-1-imbrenda@linux.ibm.com (mailing list archive)
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-master-6.13-1

Message

Claudio Imbrenda Jan. 8, 2025, 3:23 p.m. UTC
Ciao Paolo,

please pull the following fixes for 6.13

sorry for the holiday-induced lateness :)


The following changes since commit 9d89551994a430b50c4fffcb1e617a057fa76e20:

  Linux 6.13-rc6 (2025-01-05 14:13:40 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-master-6.13-1

for you to fetch changes up to e376d958871c0eeb7e97cf95655015fc343d209c:

  KVM: s390: selftests: Add has device attr check to uc_attr_mem_limit selftest (2025-01-07 16:36:11 +0100)

----------------------------------------------------------------
KVM: s390: three small bugfixes

Fix a latent bug when the kernel is compiled in debug mode.
Two small UCONTROL fixes and their selftests.

----------------------------------------------------------------
Christoph Schlameuss (5):
      KVM: s390: Reject setting flic pfault attributes on ucontrol VMs
      KVM: s390: selftests: Add ucontrol flic attr selftests
      KVM: s390: Reject KVM_SET_GSI_ROUTING on ucontrol VMs
      KVM: s390: selftests: Add ucontrol gis routing test
      KVM: s390: selftests: Add has device attr check to uc_attr_mem_limit selftest

Claudio Imbrenda (1):
      KVM: s390: vsie: fix virtual/physical address in unpin_scb()

 Documentation/virt/kvm/api.rst                    |   3 +
 Documentation/virt/kvm/devices/s390_flic.rst      |   4 +
 arch/s390/kvm/interrupt.c                         |   6 +
 arch/s390/kvm/vsie.c                              |   2 +-
 tools/testing/selftests/kvm/s390x/ucontrol_test.c | 172 +++++++++++++++++++++-
 5 files changed, 185 insertions(+), 2 deletions(-)