On Wed, Jan 10, 2018 at 01:51:37PM +0800, Peter Xu wrote: > after commit a1ddcbe93010 ("iommu/vt-d: Pass dmar_domain directly into > iommu_flush_iotlb_psi", 2015-08-12), we have domain pointer as parameter > to iommu_flush_iotlb_psi(), so no need to fetch it from cache again. > > More importantly, a NULL reference pointer bug is reported on RHEL7 (and > it can be reproduced on some old upstream kernels too, e.g., v4.13) by > unplugging an 40g nic from a VM (hard to test unplug on real host, but > it should be the same): > [...] > > CC: Alex Williamson <alex.william...@redhat.com> > Signed-off-by: Peter Xu <pet...@redhat.com> > --- > drivers/iommu/intel-iommu.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-)
Applied, thanks.