Files
linux/drivers/iommu
Joerg Roedel 521fb43eb4 iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()
commit 9b45a7738e upstream.

The polling loop for the register change in iommu_ga_log_enable() needs
to have a udelay() in it.  Otherwise the CPU might be faster than the
IOMMU hardware and wrongly trigger the WARN_ON() further down the code
stream. Use a 10us for udelay(), has there is some hardware where
activation of the GA log can take more than a 100ms.

A future optimization should move the activation check of the GA log
to the point where it gets used for the first time. But that is a
bigger change and not suitable for a fix.

Fixes: 8bda0cfbdc ("iommu/amd: Detect and initialize guest vAPIC log")
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Link: https://lore.kernel.org/r/20220204115537.3894-1-joro@8bytes.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-05-16 12:35:25 +09:00
..
2015-02-03 18:47:18 +01:00
2023-05-16 08:56:39 +09:00
2016-06-21 13:56:00 +02:00
2017-12-20 10:07:28 +01:00
2016-09-16 09:34:15 +01:00