Message ID | 20230426125119.11472-1-frankja@linux.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 >