Received: by 2002:a25:b794:0:0:0:0:0 with SMTP id n20csp684452ybh; Sat, 3 Aug 2019 07:41:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqwJ9rcAUJx3YALWwaE5ksAwxFfQx9GvzJFZoNVk+UIUemGQcJJ+V9kpB4wzTrUAwVjuS1oV X-Received: by 2002:a65:5348:: with SMTP id w8mr127905228pgr.176.1564843299015; Sat, 03 Aug 2019 07:41:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564843299; cv=none; d=google.com; s=arc-20160816; b=xXw7oj85d6vWyVmiAcNPiV2tEzb2Z7GECi9Z6lEbkCVdvKam23ufPvT2N4pR8437yy u1f6De44p0bFtdWmhIhTNGZLdjLT6FpGnrHctSPnsfACKoTsNSU8RHnDVTm/HpLtvBmX F279WtdhIkWUyFODVC7zZWtrnOQubKyqcIWNc2thjg2ZDx6XKcL4f42PJwSAhZBln7Yd qMWxtomybf65d+y17amdi37yh38M6hDzz/8E3VGY4XVbuch1gW5bCILbqfOlTa2Cps8E juzv6dsHpg8I2LArPyB+PRLP9d9jT7HxGcKllFFxquXYPRtzosbRkkHBHKdYSDbCdfyN 2isg== 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=yxm0l2BKNULyAcSS8wWFxIV99wLT1cEda1RC/wDhpsQ=; b=kowxBtMrFqQ+cJT+mQ1ie7bRH+HGH3iehgNexhMZm6kV4BKh3Fjnh2oPT9FHaqL1Ze vyna3OTBAHGcbbFIvAvK8ZiYDprPy8OHx4FYKbxw+CCuy7v5e1w5poc6z5YJoRn+hV0I wtxfVenmTGS3IFbtaGpdkMW0hCasBkkCWMn4QliXiJmUINSVHxhC0v1TLqGS8AClnIF3 /18FGo79zMjkz4+dECeY1kaYETKRGoAjYv2WNgeXPeCLop+tGbyFF2aHnf+KJegumDk8 iLJbUVhQMeGPYADCFOFjdzEItaeLSmwI2uoQH3XjohJn70KKbal8IKlEU27YC9FFiQFB 3TyQ== 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 b3si37024456pls.52.2019.08.03.07.41.23; Sat, 03 Aug 2019 07:41:39 -0700 (PDT) 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 S2387988AbfHBPfF (ORCPT + 99 others); Fri, 2 Aug 2019 11:35:05 -0400 Received: from lhrrgout.huawei.com ([185.176.76.210]:33110 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2387684AbfHBPfF (ORCPT ); Fri, 2 Aug 2019 11:35:05 -0400 Received: from LHREML714-CAH.china.huawei.com (unknown [172.18.7.107]) by Forcepoint Email with ESMTP id 6A2203EC8E6663A048A3; Fri, 2 Aug 2019 16:35:03 +0100 (IST) Received: from [10.220.135.74] (10.220.135.74) by smtpsuk.huawei.com (10.201.108.37) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 2 Aug 2019 16:34:55 +0100 Subject: Re: [PATCH v2] KEYS: trusted: allow module init if TPM is inactive or deactivated To: Tyler Hicks CC: , , , , , , , , , , References: <20190802150733.1972-1-roberto.sassu@huawei.com> <20190802153030.GB26616@elm> From: Roberto Sassu Message-ID: <3222714a-a280-0708-f4c0-5db6d342d8dc@huawei.com> Date: Fri, 2 Aug 2019 17:34:58 +0200 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: <20190802153030.GB26616@elm> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.220.135.74] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/2/2019 5:30 PM, Tyler Hicks wrote: > On 2019-08-02 17:07:33, Roberto Sassu wrote: >> Commit c78719203fc6 ("KEYS: trusted: allow trusted.ko to initialize w/o a >> TPM") allows the trusted module to be loaded even a TPM is not found to > ^ if > >> avoid module dependency problems. >> >> However, trusted module initialization can still fail if the TPM is >> inactive or deactivated. This patch ignores tpm_get_random() errors in >> init_digests() and returns -EFAULT in pcrlock() if the TPM didn't return >> random data. >> >> Signed-off-by: Roberto Sassu > > The code changes look correct to me. > > Reviewed-by: Tyler Hicks > > For whoever takes this patch through their tree, I think that adding the > following Fixes tag would be useful (as well as cc'ing stable): > > Fixes: 240730437deb ("KEYS: trusted: explicitly use tpm_chip structure...") > > I think it is also worth leaving a short note, in the commit message, > for backporters that commit 782779b60faa ("tpm: Actually fail on TPM > errors during "get random"") should be included with any backports of > this patch. Right, thanks. I wait for Jarkko's comments and I add both the Fixes tag and the short note in the next version of the patch. Roberto -- HUAWEI TECHNOLOGIES Duesseldorf GmbH, HRB 56063 Managing Director: Li Peng, Li Jian, Shi Yanli