From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752494AbdL0ULW (ORCPT ); Wed, 27 Dec 2017 15:11:22 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:44684 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751184AbdL0ULU (ORCPT ); Wed, 27 Dec 2017 15:11:20 -0500 X-Google-Smtp-Source: ACJfBovc++JyZO9minF9bq5oUBMuQ9DUJTKkhZepleJAmAc44lYBthnO+pdfWjnqk5tMB8UkkUHoJQ== Date: Wed, 27 Dec 2017 13:11:14 -0700 From: Jason Gunthorpe To: kernel test robot Cc: Jarkko Sakkinen , PrasannaKumar Muralidharan , LKML , lkp@01.org Subject: Re: [lkp-robot] [tpm] b008bd39b1: kmsg.tpm_tpm#:A_TPM_error(#)occurred_attempting_get_random Message-ID: <20171227201114.GE25436@ziepe.ca> References: <20171227025532.GG3172@yexl-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171227025532.GG3172@yexl-desktop> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 27, 2017 at 10:55:32AM +0800, kernel test robot wrote: > caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace): > > [ 5.903660] tpm_tis 00:05: 1.2 TPM (device-id 0xFE, rev-id 70) > [ 5.934271] tpm tpm0: A TPM error (7) occurred attempting to read a pcr value > [ 5.941471] tpm tpm0: TPM is disabled/deactivated (0x7) > [ 5.953053] tpm tpm0: A TPM error (7) occurred attempting get random Should the BIOS expose a disabled/deactivated TPM to the operating system? Jason