]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86: enable GART-IOMMU only after setting up protection methods
authorMark Langsdorf <mark.langsdorf@amd.com>
Sun, 5 Jul 2009 20:50:52 +0000 (15:50 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 16 Aug 2009 21:27:04 +0000 (14:27 -0700)
commit941afb2843070a0af16fb56d09f3e2364ff94cf8
tree9824a58e4287b0f61141eccacc4e64fb4f5f280c
parent91b129d1013e5ce7977f323a69d82bd0ad54b439
x86: enable GART-IOMMU only after setting up protection methods

commit fe2245c905631a3a353504fc04388ce3dfaf9d9e upstream.

The current code to set up the GART as an IOMMU enables GART
translations before it removes the aperture from the kernel memory
map, sets the GART PTEs to UC, sets up the guard and scratch
pages, or does a wbinvd().  This leaves the possibility of cache
aliasing open and can cause system crashes.

Re-order the code so as to enable the GART translations only
after all safeguards are in place and the tlb has been flushed.

AMD has tested this patch on both Istanbul systems and 1st
generation Opteron systems with APG enabled and seen no adverse
effects.  Istanbul systems with HT Assist enabled sometimes
see MCE errors due to cache artifacts with the unmodified
code.

Signed-off-by: Mark Langsdorf <mark.langsdorf@amd.com>
Cc: Joerg Roedel <joerg.roedel@amd.com>
Cc: akpm@linux-foundation.org
Cc: jbarnes@virtuousgeek.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/pci-gart_64.c