]> git.baikalelectronics.ru Git - kernel.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)
commit261ffda86aa451ea6d0440a4dce778c984f19853
tree4d45db652e5d41e90b03b9ac5d904cbe2ecb671f
parentc466858cc847e86b4d8d6cd4370811e30b12aa85
parent233d8de16f6ccff45ab68699208e5289436d3dcd
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