Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iommu/amd: Fix I/O page table memory leak
The current logic updates the I/O page table mode for the domain before calling the logic to free memory used for the page table. This results in IOMMU page table memory leak, and can be observed when launching VM w/ pass-through devices. Fix by freeing the memory used for page table before updating the mode. Cc: Joerg Roedel <[email protected]> Reported-by: Daniel Jordan <[email protected]> Tested-by: Daniel Jordan <[email protected]> Signed-off-by: Suravee Suthikulpanit <[email protected]> Fixes: e42ba06 ("iommu/amd: Restructure code for freeing page table") Link: https://lore.kernel.org/all/[email protected]/ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
- Loading branch information