Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp885583imu; Wed, 28 Nov 2018 00:51:20 -0800 (PST) X-Google-Smtp-Source: AFSGD/VB7zUDbRBgvZdxV2d50Z+4pYZ/oJVT7ex3sWK2ljdfNCspYQJaSSykJdJX+HrQCrqi55hV X-Received: by 2002:a63:e711:: with SMTP id b17mr31457813pgi.363.1543395080232; Wed, 28 Nov 2018 00:51:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543395080; cv=none; d=google.com; s=arc-20160816; b=0e0cYzPwMLkE6xulpy+IEG3viGG+eglKtoB3WGtYpxNc00I2FY7sD3IElQQYjn2Lym QjscTyisRGaHjWyvbSA1ZVYZbjcosyMWENzJid4056Jke0jwmJu/DvPLzHIIigM5jhye E0eayd87TmNGZAX/LmnyJW/vVBBSbIZDmeY2bhdvRf1JeN70Sat/VsZIHHyIVEEJoyjV VRGcJFKrJT037ckxyqzyEvHJzQWV/yinottNW64gI3T3v7MU0dBUuqTe9vY5kO761WbC biZvNsWGSA6XUooEBMqpP1d+LRhYH1IkCCsWFCHbx2mUdBoLqpBpuBqTHZ/yPIfT01IE 9SmA== 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=HqQJw5Air4EqXNoGizZ2F9gYwkkdfonwAkJMQx5g2ow=; b=iOGMtHGqsaJAj2PE0hcpx12HkvEklBr/RUb8yUxTCeB0YUeE6tSNg27E9aOqh5HQZ2 MjAIq2yEzW784ehXPUUjX3kq5g/OptWMcClDCWMEgXJN21RSb9VESXeNKOnH57kT7yfJ MRFYZZu9trJ5tgmEx0IqMXH/HEPLfcvpQUO4wAeka2zPuRf3ZhW//C8qUatw+6M3sPJi 71cnJzgdeydrDqv36LXdufAnDWVV7irdtFGQekvZ/Dw10eTE8qy530LinNtP9SAyyFxG xr6xmoeefMuvoO6U4PXAFc3fY0hKnvafnuu9ebJ8lCBmPeTotlwjhrWNh20JIE9H88Ik /cOw== 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 89si4249459pfr.242.2018.11.28.00.51.04; Wed, 28 Nov 2018 00:51:20 -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 S1727875AbeK1Tli (ORCPT + 99 others); Wed, 28 Nov 2018 14:41:38 -0500 Received: from lhrrgout.huawei.com ([185.176.76.210]:32786 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727864AbeK1Tlh (ORCPT ); Wed, 28 Nov 2018 14:41:37 -0500 Received: from LHREML712-CAH.china.huawei.com (unknown [172.18.7.108]) by Forcepoint Email with ESMTP id 56B341CABD4B0; Wed, 28 Nov 2018 08:40:45 +0000 (GMT) Received: from [10.204.65.144] (10.204.65.144) by smtpsuk.huawei.com (10.201.108.35) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 28 Nov 2018 08:40:38 +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> <20181119160702.GE13298@linux.intel.com> From: Roberto Sassu Message-ID: Date: Wed, 28 Nov 2018 09:40:37 +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: <20181119160702.GE13298@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 5:07 PM, Jarkko Sakkinen wrote: > On Mon, Nov 19, 2018 at 04:09:34PM +0100, Roberto Sassu wrote: >> 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. > > Ah, right. Point taken :-) Should I keep CC: stable@vger.kernel.org? Roberto > /Jarkko > -- HUAWEI TECHNOLOGIES Duesseldorf GmbH, HRB 56063 Managing Director: Bo PENG, Jian LI, Yanli SHI