Re: [PATCH v2 0/2] s390x/pci: small set of fixes

2023-11-13 Thread Eric Farman
On Fri, 2023-11-10 at 12:51 -0500, Matthew Rosato wrote: > The following set of changes are associated with issues exposed by > testing > of the 'vfio: Adopt iommufd' series. ...snip... > Matthew Rosato (2): >   s390x/pci: bypass vfio DMA counting when using cdev >   s390x/pci: only limit DMA ape

Re: [PATCH v2 0/2] s390x/pci: small set of fixes

2023-11-12 Thread Thomas Huth
On 10/11/2023 18.51, Matthew Rosato wrote: The following set of changes are associated with issues exposed by testing of the 'vfio: Adopt iommufd' series. The first patch fixes an existing assumption that a vfio device will always have a group fd (which is no longer true if cdev is used, which c

[PATCH v2 0/2] s390x/pci: small set of fixes

2023-11-10 Thread Matthew Rosato
The following set of changes are associated with issues exposed by testing of the 'vfio: Adopt iommufd' series. The first patch fixes an existing assumption that a vfio device will always have a group fd (which is no longer true if cdev is used, which can only happen once the iommufd backend is us