Commit 040a3c3
committed
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 IOMMU3 files changed
+19
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1203 | 1203 | | |
1204 | 1204 | | |
1205 | 1205 | | |
1206 | | - | |
1207 | 1206 | | |
1208 | 1207 | | |
1209 | 1208 | | |
| |||
1212 | 1211 | | |
1213 | 1212 | | |
1214 | 1213 | | |
1215 | | - | |
1216 | | - | |
1217 | 1214 | | |
1218 | 1215 | | |
1219 | 1216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5624 | 5624 | | |
5625 | 5625 | | |
5626 | 5626 | | |
5627 | | - | |
5628 | | - | |
| 5627 | + | |
| 5628 | + | |
| 5629 | + | |
| 5630 | + | |
5629 | 5631 | | |
5630 | 5632 | | |
5631 | 5633 | | |
| |||
5651 | 5653 | | |
5652 | 5654 | | |
5653 | 5655 | | |
5654 | | - | |
| 5656 | + | |
| 5657 | + | |
5655 | 5658 | | |
5656 | 5659 | | |
5657 | 5660 | | |
| |||
5666 | 5669 | | |
5667 | 5670 | | |
5668 | 5671 | | |
| 5672 | + | |
| 5673 | + | |
| 5674 | + | |
| 5675 | + | |
5669 | 5676 | | |
5670 | 5677 | | |
5671 | 5678 | | |
| |||
5817 | 5824 | | |
5818 | 5825 | | |
5819 | 5826 | | |
| 5827 | + | |
| 5828 | + | |
| 5829 | + | |
| 5830 | + | |
| 5831 | + | |
| 5832 | + | |
| 5833 | + | |
5820 | 5834 | | |
5821 | 5835 | | |
5822 | 5836 | | |
| |||
5989 | 6003 | | |
5990 | 6004 | | |
5991 | 6005 | | |
5992 | | - | |
| 6006 | + | |
5993 | 6007 | | |
5994 | 6008 | | |
5995 | 6009 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
751 | 751 | | |
752 | 752 | | |
753 | 753 | | |
| 754 | + | |
754 | 755 | | |
755 | 756 | | |
756 | 757 | | |
| |||
0 commit comments