]> 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)
commit90e4f8d5057ac64bd13fb19867a512eb7136c131
tree1d6dcb15d7b2102211453b79e7922919396d14fa
parentb5e5fbd0c7daf6ceaa1682cf562a108e234b0789
parenta2f4942d2fb7c137e1bdc85f7d6f5dfda66c2b56
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