Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp4658846imm; Wed, 30 May 2018 09:29:29 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJLIssXQ/ugzLuDbmBfHKdlFQQ9xu3QgSMaXaP3Zt+Vn5mR0VW1AKHCFAkhSX9FhMuDyf9P X-Received: by 2002:a17:902:e85:: with SMTP id 5-v6mr3544008plx.318.1527697769048; Wed, 30 May 2018 09:29:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527697769; cv=none; d=google.com; s=arc-20160816; b=BpygWQqXRjs9SigE3DY2uOd0a2oKdpZxoVVTqYHQjOHjELPFVKKshDRVyOrLjCnfNL XKexB7b9bWdFdDU2O3dczSx/jbTfZpxTOFDGJW/aBEBxlvOc28HuJ6azFFH4YhtHORup 1ZmWasO7Yr0+jRACEIu4wNDV0EIq2rmD7gDlQmYkGgtqo0FswLV07jILbMz7JbQk8ugt Lp+1U/PbbqAYhnblg8TkvqO47GlI/4h1SkoHeh97sJTGlMaLr1T7kXwk5oYc7pGcQEsc nxV6hW3BOWm88zJcD/t56WMoWxaFr51hh1Jwy7lLT5/BIVmr1lj4kNmmaOUfb71GhaaC 4KDQ== 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-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=y16BWK3uWCtxI7GgFqS4a/hQB/etv5pxhg69B12yT2g=; b=q7xTVHVpp5aHFXEVhrqGrbV91WVQAdDdsTs36LXq0nJRQPIrGZDrb6sgswwpshedSH tH6/VtJsKfruP3kwN6O+0OD/ArQBy9jycx+B9XZAdWWvYQC5rlc2vgmfT5c1R1+XEWFy JSoVzwnmnCG6+nlfohl8CxL2M9ZpkTTGrY8/3z/+1yc/Pu/CggKv16T2t6KuAefS7Tpm CYCnfXpZXmvitk83jsnwM8KTYyistd75ZxUUf1Sh60N9M4NNNetDoVo52Us3Dv2Ch/JP BsLOJ8XqoeNk1SUOSvnYT64mX109U3uPb+JNK3BrOzd1Cy4tlEamqhaiXCTwqjSwF99Y yglg== 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 y11-v6si34979010plg.376.2018.05.30.09.29.15; Wed, 30 May 2018 09:29:29 -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 S1753921AbeE3Q21 (ORCPT + 99 others); Wed, 30 May 2018 12:28:27 -0400 Received: from orcrist.hmeau.com ([104.223.48.154]:54634 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751688AbeE3Q2Y (ORCPT ); Wed, 30 May 2018 12:28:24 -0400 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtps (Exim 4.89 #2 (Debian)) id 1fO3xW-0000lH-Nb; Thu, 31 May 2018 00:28:22 +0800 Received: from herbert by gondobar with local (Exim 4.89) (envelope-from ) id 1fO3xT-0007TA-Fb; Thu, 31 May 2018 00:28:19 +0800 Date: Thu, 31 May 2018 00:28:19 +0800 From: Herbert Xu To: Janakarajan Natarajan Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, Tom Lendacky , Gary Hook , "David S . Miller" , Brijesh Singh , Borislav Petkov , Paolo Bonzini Subject: Re: [PATCHv2 0/2] Add new SEV commands Message-ID: <20180530162819.4xbwb3jbbx5dey24@gondor.apana.org.au> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 25, 2018 at 03:23:28PM -0500, Janakarajan Natarajan wrote: > This patchset adds two new SEV commands, introduced in SEV API v0.15 > and v0.16 respectively. > > * DOWNLOAD_FIRMWARE allows the SEV firmware to be updated if a blob newer > than or similar to the exisiting build is available. > > * GET_ID allows to query for a unique ID that can be used to retrieve the > Chip Endorsment Key (CEK) public key signed by the AMD SEV Signing Key > (ASK). > > v1->v2: > * Added cover letter. > * Misc changes based on Boris' feedback. > > Janakarajan Natarajan (2): > crypto: ccp: Add DOWNLOAD_FIRMWARE SEV command > crypto: ccp: Add GET_ID SEV command > > drivers/crypto/ccp/psp-dev.c | 143 ++++++++++++++++++++++++++++++++++++++++--- > drivers/crypto/ccp/psp-dev.h | 4 ++ > include/linux/psp-sev.h | 23 +++++++ > include/uapi/linux/psp-sev.h | 12 ++++ > 4 files changed, 172 insertions(+), 10 deletions(-) All applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt