Re: [PATCH v2 0/3] Remove iommu_group_remove_device() from fsl

2023-06-01 Thread Joerg Roedel
On Wed, May 31, 2023 at 05:04:04PM +1000, Michael Ellerman wrote: > Great, yep consider it: > > Tested-by: Michael Ellerman Alright, applied them for 6.5.

Re: [PATCH v2 0/3] Remove iommu_group_remove_device() from fsl

2023-05-31 Thread Michael Ellerman
Jason Gunthorpe writes: > On Tue, May 30, 2023 at 10:03:53PM +1000, Michael Ellerman wrote: >> Jason Gunthorpe writes: >> > On Tue, May 23, 2023 at 08:26:32AM +0200, Joerg Roedel wrote: >> >> On Tue, May 16, 2023 at 09:35:25PM -0300, Jason Gunthorpe wrote: >> >> > With POWER SPAPR now having a re

Re: [PATCH v2 0/3] Remove iommu_group_remove_device() from fsl

2023-05-30 Thread Jason Gunthorpe
On Tue, May 30, 2023 at 10:03:53PM +1000, Michael Ellerman wrote: > Jason Gunthorpe writes: > > On Tue, May 23, 2023 at 08:26:32AM +0200, Joerg Roedel wrote: > >> On Tue, May 16, 2023 at 09:35:25PM -0300, Jason Gunthorpe wrote: > >> > With POWER SPAPR now having a real iommu driver and using the n

Re: [PATCH v2 0/3] Remove iommu_group_remove_device() from fsl

2023-05-30 Thread Michael Ellerman
Jason Gunthorpe writes: > On Tue, May 23, 2023 at 08:26:32AM +0200, Joerg Roedel wrote: >> On Tue, May 16, 2023 at 09:35:25PM -0300, Jason Gunthorpe wrote: >> > With POWER SPAPR now having a real iommu driver and using the normal group >> > lifecycle stuff fixing FSL will leave only VFIO's no-iomm

Re: [PATCH v2 0/3] Remove iommu_group_remove_device() from fsl

2023-05-28 Thread Jason Gunthorpe
On Tue, May 23, 2023 at 08:26:32AM +0200, Joerg Roedel wrote: > On Tue, May 16, 2023 at 09:35:25PM -0300, Jason Gunthorpe wrote: > > With POWER SPAPR now having a real iommu driver and using the normal group > > lifecycle stuff fixing FSL will leave only VFIO's no-iommu support as a > > user for th

Re: [PATCH v2 0/3] Remove iommu_group_remove_device() from fsl

2023-05-22 Thread Joerg Roedel
On Tue, May 16, 2023 at 09:35:25PM -0300, Jason Gunthorpe wrote: > With POWER SPAPR now having a real iommu driver and using the normal group > lifecycle stuff fixing FSL will leave only VFIO's no-iommu support as a > user for the iommu_group_add/remove_device() calls. This will help > simplify the

[PATCH v2 0/3] Remove iommu_group_remove_device() from fsl

2023-05-16 Thread Jason Gunthorpe
With POWER SPAPR now having a real iommu driver and using the normal group lifecycle stuff fixing FSL will leave only VFIO's no-iommu support as a user for the iommu_group_add/remove_device() calls. This will help simplify the understanding of what the core code should be doing for these functions.