]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
iommu/amd: Fix alias device DTE setting
authorVasant Hegde <vasant.hegde@amd.com>
Thu, 11 Sep 2025 13:14:06 +0000 (13:14 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Sep 2025 09:16:51 +0000 (11:16 +0200)
commitf7229775e41d0c43db3639a6b520db9924f027ae
tree2be3ae2dc2a5a21eee63624dc784b2a1991fb377
parent34f3a9e04e7374abac7d63fcd45a4dfad1ad71c6
iommu/amd: Fix alias device DTE setting

[ Upstream commit a0c17ed907ac3326cf3c9d6007ea222a746f5cc2 ]

Commit 7bea695ada0 restructured DTE flag handling but inadvertently changed
the alias device configuration logic. This may cause incorrect DTE settings
for certain devices.

Add alias flag check before calling set_dev_entry_from_acpi(). Also move the
device iteration loop inside the alias check to restrict execution to cases
where alias devices are present.

Fixes: 7bea695ada0 ("iommu/amd: Introduce struct ivhd_dte_flags to store persistent DTE flags")
Cc: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Signed-off-by: Vasant Hegde <vasant.hegde@amd.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/iommu/amd/init.c