Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2447761imu; Mon, 19 Nov 2018 00:15:11 -0800 (PST) X-Google-Smtp-Source: AJdET5eo+0y21af8LIdMUYt/FjrouMkTMXLpMEMys9rP/kCF/cR6vB8ou+L0SwGL+buN6nPT+Mkn X-Received: by 2002:a63:e545:: with SMTP id z5mr19350476pgj.195.1542615311451; Mon, 19 Nov 2018 00:15:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542615311; cv=none; d=google.com; s=arc-20160816; b=B1lWjsKIbGD9kHtVg7pSoXElqT6FNRmcXWRHE4Ypq+6fcwdcf70zv1csa/hUqFwYu9 rpX1flxruqQJP2AfRYB3igafOg+MjceMez4I3oDHHvJu7e3Wf+A6vWSwS6Uq/Mogd1Ue Vg5JtfZZQHdOQ4DZOl9mVe7N4kQRLDHnHXy854Ptujtm8pY0e0EfrQzr7P9SOc8xhLbU tgVJ0g/1zqMPI5MDhbmOzqrYqABl53Du2U9UGdtnQi5gfOakKT8sL8/ReX/SDg3ZIvdy dI8KnjAMGPUn4MsXWnfRW1fo7nBZTxKRicyUBFo8N2dvgG3are80u4Ib03lTxGX4WgSd 5DMg== 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=XuMavX0cc2Pj6ddsSR2NYQG76Zi6p5A0DCtDZaAnIYk=; b=zSkWRw61hKnNxvcIDlJhsFZ0zfyM8VllrRFWqd75mSFeE3jxQx4ul1uGYMENwp3CuX M44Fg4F2Xa/LBOwQkiTr0gfSg+j8ml0N1Oe2V9dFLQ8pf4YkpCz91b3foqA9xkcwixZ1 bFzEzYtBumdL8Qrh8QYkevEy/xQJXjfYpPxKLevROfBEuUxV3R0tvFBjkV2lG4Lc+WIf L1yyL519rIpr+6GsCHzNtZ5XmIm03DNqu8eviAKJwS5H73o9c43EouqGrPl195fgXl4R EkuXNffGPkYR1Z7v8ZSUXw2C/cScRGsJFMdnhHQQi0TwIVEUmB1A/eR8C/chy4hDZFAn xq+w== 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 q8si38872466pgk.40.2018.11.19.00.14.55; Mon, 19 Nov 2018 00:15:11 -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 S1726822AbeKSShL (ORCPT + 99 others); Mon, 19 Nov 2018 13:37:11 -0500 Received: from lhrrgout.huawei.com ([185.176.76.210]:32775 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726687AbeKSShK (ORCPT ); Mon, 19 Nov 2018 13:37:10 -0500 Received: from LHREML711-CAH.china.huawei.com (unknown [172.18.7.108]) by Forcepoint Email with ESMTP id F28F4F0A68362; Mon, 19 Nov 2018 08:14:13 +0000 (GMT) Received: from [10.204.65.144] (10.204.65.144) by smtpsuk.huawei.com (10.201.108.34) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 19 Nov 2018 08:14:08 +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> From: Roberto Sassu Message-ID: Date: Mon, 19 Nov 2018 09:14:00 +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: <20181118073207.GC5897@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/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. Roberto > /Jarkko > -- HUAWEI TECHNOLOGIES Duesseldorf GmbH, HRB 56063 Managing Director: Bo PENG, Jian LI, Yanli SHI