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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 95575CA9EC2 for ; Mon, 28 Oct 2019 20:35:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 77A3221721 for ; Mon, 28 Oct 2019 20:35:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387537AbfJ1UfH (ORCPT ); Mon, 28 Oct 2019 16:35:07 -0400 Received: from mga03.intel.com ([134.134.136.65]:11429 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726623AbfJ1UfG (ORCPT ); Mon, 28 Oct 2019 16:35:06 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Oct 2019 13:35:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,241,1569308400"; d="scan'208";a="205275826" Received: from shrehore-mobl1.ti.intel.com (HELO localhost) ([10.251.82.5]) by FMSMGA003.fm.intel.com with ESMTP; 28 Oct 2019 13:35:01 -0700 Date: Mon, 28 Oct 2019 22:35:00 +0200 From: Jarkko Sakkinen To: Mimi Zohar Cc: David Howells , Petr Vorel , shuah , James Bottomley , linux-integrity@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Eric Biggers Subject: Re: [PATCH v1] selftest/trustedkeys: TPM 1.2 trusted keys test Message-ID: <20191028203500.GB8279@linux.intel.com> References: <1571944467-13097-1-git-send-email-zohar@linux.ibm.com> <1571945046.11756.5.camel@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1571945046.11756.5.camel@linux.ibm.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On Thu, Oct 24, 2019 at 03:24:06PM -0400, Mimi Zohar wrote: > Hi Jarkko, > > Please note that I'm seeing "add_key: Timer expired" frequently.  This > is something new.  I have no idea if this is a new TPM or keys > regression. Is it possible to bisect this? I cannot run the test script that you made at the moment because of dependencies. I'll try to work on image with BuildRoot that would have TrouSerS. I recall it had recipe for it. So probably late this week or early next week I'll be able to help finding the root cause. /Jarkko