mbox series

[0/2] iommufd: Misc cleanups per iommufd iopf merging

Message ID 20240908114256.979518-1-yi.l.liu@intel.com (mailing list archive)
Headers show
Series iommufd: Misc cleanups per iommufd iopf merging | expand

Message

Yi Liu Sept. 8, 2024, 11:42 a.m. UTC
Hi,

Two misc patches per the iommufd iopf merging. Please feel free comment.

Regards,
	Yi Liu

Yi Liu (2):
  iommufd: Avoid duplicated __iommu_group_set_core_domain() call
  iommu: Set iommu_attach_handle->domain in core

 drivers/iommu/iommu.c                   | 1 +
 drivers/iommu/iommufd/fault.c           | 1 -
 drivers/iommu/iommufd/iommufd_private.h | 4 +++-
 3 files changed, 4 insertions(+), 2 deletions(-)

Comments

Jason Gunthorpe Sept. 14, 2024, 2:13 p.m. UTC | #1
On Sun, Sep 08, 2024 at 04:42:54AM -0700, Yi Liu wrote:
> Hi,
> 
> Two misc patches per the iommufd iopf merging. Please feel free comment.
> 
> Regards,
> 	Yi Liu
> 
> Yi Liu (2):
>   iommufd: Avoid duplicated __iommu_group_set_core_domain() call
>   iommu: Set iommu_attach_handle->domain in core

Applied to for-next, thanks

Jason