Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp98972imm; Tue, 3 Jul 2018 14:47:15 -0700 (PDT) X-Google-Smtp-Source: ADUXVKIOf4OuOyW+mKiWRliHRWLCmFgrxSahV7DFaa+M2FjtCcdpNEV8PFAFmIza22b1lR4qr+1W X-Received: by 2002:a17:902:d711:: with SMTP id w17-v6mr30985346ply.200.1530654435015; Tue, 03 Jul 2018 14:47:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530654434; cv=none; d=google.com; s=arc-20160816; b=cR6VlQtsxXNzxV1HjEUzsmc3wH3Wd27shjfBQ477gdc0XL9ouC3Co5R3QmtXE5TbnV Kd//Dqcq3ZhKQWJSM3pkmc1CSAWGdphHA1BWBCE7AhTpCUHy1K6ePZyhiHatkgI7Vv99 IshBbfravYx7JcBEh7LMQp3S2RUw2unvc1NHLm0uxrszbVH25WOMdygrjlp11Y0gMVkv NzG/P0DCEuHFQVLQZHXh6zVavrg2rGlp6aQboAq3Vi25+J9ZGAM486nE1ZWSzeBhX88u nnrKJl4SfUDQwUrjuHDYK6Nq62iHF8OiJdHaZiyrSrrnmn7hgsgQkR4YI/PgML+NB+fg tXAA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=l732WsIvto18QNRKyxa1yF99wiBy8h5OBoiOb75ue20=; b=0raApRZhcOVK2+8X1kOzaboMVXYvQ33P1eFROgiaWslR0nhsmM6cN4wYRtgFH+MTEn CbcLJDoW8dGd1ZHYH6Kmr8aazt4eP9XmAtR90fOmO6raKqRmfvMlbK8vx8NvvX8pCRnj zuhZVdwiv0A4ewkahfccBtWsXc/2J8RJxeKQTgAfX8T9kTeOLtmgIhbkBxsF9tOECIJW LoBA80irvz9rAI0cTAUFs7PyfUdrTXF/pw9WchGpqh3cuF+vv9D01G2MJdINAL3o6IBJ eq8VwVdqthwZkk/XnBTr+maSaUtzMESNM713xuYEHyBg7OTFkQEP21m+z6fL7BdaXT6c BRlg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e65-v6si1944614pfc.336.2018.07.03.14.46.59; Tue, 03 Jul 2018 14:47:14 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753336AbeGCVqM (ORCPT + 99 others); Tue, 3 Jul 2018 17:46:12 -0400 Received: from mx2.suse.de ([195.135.220.15]:38384 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752839AbeGCVqL (ORCPT ); Tue, 3 Jul 2018 17:46:11 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id ADD66ADD9; Tue, 3 Jul 2018 21:46:09 +0000 (UTC) Date: Tue, 3 Jul 2018 23:46:05 +0200 From: Borislav Petkov To: Brijesh Singh Cc: Ard Biesheuvel , the arch/x86 maintainers , linux-efi , Linux Kernel Mailing List , Tom Lendacky , Thomas Gleixner , KVM devel mailing list , Matt Fleming , Andy Lutomirski Subject: Re: [PATCH] x86/efi: Access EFI MMIO data as unencrypted when SEV is active Message-ID: <20180703214604.GA15516@zn.tnic> References: <1530624720-32004-1-git-send-email-brijesh.singh@amd.com> <20180703154418.GC4643@zn.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 03, 2018 at 04:16:57PM -0500, Brijesh Singh wrote: > I agree with Ard,  it may be good idea to extend the UEFI spec to > include encryption information. Having this information may be helpful > in some cases, e.g if we ever need to map a specific non IO memory as > unencrypted. So far we have not seen the need for it. But I will ask AMD > folks working closely with UEFI committee to float this and submit it as > enhancement in Tianocore BZ. Except that if the IO memory handling unencrypted changes in future incarnations, the changes to the spec become moot. I'm just saying... -- Regards/Gruss, Boris. SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) --