Re: [PATCH v6 00/25] iommu: Make default_domain's mandatory

2023-08-14 Thread Baolu Lu
On 2023/8/15 1:30, Jason Gunthorpe wrote: On Mon, Aug 14, 2023 at 04:43:23PM +0800, Baolu Lu wrote: This is on github:https://github.com/jgunthorpe/linux/commits/iommu_all_defdom It seems that after this series, all ARM iommu drivers are able to support the IDENTITY default domain, hence perha

Re: [PATCH v6 00/25] iommu: Make default_domain's mandatory

2023-08-14 Thread Jason Gunthorpe
On Mon, Aug 14, 2023 at 04:43:23PM +0800, Baolu Lu wrote: > > This is on > > github:https://github.com/jgunthorpe/linux/commits/iommu_all_defdom > > It seems that after this series, all ARM iommu drivers are able to > support the IDENTITY default domain, hence perhaps we can remove below > code?

Re: [PATCH v6 00/25] iommu: Make default_domain's mandatory

2023-08-14 Thread Baolu Lu
On 2023/8/3 8:07, Jason Gunthorpe wrote: [ It would be good to get this in linux-next, we have some good test coverage on the ARM side already, thanks! ] It has been a long time coming, this series completes the default_domain transition and makes it so that the core IOMMU code will always have

[PATCH v6 00/25] iommu: Make default_domain's mandatory

2023-08-02 Thread Jason Gunthorpe
[ It would be good to get this in linux-next, we have some good test coverage on the ARM side already, thanks! ] It has been a long time coming, this series completes the default_domain transition and makes it so that the core IOMMU code will always have a non-NULL default_domain for every driver