Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2859513imu; Mon, 19 Nov 2018 07:11:59 -0800 (PST) X-Google-Smtp-Source: AJdET5diHZnnmiHcRD4swmQPrPRJoZ8Paco3gcayBgLb0agRLvn/ILewh0TMVcVvPdiVr1V5kATw X-Received: by 2002:a63:160d:: with SMTP id w13mr20830492pgl.43.1542640319467; Mon, 19 Nov 2018 07:11:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542640319; cv=none; d=google.com; s=arc-20160816; b=KyfEyzYoior8OMAW2we7wXz7XwFH2g0ScJQD0XyFddjBvjNrKGqTnUjETiCNR42K61 Tb3w08k0KnG5t6pCqCshWC/Zc2fl5O8P71dOptbWzgwV9TFOSr0NgJpX50CLq+QRGxMI f0WuGQi8YfO4JwvpVUHqHF2ekz13zWXDt97dVjbjyriEhDfTcyXE7ZAu7q03WB/pQdEl yzk9AUcj9Efwv45srNN4+fjFLpCEfYvXQzBkL+wG4e9Gx+O5GWPnO2e0cMXYsPbqVRV7 bYpBVEmD7Wp+RXj0KL8WAkBiiO0wj3LWxj79hs/WWUZMUDHGbyHBygEahL+MXk3yMqms TA3Q== 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:from:references:cc:to:subject; bh=vrVoKWf+lL0Y+p5o3s/DXwLRJOqirGnHOgHTDNMOSBA=; b=EOIbTCwGrB8fIrRuP0ndQAaTuBtzsXGzodT2imEjpxhoG6KkekCNoRAcCYQ0PiKI5Q rXhP+3GcmKOFdlfw4QSbVcRZCLf0amQpAkgx2UEjaOWcAAzh/wrdoRG+r0xXcimg4k7t P4UMbRFkzOpMJ1YYdChp0MX0LOTLTtnScDa6+qHtmhrknfVKYorrNJaA/RCUAdrGE+VD CVFVXUie5+zWLzSWErcb/JMypYvwaJt6e/dL/EifPNgFjK+9BlNyWenqRNtqMFdbVUpp pwBhSi6INRQMulP7rs2SVHRHBMiUiNhaxX67PVhi0hPBGrx58eR/8mGvOhKqVHGN0pxz 2akQ== 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 y21si3364611pga.192.2018.11.19.07.11.40; Mon, 19 Nov 2018 07:11:59 -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 S1729746AbeKTBdk (ORCPT + 99 others); Mon, 19 Nov 2018 20:33:40 -0500 Received: from lhrrgout.huawei.com ([185.176.76.210]:32778 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729474AbeKTBdj (ORCPT ); Mon, 19 Nov 2018 20:33:39 -0500 Received: from LHREML713-CAH.china.huawei.com (unknown [172.18.7.106]) by Forcepoint Email with ESMTP id CA506E165B257; Mon, 19 Nov 2018 15:09:41 +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; Mon, 19 Nov 2018 15:09:34 +0000 Subject: Re: [PATCH v5 6/7] tpm: ensure that the output of PCR read contains the correct digest size To: Jarkko Sakkinen CC: , , , , , , , References: <20181114153108.12907-1-roberto.sassu@huawei.com> <20181114153108.12907-7-roberto.sassu@huawei.com> <20181116134153.GD4163@linux.intel.com> <05c7c936-da58-f386-0a43-69e96d6e18a8@huawei.com> <20181118073207.GC5897@linux.intel.com> <20181119143357.GG8755@linux.intel.com> From: Roberto Sassu Message-ID: Date: Mon, 19 Nov 2018 16:09:34 +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: <20181119143357.GG8755@linux.intel.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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/19/2018 3:33 PM, Jarkko Sakkinen wrote: > On Mon, Nov 19, 2018 at 09:14:00AM +0100, Roberto Sassu wrote: >> On 11/18/2018 8:32 AM, Jarkko Sakkinen wrote: >>> On Fri, Nov 16, 2018 at 05:06:48PM +0100, Roberto Sassu wrote: >>>> On 11/16/2018 2:41 PM, Jarkko Sakkinen wrote: >>>>> On Wed, Nov 14, 2018 at 04:31:07PM +0100, Roberto Sassu wrote: >>>>>> This patch protects against data corruption that could happen in the bus, >>>>>> by checking that that the digest size returned by the TPM during a PCR read >>>>>> matches the size of the algorithm passed to tpm2_pcr_read(). >>>>>> >>>>>> This check is performed after information about the PCR banks has been >>>>>> retrieved. >>>>>> >>>>>> Signed-off-by: Roberto Sassu >>>>>> Reviewed-by: Jarkko Sakkinen >>>>>> Cc: stable@vger.kernel.org >>>>> >>>>> Missing fixes tag. >>>> >>>> Before this patch set, tpm2_pcr_extend() always copied 20 bytes from the >>>> output sent by the TPM. >>>> >>>> Roberto >>> >>> Aah, right, of course. Well the patch set is ATM somewhat broken because >>> this would require a fixes tag that points to a patch insdie the patch >>> set. >>> >>> Probably good way to fix the issue is to just merge this with the >>> earlier commit. >> >> Unfortunately, it is not possible. The exact digest size has been >> introduced with patch 5/7. > > I put this in simple terms: if I merge 5/7 the driver will be broken. > Any commit in the patch set should not leave the tree in broken state. Patch 6/7 does not fix patch 5/7. The check in patch 6/7 is not done for the PCR read performed by patch 5/7, because the digest sizes are not yet available. Roberto > That implies that 5/7 and 6/7 cannot be separate commits. > > /Jarkko > -- HUAWEI TECHNOLOGIES Duesseldorf GmbH, HRB 56063 Managing Director: Bo PENG, Jian LI, Yanli SHI