]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Jun 2019 15:49:35 +0000 (05:49 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Jun 2019 15:49:35 +0000 (05:49 -1000)
commitc78ad1be4b4d65eb214421b90a788abf3c85c3ea
treed0959f89fe941b212f058c7633928c7d9856a602
parent7617c9a087d2036e12e1524a03d064884730f4a1
parent4e4abae311e4b44aaf61f18a826fd7136037f199
Merge tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu

Pull iommu fixes from Joerg Roedel:

 - three fixes for Intel VT-d to fix a potential dead-lock, a formatting
   fix and a bit setting fix

 - one fix for the ARM-SMMU to make it work on some platforms with
   sub-optimal SMMU emulation

* tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu:
  iommu/arm-smmu: Avoid constant zero in TLBI writes
  iommu/vt-d: Set the right field for Page Walk Snoop
  iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_lock
  iommu: Add missing new line for dma type
drivers/iommu/arm-smmu.c
drivers/iommu/intel-iommu.c
drivers/iommu/iommu.c