lkml.org 
[lkml]   [2016]   [Aug]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[RFC PATCH v1 13/28] iommu/amd: AMD IOMMU support for SEV
    From
    Date
    From: Tom Lendacky <thomas.lendacky@amd.com>

    DMA must be performed to memory that is not mapped encrypted when running
    with SEV active. So if SEV is active, do not return the encryption mask
    to the IOMMU.

    Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
    ---
    arch/x86/mm/mem_encrypt.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/x86/mm/mem_encrypt.c b/arch/x86/mm/mem_encrypt.c
    index ce6e3ea..d6e9f96 100644
    --- a/arch/x86/mm/mem_encrypt.c
    +++ b/arch/x86/mm/mem_encrypt.c
    @@ -237,7 +237,7 @@ void __init mem_encrypt_init(void)

    unsigned long amd_iommu_get_me_mask(void)
    {
    - return sme_me_mask;
    + return sev_active ? 0 : sme_me_mask;
    }

    unsigned long swiotlb_get_me_mask(void)
    \
     
     \ /
      Last update: 2016-09-17 09:57    [W:4.228 / U:0.072 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site