https://bugzilla.kernel.org/show_bug.cgi?id=196685 --- Comment #3 from Jason Hicks (jaszhix@xxxxxxxxx) --- Created attachment 257975 --> https://bugzilla.kernel.org/attachment.cgi?id=257975&action=edit iommu groups Output of `for iommu_group in $(find /sys/kernel/iommu_groups/ -maxdepth 1 -mindepth 1 -type d); do echo "IOMMU group $(basename "$iommu_group")"; for device in $(\ls -1 "$iommu_group"/devices/); do echo -n $'\t'; lspci -nns "$device"; done; done` -- You are receiving this mail because: You are watching the assignee of the bug.