[PATCH 9/9] iommu/intel-svm: replace dev ops with generic fault notifier

2017-06-27 Thread Jacob Pan
Intel SVM devices register callbacks when bind task and PASID. These fault callbacks are optional which can be replaced by the generic IOMMU fault notifier APIs. Currently, there is no main line kernel user of these callback functions. Fault event data delivered by the IOMMU notification API is

[PATCH 9/9] iommu/intel-svm: replace dev ops with generic fault notifier

2017-06-27 Thread Jacob Pan
Intel SVM devices register callbacks when bind task and PASID. These fault callbacks are optional which can be replaced by the generic IOMMU fault notifier APIs. Currently, there is no main line kernel user of these callback functions. Fault event data delivered by the IOMMU notification API is