linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] Enhance dmar to support device hotplug
@ 2013-11-21  8:21 Yijing Wang
  2013-11-21  8:21 ` [PATCH v2] IOMMU: enhance " Yijing Wang
  2013-12-10 17:03 ` [PATCH v2] Enhance " Don Dutile
  0 siblings, 2 replies; 6+ messages in thread
From: Yijing Wang @ 2013-11-21  8:21 UTC (permalink / raw)
  To: Alex Williamson, Bjorn Helgaas, Joerg Roedel, David Woodhouse
  Cc: Vinod Koul, Dan Williams, dmaengine, iommu, linux-kernel,
	Yijing Wang, Hanjun Guo

This is the v2 patch, the v1 link: http://marc.info/?l=linux-pci&m=138364004628824&w=2

v1->v2: keep (pci_dev *) pointer array in dmar_drhd_uni, only use pci device id
		to update pci_dev * pointer info during device hotplug in intel iommu 
		driver notifier.

Currently, DMAR driver save target pci devices pointers for drhd/rmrr/atsr
in (pci_dev *) array, but never update these info after initialization.
It's not safe, because pci devices maybe hot added or removed during 
system running. They will have new pci_dev * pointer. So if there have 
two IOMMUs or more in system, these devices will find a wrong drhd during 
DMA mapping. And DMAR faults will occur. This patch save pci device id 
as well as (pci_dev *) to fix this issue. Pci device id will be used to update
pci_dev * poninter during device hotplug in intel iommu driver notifier.
Other, here use list to manage target devices for IOMMU, 
we can easily use list helper.

Yijing Wang (1):
  IOMMU: enhance dmar to support device hotplug

 drivers/iommu/dmar.c        |   82 +++++++++++-----------
 drivers/iommu/intel-iommu.c |  161 +++++++++++++++++++++++++++++-------------
 include/linux/dmar.h        |   24 ++++--
 3 files changed, 167 insertions(+), 100 deletions(-)



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

end of thread, other threads:[~2014-03-05  2:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-21  8:21 [PATCH v2] Enhance dmar to support device hotplug Yijing Wang
2013-11-21  8:21 ` [PATCH v2] IOMMU: enhance " Yijing Wang
2014-03-04 14:31   ` Joerg Roedel
2014-03-05  2:53     ` Yijing Wang
2013-12-10 17:03 ` [PATCH v2] Enhance " Don Dutile
2013-12-12 11:46   ` Yijing Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).