From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751797AbdLXUfl (ORCPT ); Sun, 24 Dec 2017 15:35:41 -0500 Received: from mga01.intel.com ([192.55.52.88]:42771 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751039AbdLXUfk (ORCPT ); Sun, 24 Dec 2017 15:35:40 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,451,1508828400"; d="scan'208";a="14914666" Date: Sun, 24 Dec 2017 22:35:35 +0200 From: Jarkko Sakkinen To: Chris Chiu Cc: Paul Menzel , Linux Kernel , Linux Upstreaming Team , Alexander Steffen , Peter Huewe , Jason Gunthorpe , linux-integrity@vger.kernel.org Subject: Re: TPM driver breaks S3 suspend Message-ID: <20171224203535.rv4noog2jodm54mn@linux.intel.com> References: <116abe3f-f51a-197d-6669-53fa4cec01e0@molgen.mpg.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 21, 2017 at 05:43:35PM +0800, Chris Chiu wrote: > On Thu, Dec 21, 2017 at 5:22 PM, Paul Menzel wrote: > > Dear Chris, > > > > > > Thank you for bringin gup the issue. > > > >> We have a desktop which has S3 suspend (to RAM) problem due to > >> error messages as follows. > >> [ 198.908282] tpm tpm0: Error (38) sending savestate before suspend > >> [ 198.908289] __pnp_bus_suspend(): tpm_pm_suspend+0x0/0x160 returns 38 > >> [ 198.908293] dpm_run_callback(): pnp_bus_suspend+0x0/0x20 returns 38 > >> [ 198.908298] PM: Device 00:0b failed to suspend: error 38 > >> > >> However, the first suspend after boot is working although it still > >> shows an interesting message during resume. > >> [ 155.789945] tpm tpm0: A TPM error (38) occurred continue selftest > >> > >> The error code 38 in definition is TPM_ERR_INVALID_POSTINIT. I > >> found some explanations which said this error code means that this > >> command was received in the wrong sequence relative to a TPM_Startup > >> command. Don't really know what happens here and how should I deal > >> with this? Any suggestions? Please let me know what else information > >> should I provide. > > > > > > Please provide more information. Tell us your Linux version, attach your > > config and tell us the system name and if you know it the TPM version. > > Sorry for the missing information. This is reproducible in kernel 4.14 > and latest > 4.15-rc2 with all TPM drivers selected. What system name do you need? It's > Acer Desktop Veriton 4410G. The TPM version shows in dmesg is > [ 0.640244] tpm_tis 00:0b: 1.2 TPM (device-id 0xFE, rev-id 71) > > Chris Can you put lsmod|grep tpm output? /Jarkko