mbox

[GIT,PULL,0/2] s390 fixes for 6.1-rc5

Message ID 20221107094329.81054-1-frankja@linux.ibm.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Janosch Frank Nov. 7, 2022, 9:43 a.m. UTC
Hey Paolo here are two small fixes for s390:
 - A vfio-pci allocation size fix
 - A PV clock fix

Please pull,
Janosch

The following changes since commit f0c4d9fc9cc9462659728d168387191387e903cc:

  Linux 6.1-rc4 (2022-11-06 15:07:11 -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.1-1

for you to fetch changes up to b6662e37772715447aeff2538444ff291e02ea31:

  KVM: s390: pci: Fix allocation size of aift kzdev elements (2022-11-07 10:14:15 +0100)

----------------------------------------------------------------
A PCI allocation fix and a PV clock fix.

----------------------------------------------------------------
Nico Boehr (1):
      KVM: s390: pv: don't allow userspace to set the clock under PV

Rafael Mendonca (1):
      KVM: s390: pci: Fix allocation size of aift kzdev elements

 Documentation/virt/kvm/devices/vm.rst |  3 +++
 arch/s390/kvm/kvm-s390.c              | 26 +++++++++++++++++---------
 arch/s390/kvm/kvm-s390.h              |  1 -
 arch/s390/kvm/pci.c                   |  2 +-
 4 files changed, 21 insertions(+), 11 deletions(-)

Comments

Paolo Bonzini Nov. 9, 2022, 5:28 p.m. UTC | #1
On 11/7/22 10:43, Janosch Frank wrote:
>    https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git  tags/kvm-s390-master-6.1-1

Pulled, thanks.

Paolo