commit | 8b408fe4f853dcfa18d133aa4cf1d7546b4c3870 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Mon Mar 08 14:20:07 2010 +0100 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Mon Mar 08 14:20:07 2010 +0100 |
tree | 1eaa55a03e58f8499ac653c149dd12985129137d | |
parent | 3551a708f35fc712af43aeb7f541512c5cfc4936 [diff] |
x86/amd-iommu: Use helper function to destroy domain In the amd_iommu_domain_destroy the protection_domain_free function is partly reimplemented. The 'partly' is the bug here because the domain is not deleted from the domain list. This results in use-after-free errors and data-corruption. Fix it by just using protection_domain_free instead. Cc: stable@kernel.org Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>