]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit63082402968f4b73f10b28a8ac1f3da821aeb82d
tree1d6dcb15d7b2102211453b79e7922919396d14fa
parent19e75ed46faffbe795c306eed2a79010c7244a68
parent05df1f3c2afaef5672627f2b7095f0d4c4dbc3a0
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