Message ID | 20230928071528.26258-1-yi.l.liu@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | iommufd support allocating nested parent domain | expand |
On Thu, Sep 28, 2023 at 12:15:22AM -0700, Yi Liu wrote: > Yi Liu (6): > iommu: Add new iommu op to create domains owned by userspace > iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation > iommufd/hw_pagetable: Accepts user flags for domain allocation > iommufd/hw_pagetable: Support allocating nested parent domain > iommufd/selftest: Add domain_alloc_user() support in iommu mock > iommu/vt-d: Add domain_alloc_user op I copy edited the commit messages, and moved the hunk adding IOMMU_HWPT_ALLOC_NEST_PARENT from 'iommu: Add new iommu op to create domains owned by userspace' into 'iommufd: Support allocating nested parent domain' Otherwise applied to iommufd for-next Thanks, Jason
On 2023/10/11 00:47, Jason Gunthorpe wrote: > On Thu, Sep 28, 2023 at 12:15:22AM -0700, Yi Liu wrote: > >> Yi Liu (6): >> iommu: Add new iommu op to create domains owned by userspace >> iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation >> iommufd/hw_pagetable: Accepts user flags for domain allocation >> iommufd/hw_pagetable: Support allocating nested parent domain >> iommufd/selftest: Add domain_alloc_user() support in iommu mock >> iommu/vt-d: Add domain_alloc_user op > > I copy edited the commit messages, and moved the hunk adding > IOMMU_HWPT_ALLOC_NEST_PARENT from 'iommu: Add new iommu op to create > domains owned by userspace' into 'iommufd: Support allocating nested > parent domain' sure. this movement makes sense to me. > Otherwise applied to iommufd for-next thanks. feel free to let me know if an updated version is needed.