Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2375499imu; Thu, 29 Nov 2018 04:07:07 -0800 (PST) X-Google-Smtp-Source: AFSGD/UiEk8KhqfVn+fHT6+dF+gqNvOBvv4mG0vjfZ+EcjJ4Htsef7xoR7iBXgco2lyhd7rXFo0K X-Received: by 2002:a62:4587:: with SMTP id n7mr1129500pfi.118.1543493227260; Thu, 29 Nov 2018 04:07:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543493227; cv=none; d=google.com; s=arc-20160816; b=FYSGIR6K6w4Z25mjOz2KS5e6nljwZKbxwalMEh3P1ZDxtaWOUCLfrIuooZ1xk45ql5 b/bYscLeb6ftk7XrDEUXLwzQn89VFiloi5gTZmxnQ7jrASqsTwLqPQhTgPYRKNF+7LG/ GxloKX3DdHES0xXh5qoa2SJFwED6eVmekwspjIoHmVXopGtTguLPf69YLgZGsj9vnKrU U9usX1r/ak6U7BsavmhHnz4bZETyfvtPV9ooMPa4y1oo6hG37W+wu/Q67lBeLXX1fLIx uAOT9WHkA1dqzevyMcLFsatszKnfEZar2rOstitcSSYfPy8YoNtON3GdhgvtW/sLeA1M hOxA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:references:cc:to:from:subject; bh=+s8Xgs/0LkD5tnmaDvqJJVMeHdnHzemPvLEOG6j22Wc=; b=c95aX2CFYDVW9niY1FkAd9q98CcRVihkUCFbQqaMf2mFZf1FEdVSB1oPVFSMsttRyb TfuVCFUPL8D0T9cKffy4CvKCSCnm2UjTKhb8ega/KvBE/7D+83dmN6gMTHOmvsv7w0Ov +/xGBkHvx8mSXi7u/yfygOZHA7S2QZ//dQh5gNooldTmwc99SNLNH7s6IVhOjtdY7lsc v3DA1Q5ng5DS3S40EA+6GoLApAly/kW8HGzzyXXjP2XGjvcIeiYhwn7fXcdg6JsP6HQA ZV1fRtqi2a2fBKtyO8DV4Ox+CtmwZt4+A6Mln3T0C3B0BskYvpalrOtka2O+X3mPSYA4 QQ7w== 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 c201si1967990pfb.211.2018.11.29.04.06.39; Thu, 29 Nov 2018 04:07:07 -0800 (PST) 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 S1728179AbeK2XKH (ORCPT + 99 others); Thu, 29 Nov 2018 18:10:07 -0500 Received: from lhrrgout.huawei.com ([185.176.76.210]:32788 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726187AbeK2XKH (ORCPT ); Thu, 29 Nov 2018 18:10:07 -0500 Received: from LHREML713-CAH.china.huawei.com (unknown [172.18.7.106]) by Forcepoint Email with ESMTP id F1F0A8D430A06; Thu, 29 Nov 2018 12:04:50 +0000 (GMT) Received: from [10.204.65.144] (10.204.65.144) by smtpsuk.huawei.com (10.201.108.36) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 29 Nov 2018 12:04:44 +0000 Subject: Re: [PATCH v5 2/7] tpm: remove definition of TPM2_ACTIVE_PCR_BANKS From: Roberto Sassu To: Jarkko Sakkinen CC: , , , , , , References: <20181114153108.12907-1-roberto.sassu@huawei.com> <20181114153108.12907-3-roberto.sassu@huawei.com> <20181116133851.GB4163@linux.intel.com> <1602133e-6a41-ea97-d985-6eca0831898d@huawei.com> Message-ID: <4a55ba02-87e6-9258-038e-e4c57f00f033@huawei.com> Date: Thu, 29 Nov 2018 13:04:40 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: <1602133e-6a41-ea97-d985-6eca0831898d@huawei.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Originating-IP: [10.204.65.144] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/28/2018 1:17 PM, Roberto Sassu wrote: > On 11/16/2018 2:38 PM, Jarkko Sakkinen wrote: >> On Wed, Nov 14, 2018 at 04:31:03PM +0100, Roberto Sassu wrote: >>> tcg_efi_specid_event and tcg_pcr_event2 declaration contains static >>> arrays >>> for a list of hash algorithms used for event logs and event log digests. >>> >>> However, according to TCG EFI Protocol Specification, these arrays have >>> variable sizes. Setting the array size to zero or 3 does not make any >>> difference, because the parser has to adjust the offset depending on the >>> actual array size to access structure members after the static arrays. >>> >>> Thus, this patch removes the declaration of TPM2_ACTIVE_PCR_BANKS and >>> sets >>> the array size to zero. >>> >>> Fixes: 4d23cc323cdb ("tpm: add securityfs support for TPM 2.0 firmware >>> event log") >>> >>> Signed-off-by: Roberto Sassu >>> --- >>>   include/linux/tpm_eventlog.h | 5 ++--- >>>   1 file changed, 2 insertions(+), 3 deletions(-) >>> >>> diff --git a/include/linux/tpm_eventlog.h b/include/linux/tpm_eventlog.h >>> index 20d9da77fc11..3d5d162f09cc 100644 >>> --- a/include/linux/tpm_eventlog.h >>> +++ b/include/linux/tpm_eventlog.h >>> @@ -8,7 +8,6 @@ >>>   #define TCG_EVENT_NAME_LEN_MAX    255 >>>   #define MAX_TEXT_EVENT        1000    /* Max event string length */ >>>   #define ACPI_TCPA_SIG        "TCPA"    /* 0x41504354 /'TCPA' */ >>> -#define TPM2_ACTIVE_PCR_BANKS    3 >>>   #define EFI_TCG2_EVENT_LOG_FORMAT_TCG_1_2 0x1 >>>   #define EFI_TCG2_EVENT_LOG_FORMAT_TCG_2   0x2 >>> @@ -90,7 +89,7 @@ struct tcg_efi_specid_event { >>>       u8 spec_errata; >>>       u8 uintnsize; >>>       u32 num_algs; >>> -    struct tcg_efi_specid_event_algs >>> digest_sizes[TPM2_ACTIVE_PCR_BANKS]; >>> +    struct tcg_efi_specid_event_algs digest_sizes[0]; >>>       u8 vendor_info_size; >>>       u8 vendor_info[0]; >>>   } __packed; >>> @@ -117,7 +116,7 @@ struct tcg_pcr_event2 { >>>       u32 pcr_idx; >>>       u32 event_type; >>>       u32 count; >>> -    struct tpm2_digest digests[TPM2_ACTIVE_PCR_BANKS]; >>> +    struct tpm2_digest digests[0]; >>>       struct tcg_event_field event; >>>   } __packed; >>> -- >>> 2.17.1 >>> >> >> NAK for the same reason as last time. > > I added this comment to include/linux/tpm_eventlog.h: > > /* >  * http://www.trustedcomputinggroup.org/tcg-efi-protocol-specification/ >  * >  * Set the size of 'digest_sizes' and 'digests', members of > tcg_efi_specid_event >  * and tcg_pcr_event2, to zero. Structures with variable-sized arrays > placed >  * midway are not suitable for type casting. >  */ > If this comment is ok, I will send a new version of the patch set. Roberto >> /Jarkko >> > -- HUAWEI TECHNOLOGIES Duesseldorf GmbH, HRB 56063 Managing Director: Bo PENG, Jian LI, Yanli SHI