From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6CADC3A5A2 for ; Tue, 3 Sep 2019 15:53:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B61B023697 for ; Tue, 3 Sep 2019 15:53:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729273AbfICPx0 (ORCPT ); Tue, 3 Sep 2019 11:53:26 -0400 Received: from mga14.intel.com ([192.55.52.115]:25926 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729053AbfICPx0 (ORCPT ); Tue, 3 Sep 2019 11:53:26 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Sep 2019 08:53:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,463,1559545200"; d="scan'208";a="182169421" Received: from vkuppusa-mobl2.ger.corp.intel.com ([10.252.39.67]) by fmsmga008.fm.intel.com with ESMTP; 03 Sep 2019 08:53:23 -0700 Message-ID: <3e7265a4f11ca0f822633cf961466253e3661373.camel@linux.intel.com> Subject: Re: [PATCH v4 2/3] tpm: provide a way to override the chip returned durations From: Jarkko Sakkinen To: Jerry Snitselaar , linux-integrity@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Alexey Klimov , Peter Huewe , Jason Gunthorpe Date: Tue, 03 Sep 2019 18:53:18 +0300 In-Reply-To: <20190902142735.6280-3-jsnitsel@redhat.com> References: <20190902142735.6280-1-jsnitsel@redhat.com> <20190902142735.6280-3-jsnitsel@redhat.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.32.2-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On Mon, 2019-09-02 at 07:27 -0700, Jerry Snitselaar wrote: > Patch adds method ->update_durations to override returned > durations in case TPM chip misbehaves for TPM 1.2 drivers. > > Cc: Peter Huewe > Cc: Jason Gunthorpe > Signed-off-by: Alexey Klimov > Signed-off-by: Jerry Snitselaar > Reviewed-by: Jarkko Sakkinen Tested-by: Jarkko Sakkinen (!update_durations path) /Jarkko