[PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.12-rc

Lu Baolu posted 1 patch 1 month, 2 weeks ago
drivers/iommu/intel/iommu.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
[PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.12-rc
Posted by Lu Baolu 1 month, 2 weeks ago
Hi Joerg,

The following fix has been queued for v6.12-rc:

 - Fix incorrect pci_for_each_dma_alias() for non-PCI devices

It fixes boot failure issues on some client platforms. Please consider
it for v6.12-rc.

Best regards,
baolu

Lu Baolu (1):
  iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices

 drivers/iommu/intel/iommu.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
2.43.0
Re: [PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.12-rc
Posted by Joerg Roedel 1 month, 1 week ago
On Mon, Oct 14, 2024 at 09:37:43AM +0800, Lu Baolu wrote:
> Lu Baolu (1):
>   iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices
> 
>  drivers/iommu/intel/iommu.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

Applied, thanks Baolu.