commit | 3ce1f93c6d53c3f91c3846cf66b018276c8ac2e7 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Mon Nov 17 15:09:20 2008 +0100 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Tue Nov 18 15:44:31 2008 +0100 |
tree | b6dd5e06c031f03aa7c81da818e90c52569707f9 | |
parent | e5e1f606ecbf67e52ebe2df5d14f8b94ec6544d0 [diff] |
AMD IOMMU: enable device isolation per default Impact: makes device isolation the default for AMD IOMMU Some device drivers showed double-free bugs of DMA memory while testing them with AMD IOMMU. If all devices share the same protection domain this can lead to data corruption and data loss. Prevent this by putting each device into its own protection domain per default. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>