Merge tag 'iommu-fixes-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Jul 2020 19:34:05 +0000 (12:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Jul 2020 19:34:05 +0000 (12:34 -0700)
commit0dc589da873b58b70f4caf4b070fb0cf70fdd1dc
tree4a02aca5094949a205034e57e3e8b0305df1d19d
parentf81fdd0c4ab7ac2c57302283309bf776557d35ff
parenta082121b55bac125f7d09d78de00607ea75a6903
Merge tag 'iommu-fixes-v5.8-rc5' of git://git./linux/kernel/git/joro/iommu

Pull iommu fixes from Joerg Roedel:

 - Fix a use-after-free of the device iommu-group. Found in the arm-smmu
   driver, but the fix is in generic code.

 - Fix for the new Allwinner IOMMU driver to use the atomic
   readl_timeout() variant in IO/TLB flushing code.

 - A couple of cleanups to fix various compile warnings.

* tag 'iommu-fixes-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu:
  iommu/arm-smmu: Mark qcom_smmu_client_of_match as possibly unused
  iommu: Fix use-after-free in iommu_release_device
  iommu/amd: Make amd_iommu_apply_ivrs_quirks() static inline
  iommu: SUN50I_IOMMU should depend on HAS_DMA
  iommu/sun50i: Remove unused variable
  iommu/sun50i: Change the readl timeout to the atomic variant