]> git.baikalelectronics.ru Git - kernel.git/commit
AMD IOMMU: enable device isolation per default
authorJoerg Roedel <joerg.roedel@amd.com>
Mon, 17 Nov 2008 14:09:20 +0000 (15:09 +0100)
committerJoerg Roedel <joerg.roedel@amd.com>
Tue, 18 Nov 2008 14:44:31 +0000 (15:44 +0100)
commit96991651eb379b0f7b4af029b5e63086d0f804fb
treeb6dd5e06c031f03aa7c81da818e90c52569707f9
parent1d75c821aa89315604b1f3ff8e7984198b843521
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>
Documentation/kernel-parameters.txt
arch/x86/kernel/amd_iommu_init.c