mbox

[GIT,PULL,0/3] KVM: s390: Changes for 6.4

Message ID 20230426125119.11472-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-next-6.4-1

Message

Janosch Frank April 26, 2023, 12:51 p.m. UTC
Hi Paolo,

nothing major for today, two patches that continue our phys_to_virt()
conversion efforts and a patch that increases readability.

Please pull,
Janosch

The following changes since commit eeac8ede17557680855031c6f305ece2378af326:

  Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8a46df7cd135fe576c18efa418cd1549e51f2732:

  KVM: s390: pci: fix virtual-physical confusion on module unload/load (2023-04-20 16:30:35 +0200)

----------------------------------------------------------------
Minor cleanup:
 - phys_to_virt conversion
 - Improvement of VSIE AP management

----------------------------------------------------------------
Nico Boehr (2):
      KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA
      KVM: s390: pci: fix virtual-physical confusion on module unload/load

Pierre Morel (1):
      KVM: s390: vsie: clarifications on setting the APCB

 arch/s390/kvm/interrupt.c |  4 ++--
 arch/s390/kvm/pci.c       |  2 +-
 arch/s390/kvm/vsie.c      | 50 +++++++++++++++++++++++++++--------------------
 3 files changed, 32 insertions(+), 24 deletions(-)


Nico Boehr (2):
  KVM: s390: interrupt: fix virtual-physical confusion for next alert
    GISA
  KVM: s390: pci: fix virtual-physical confusion on module unload/load

Pierre Morel (1):
  KVM: s390: vsie: clarifications on setting the APCB

 arch/s390/kvm/interrupt.c |  4 ++--
 arch/s390/kvm/pci.c       |  2 +-
 arch/s390/kvm/vsie.c      | 50 +++++++++++++++++++++++----------------
 3 files changed, 32 insertions(+), 24 deletions(-)

Comments

Paolo Bonzini April 26, 2023, 7:43 p.m. UTC | #1
On Wed, Apr 26, 2023 at 2:52 PM Janosch Frank <frankja@linux.ibm.com> wrote:
>
> Hi Paolo,
>
> nothing major for today, two patches that continue our phys_to_virt()
> conversion efforts and a patch that increases readability.
>
> Please pull,
> Janosch

Queued, thanks.

Paolo

> The following changes since commit eeac8ede17557680855031c6f305ece2378af326:
>
>   Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-next-6.4-1
>
> for you to fetch changes up to 8a46df7cd135fe576c18efa418cd1549e51f2732:
>
>   KVM: s390: pci: fix virtual-physical confusion on module unload/load (2023-04-20 16:30:35 +0200)
>
> ----------------------------------------------------------------
> Minor cleanup:
>  - phys_to_virt conversion
>  - Improvement of VSIE AP management
>
> ----------------------------------------------------------------
> Nico Boehr (2):
>       KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA
>       KVM: s390: pci: fix virtual-physical confusion on module unload/load
>
> Pierre Morel (1):
>       KVM: s390: vsie: clarifications on setting the APCB
>
>  arch/s390/kvm/interrupt.c |  4 ++--
>  arch/s390/kvm/pci.c       |  2 +-
>  arch/s390/kvm/vsie.c      | 50 +++++++++++++++++++++++++++--------------------
>  3 files changed, 32 insertions(+), 24 deletions(-)
>
>
> Nico Boehr (2):
>   KVM: s390: interrupt: fix virtual-physical confusion for next alert
>     GISA
>   KVM: s390: pci: fix virtual-physical confusion on module unload/load
>
> Pierre Morel (1):
>   KVM: s390: vsie: clarifications on setting the APCB
>
>  arch/s390/kvm/interrupt.c |  4 ++--
>  arch/s390/kvm/pci.c       |  2 +-
>  arch/s390/kvm/vsie.c      | 50 +++++++++++++++++++++++----------------
>  3 files changed, 32 insertions(+), 24 deletions(-)
>
> --
> 2.40.0
>