From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com ([134.134.136.126]:9013 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935020AbeCENCV (ORCPT ); Mon, 5 Mar 2018 08:02:21 -0500 Date: Mon, 5 Mar 2018 15:02:15 +0200 From: Jarkko Sakkinen To: Tomas Winkler Cc: Jason Gunthorpe , Alexander Usyskin , linux-integrity@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] tpm: add new tpm2 commands according to TCG 1.36 Message-ID: <20180305130136.GB3425@linux.intel.com> References: <20180304121205.16934-1-tomas.winkler@intel.com> <20180304121205.16934-2-tomas.winkler@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180304121205.16934-2-tomas.winkler@intel.com> Sender: linux-integrity-owner@vger.kernel.org List-ID: On Sun, Mar 04, 2018 at 02:12:04PM +0200, Tomas Winkler wrote: > 1. TPM2_CC_LAST has moved from 182 to 193 > 2. Convert tpm2_ordinal_duration from an array into a switch statement, > as there are not so many commands that require special duration > relative to a number of commands. > > Signed-off-by: Tomas Winkler My previous suggestion applies here. /Jarkko From mboxrd@z Thu Jan 1 00:00:00 1970 From: jarkko.sakkinen@linux.intel.com (Jarkko Sakkinen) Date: Mon, 5 Mar 2018 15:02:15 +0200 Subject: [PATCH 2/3] tpm: add new tpm2 commands according to TCG 1.36 In-Reply-To: <20180304121205.16934-2-tomas.winkler@intel.com> References: <20180304121205.16934-1-tomas.winkler@intel.com> <20180304121205.16934-2-tomas.winkler@intel.com> Message-ID: <20180305130136.GB3425@linux.intel.com> To: linux-security-module@vger.kernel.org List-Id: linux-security-module.vger.kernel.org On Sun, Mar 04, 2018 at 02:12:04PM +0200, Tomas Winkler wrote: > 1. TPM2_CC_LAST has moved from 182 to 193 > 2. Convert tpm2_ordinal_duration from an array into a switch statement, > as there are not so many commands that require special duration > relative to a number of commands. > > Signed-off-by: Tomas Winkler My previous suggestion applies here. /Jarkko -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html