]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 9 Feb 2012 03:11:00 +0000 (19:11 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 9 Feb 2012 03:11:00 +0000 (19:11 -0800)
commitfab4dbacced2403a605673c6fb2f2c8922eca7ae
tree1d6dcb15d7b2102211453b79e7922919396d14fa
parentac8b74c884333fefd444e44f7912bf5f8aa8cde1
parent0a14b0f1e06756ce9606a83b441213f3a13c859b
Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu

One patch fixes an bug in the ARM/MSM IOMMU code which returned sucess
in the unmap function even when an error occured and the other patch
adds a workaround into the AMD IOMMU driver to better handle broken IVRS
ACPI tables (this patch fixes the case when a device is not listed in
the table but actually translated by the iommu).

* 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu:
  iommu/msm: Fix error handling in msm_iommu_unmap()
  iommu/amd: Work around broken IVRS tables