Discussion:
[GIT PULL] Intel IOMMU fixes for 4.9
David Woodhouse
2016-11-27 15:00:52 UTC
Permalink
Linus, please pull the following two minor fixes from
git://git.infradead.org/intel-iommu.git

The first fixes assignment of SR-IOV virtual functions to the correct
IOMMU unit, and the second fixes the excessively large (and physically
contiguous) PASID tables used with SVM.

Thanks.

Ashok Raj (1):
      iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual Functions

David Woodhouse (1):
      iommu/vt-d: Fix PASID table allocation

 drivers/iommu/dmar.c        |  4 +++-
 drivers/iommu/intel-iommu.c | 13 +++++++++++++
 drivers/iommu/intel-svm.c   | 28 +++++++++++++++++-----------
 include/linux/intel-iommu.h |  1 +
 4 files changed, 34 insertions(+), 12 deletions(-)
--
dwmw2
Loading...