From: David Rientjes Date: Wed, 15 Apr 2020 00:05:01 +0000 (-0700) Subject: x86/mm: unencrypted non-blocking DMA allocations use coherent pools X-Git-Tag: v5.8-rc1~113^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82fef0ad811fb5976cf36ccc3d2c3bc0195dfb72;p=thirdparty%2Fkernel%2Flinux.git x86/mm: unencrypted non-blocking DMA allocations use coherent pools When CONFIG_AMD_MEM_ENCRYPT is enabled and a device requires unencrypted DMA, all non-blocking allocations must originate from the atomic DMA coherent pools. Select CONFIG_DMA_COHERENT_POOL for CONFIG_AMD_MEM_ENCRYPT. Signed-off-by: David Rientjes Signed-off-by: Christoph Hellwig --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 1d6104ea8af03..2bf2222819d35 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1520,6 +1520,7 @@ config X86_CPA_STATISTICS config AMD_MEM_ENCRYPT bool "AMD Secure Memory Encryption (SME) support" depends on X86_64 && CPU_SUP_AMD + select DMA_COHERENT_POOL select DYNAMIC_PHYSICAL_MASK select ARCH_USE_MEMREMAP_PROT select ARCH_HAS_FORCE_DMA_UNENCRYPTED