]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge tag 'iommu-fixes-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 Jan 2020 17:35:42 +0000 (09:35 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 Jan 2020 17:35:42 +0000 (09:35 -0800)
commit040a3c33623ba4bd11588ab0820281b854a3ffaf
tree4d45db652e5d41e90b03b9ac5d904cbe2ecb671f
parent6327edceb62bc4c91195e2dc6d5574a53005cb5a
parent55817b340a31951d23d1692db45522560b1d20f9
Merge tag 'iommu-fixes-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu

Pull iommu fixes from Joerg Roedel:

 - Two fixes for VT-d and generic IOMMU code to fix teardown on error
   handling code paths.

 - Patch for the Intel VT-d driver to fix handling of non-PCI devices

 - Fix W=1 compile warning in dma-iommu code

* tag 'iommu-fixes-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu:
  iommu/dma: fix variable 'cookie' set but not used
  iommu/vt-d: Unlink device if failed to add to group
  iommu: Remove device link to group on failure
  iommu/vt-d: Fix adding non-PCI devices to Intel IOMMU