All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Two enhancements to iommu_attach_device_pasid()
@ 2025-01-20  3:08 Yi Liu
  2025-01-20  3:08 ` [PATCH 1/2] iommu: Store either domain or handle in group->pasid_array Yi Liu
  2025-01-20  3:08 ` [PATCH 2/2] iommu: Swap the order of setting group->pasid_array and __iommu_set_group_pasid() Yi Liu
  0 siblings, 2 replies; 11+ messages in thread
From: Yi Liu @ 2025-01-20  3:08 UTC (permalink / raw)
  To: joro, kevin.tian, baolu.lu, jgg
  Cc: yi.l.liu, iommu, jacob.pan, robin.murphy, nicolinc, will

It's spotted during the review process of iommufd pasid series [1]. The
first one is about storing entry to group->pasid_array, and the second
one is to avoid the potential PRIs anchored on the failed domain. Details
can be found in the individial patch.

[1] https://lore.kernel.org/linux-iommu/20241219132746.16193-2-yi.l.liu@intel.com/

Yi Liu (2):
  iommu: Store either domain or handle in group->pasid_array
  iommu: Swap the order of setting group->pasid_array and
    __iommu_set_group_pasid()

 drivers/iommu/iommu.c | 40 ++++++++++++++++++++++++++++++----------
 1 file changed, 30 insertions(+), 10 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-01-21  9:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-20  3:08 [PATCH 0/2] Two enhancements to iommu_attach_device_pasid() Yi Liu
2025-01-20  3:08 ` [PATCH 1/2] iommu: Store either domain or handle in group->pasid_array Yi Liu
2025-01-20  5:55   ` Tian, Kevin
2025-01-20 15:55   ` Jason Gunthorpe
2025-01-21  2:02     ` Baolu Lu
2025-01-21  7:22     ` Yi Liu
2025-01-20  3:08 ` [PATCH 2/2] iommu: Swap the order of setting group->pasid_array and __iommu_set_group_pasid() Yi Liu
2025-01-20  5:58   ` Tian, Kevin
2025-01-20  6:57     ` Yi Liu
2025-01-20 16:13   ` Jason Gunthorpe
2025-01-21  9:27     ` Yi Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.