Re: [PATCH v3 00/10] iommu cleanup and refactoring

2022-02-15 Thread Lu Baolu
On 2/15/22 5:17 PM, Joerg Roedel wrote: Hi Baolu, On Tue, Feb 15, 2022 at 10:05:42AM +0800, Lu Baolu wrote: Do you want me to send a new version with below changes: - Remove WARN_ON() in dev_iommu_ops(); - Merge above two patches. Or, you can change above yourself? Please make the changes a

Re: [PATCH v3 00/10] iommu cleanup and refactoring

2022-02-15 Thread Joerg Roedel
Hi Baolu, On Tue, Feb 15, 2022 at 10:05:42AM +0800, Lu Baolu wrote: > Do you want me to send a new version with below changes: > > - Remove WARN_ON() in dev_iommu_ops(); > - Merge above two patches. > > Or, you can change above yourself? Please make the changes and send a new version. I will ap

Re: [PATCH v3 00/10] iommu cleanup and refactoring

2022-02-14 Thread Lu Baolu
Hi Joerg, On 2/14/22 10:14 PM, Joerg Roedel wrote: On Mon, Feb 14, 2022 at 09:55:28AM +0800, Lu Baolu wrote: v3: - Remove ops check when dev_iommu_ops() is used. - This version of series is available on github: https://github.com/LuBaolu/intel-iommu/commits/iommu-domain-ops-v3 Lu Baolu

Re: [PATCH v3 00/10] iommu cleanup and refactoring

2022-02-14 Thread Joerg Roedel
On Mon, Feb 14, 2022 at 09:55:28AM +0800, Lu Baolu wrote: > v3: > - Remove ops check when dev_iommu_ops() is used. > - This version of series is available on github: >https://github.com/LuBaolu/intel-iommu/commits/iommu-domain-ops-v3 > > Lu Baolu (10): > iommu/vt-d: Remove guest pasid rela

[PATCH v3 00/10] iommu cleanup and refactoring

2022-02-13 Thread Lu Baolu
Hi, The guest pasid and aux-domain related code are dead code in current iommu subtree. As we have reached a consensus that all these features should be based on the new iommufd framework (which is under active development), the first part of this series removes and cleanups all the dead code. Th