aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/clk.py
diff options
context:
space:
mode:
authorJoerg Roedel <[email protected]>2022-02-04 12:55:37 +0100
committerJoerg Roedel <[email protected]>2022-02-04 12:57:26 +0100
commit9b45a7738eec52bf0f5d8d3d54e822962781c5f2 (patch)
tree1fd8968308142638bdf4b4d5e35238471f01cafe /scripts/gdb/linux/clk.py
parent99e675d473eb8cf2deac1376a0f840222fc1adcf (diff)
iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()
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: 8bda0cfbdc1a ("iommu/amd: Detect and initialize guest vAPIC log") Signed-off-by: Joerg Roedel <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/clk.py')
0 files changed, 0 insertions, 0 deletions