All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix ACS path checking
@ 2012-08-04 18:08 ` Alex Williamson
  0 siblings, 0 replies; 14+ messages in thread
From: Alex Williamson @ 2012-08-04 18:08 UTC (permalink / raw)
  To: joerg.roedel-5C7GfCeVMHo, dwmw2-wEGCiKHe2LqWVfeAwA7xHQ
  Cc: linux-pci-u79uwXL29TY76Z2rM5mHXA,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	dsahern-Re5JQEeQqe8AvxtiuMwx3w

David Ahern reported an oops caused by passing a NULL start device
to pci_acs_path_enabled().  This can happen when a bus is created
for sr-iov devices without an associated bridge.  To handle this,
skip over to the parent bus and look for a bridge there.  Continue
until we find something or reach the root bus.

This works on my system, but still needs to be tested by David.  I'd
like to get this in for 3.6-rc2.

Joerg, I notice that ACS isn't getting enabled on my AMD system on
3.6-rc1.  I'll investigate more, but mention it in case you get to
it first.  Thanks,

Alex

---

Alex Williamson (2):
      amd-iommu: Fix ACS path checking
      intel-iommu: Fix ACS path checking


 drivers/iommu/amd_iommu.c   |   25 ++++++++++++++++++++++---
 drivers/iommu/intel-iommu.c |   25 ++++++++++++++++++++++---
 2 files changed, 44 insertions(+), 6 deletions(-)

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

end of thread, other threads:[~2012-08-06 17:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-04 18:08 [PATCH 0/2] Fix ACS path checking Alex Williamson
2012-08-04 18:08 ` Alex Williamson
     [not found] ` <20120804180155.6144.83332.stgit-xdHQ/5r00wBBDLzU/O5InQ@public.gmane.org>
2012-08-04 18:08   ` [PATCH 1/2] intel-iommu: " Alex Williamson
2012-08-04 18:08     ` Alex Williamson
2012-08-06  4:51     ` David Ahern
2012-08-04 18:09   ` [PATCH 2/2] amd-iommu: " Alex Williamson
2012-08-04 18:09     ` Alex Williamson
2012-08-06 10:50   ` [PATCH 0/2] " Joerg Roedel
2012-08-06 10:50     ` Joerg Roedel
     [not found]     ` <20120806105010.GK1996-5C7GfCeVMHo@public.gmane.org>
2012-08-06 12:20       ` Joerg Roedel
2012-08-06 12:20         ` Joerg Roedel
2012-08-06 14:23         ` Alex Williamson
2012-08-06 17:41 ` Joerg Roedel
2012-08-06 17:41   ` Joerg Roedel

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.