Message ID | 20220923120412.15294-1-frankja@linux.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 9/23/22 14:04, Janosch Frank wrote: > Paolo, > > vfio-pci has kept us busy for a bit so here are three additional pci fixes. > Additionally there's a smatch fix by Janis. > > It might be a bit late for rc7 but we wanted to have the coverage. They're in today's linux-next even, and everybody was busy with other stuff last week, so it's fine. Pulled, thanks! Paolo > Enjoy the weekend! > > The following changes since commit 521a547ced6477c54b4b0cc206000406c221b4d6: > > Linux 6.0-rc6 (2022-09-18 13:44:14 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-master-6.0-2 > > for you to fetch changes up to 189e7d876e48d7c791fe1c9c01516f70f5621a9f: > > KVM: s390: pci: register pci hooks without interpretation (2022-09-21 16:18:38 +0200) > > ---------------------------------------------------------------- > More pci fixes > Fix for a code analyser warning > ---------------------------------------------------------------- > > Janis Schoetterl-Glausch (1): > KVM: s390: Pass initialized arg even if unused > > Matthew Rosato (3): > KVM: s390: pci: fix plain integer as NULL pointer warnings > KVM: s390: pci: fix GAIT physical vs virtual pointers usage > KVM: s390: pci: register pci hooks without interpretation > > arch/s390/kvm/gaccess.c | 16 +++++++++++++--- > arch/s390/kvm/interrupt.c | 2 +- > arch/s390/kvm/kvm-s390.c | 4 ++-- > arch/s390/kvm/pci.c | 20 ++++++++++++++------ > arch/s390/kvm/pci.h | 6 +++--- > 5 files changed, 33 insertions(+), 15 deletions(-) >