mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Aaron Lu <aaron.lu@intel.com>
To: Rajiv Andrade <mail@srajiv.net>, peterasplund@gentoo.se
Cc: Luigi Semenzato <semenzato@google.com>,
	tpmdd-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org,
	key@linux.vnet.ibm.com
Subject: Re: [tpmdd-devel] tpm_tis driver failed to suspend, error -62
Date: Thu, 28 Mar 2013 16:49:12 +0800	[thread overview]
Message-ID: <51540408.3000702@intel.com> (raw)
In-Reply-To: <CAEQAOwqWL=WekQqg5WY8TGxzB3x9nB9MVj_UTAVK0ro7TqB2WQ@mail.gmail.com>

On 03/27/2013 11:22 PM, Rajiv Andrade wrote:
> Hey Aaron,
> 
> Sorry for the delay. Can you send us the dmesg output after setting
> loglevel=7 at boot time? Additionally, can you send us the TPM
> manufacturer model/version?
> 
> # cat /sys/devices/pnp0/00\:0*/caps
> 
> Adding Kent.

Thanks Rajiv.

Peter,
Please kindly provide the required information, thanks.

-Aaron

> 
> Cheers,
> Rajiv
> 
> On Wed, Mar 27, 2013 at 12:17 PM, Rajiv Andrade <mail@srajiv.net> wrote:
>> Hey Aaron,
>>
>> Sorry for the delay. Can you send us the dmesg output after setting
>> loglevel=7 at boot time? Additionally, can you send us the TPM manufacturer
>> model/version?
>>
>> # cat /sys/devices/pnp0/00\:0*/caps
>>
>> Adding Kent.
>>
>> Cheers,
>> Rajiv
>>
>>
>> On Thu, Mar 21, 2013 at 10:17 AM, <peterasplund@gentoo.se> wrote:
>>>
>>> Hi! Sadly, I have to say that I'm totally oblivious to power-related stuff
>>> both in software and hardware, so I have no idea what you are asking or
>>> proposing.. :)
>>>
>>> I don't know if you have access to the files I've included in the bug
>>> report, so here are the links to them:
>>> https://launchpadlibrarian.net/105830773/lspci.txt
>>> https://launchpadlibrarian.net/95994294/AcpiTables.txt
>>> https://launchpadlibrarian.net/95994318/BootDmesg.txt
>>> https://launchpadlibrarian.net/95994354/UdevDb.txt
>>>
>>> Regarding the syslog during boot, is that the same as the BootDmesg I've
>>> attached? Or should I search in another log file?
>>> I'm not sure about the model, but I was hoping you could deduct something
>>> from the UdevDb or the lspci output above.
>>>
>>> BR,
>>> Peter
>>>
>>> 2013-03-19 16:50 skrev Luigi Semenzato:
>>>
>>>> Error 62 is ETIME.  The driver is timing out during a tpm_send,
>>>> possibly trying to send the Tpm_SaveState command.
>>>>
>>>> It may be that you cannot talk to the TPM at all.  Have you tried
>>>> sending messages to the TPM before suspending?
>>>>
>>>> Are there any other tpm entries in the syslog?  Like at boot?
>>>>
>>>> What model TPM is it?
>>>>
>>>>
>>>> On Mon, Mar 18, 2013 at 7:34 PM, Aaron Lu <aaron.lu@intel.com> wrote:
>>>>>
>>>>> Hi Rajiv,
>>>>>
>>>>> Not sure if I should send this to you, please kindly forward it to the
>>>>> appropriate person if not, thanks.
>>>>>
>>>>> Peter has encountered a problem during suspend, the tpm_tis driver's
>>>>> suspend callback will fail, the relevant message is:
>>>>>
>>>>> [  192.281757] PM: Syncing filesystems ... done.
>>>>> [  192.692479] Freezing user space processes ... (elapsed 0.01 seconds)
>>>>> done.
>>>>> [  192.708159] Freezing remaining freezable tasks ... (elapsed 0.01
>>>>> seconds)
>>>>> done.
>>>>> [  192.724151] Suspending console(s) (use no_console_suspend to debug)
>>>>> [  192.724612] sd 2:0:0:0: [sda] Synchronizing SCSI cache
>>>>> [  192.724785] sd 2:0:0:0: [sda] Stopping disk
>>>>> [  197.512047] tpm_tis 00:08: tpm_transmit: tpm_send: error -62
>>>>> [  197.512055] legacy_suspend(): pnp_bus_suspend+0x0/0xa0 returns -62
>>>>> [  197.512057] PM: Device 00:08 failed to suspend: error -62
>>>>> [  197.512058] PM: Some devices failed to suspend
>>>>>
>>>>> And the problem has been there since v2.6.32(shipped in ubuntu 10.04),
>>>>> and the latest upstream tree(v3.9-rcx) also has this problem. The bug
>>>>> link is here:
>>>>> https://bugzilla.kernel.org/show_bug.cgi?id=45761
>>>>>
>>>>> Please feel free to ask for more information, thanks.
>>>>>
>>>>> -Aaron
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Everyone hates slow websites. So do we.
>>>>> Make your web apps faster with AppDynamics
>>>>> Download AppDynamics Lite for free today:
>>>>> http://p.sf.net/sfu/appdyn_d2d_mar
>>>>> _______________________________________________
>>>>> tpmdd-devel mailing list
>>>>> tpmdd-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/tpmdd-devel
>>
>>


  reply	other threads:[~2013-03-28  8:48 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-19  2:34 Aaron Lu
2013-03-19 15:50 ` [tpmdd-devel] " Luigi Semenzato
2013-03-21 13:17   ` peterasplund
     [not found]     ` <CAEQAOwpmnLXBCJQTf_xU-oSKvAtmpQjHWwMYDm_QOsP+1Kd_aQ@mail.gmail.com>
2013-03-27 15:22       ` Rajiv Andrade
2013-03-28  8:49         ` Aaron Lu [this message]
2013-03-28 13:12           ` Peter.Huewe
2013-03-28 14:58             ` peterasplund
2013-04-01 21:01             ` peterasplund
2013-04-01 21:12               ` Peter Hüwe
2013-04-02 14:34                 ` peterasplund
2013-04-01 21:17             ` peterasplund
2013-04-02 14:03               ` Kent Yoder
2013-04-06 16:00                 ` peterasplund
2013-04-11 21:41                   ` Kent Yoder
2013-04-23 14:30                     ` peterasplund
2013-04-23 14:43                       ` Kent Yoder
2013-04-23 15:03                         ` peterasplund
2013-04-23 16:29                           ` Kent Yoder
2013-04-29  9:38                             ` peterasplund

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51540408.3000702@intel.com \
    --to=aaron.lu@intel.com \
    --cc=key@linux.vnet.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mail@srajiv.net \
    --cc=peterasplund@gentoo.se \
    --cc=semenzato@google.com \
    --cc=tpmdd-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome