* Possible regression caused by commit 1bd047be37d9 ("tpm_crb: Use devm_ioremap_resource")
@ 2016-07-31 2:47 Zhang Rui
2016-08-03 18:37 ` Jason Gunthorpe
0 siblings, 1 reply; 2+ messages in thread
From: Zhang Rui @ 2016-07-31 2:47 UTC (permalink / raw)
To: jgunthorpe; +Cc: Linux PM list
Hi, Jason,
we got a bug report complaining that the system can not enter deeper
package c-states than pc2, and the git bisect result points to commit
1bd047be37d9 ("tpm_crb: Use devm_ioremap_resource").
can you take a look at this issue?
Bugzilla link: https://bugzilla.kernel.org/show_bug.cgi?id=118451
thanks,
rui
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Possible regression caused by commit 1bd047be37d9 ("tpm_crb: Use devm_ioremap_resource")
2016-07-31 2:47 Possible regression caused by commit 1bd047be37d9 ("tpm_crb: Use devm_ioremap_resource") Zhang Rui
@ 2016-08-03 18:37 ` Jason Gunthorpe
0 siblings, 0 replies; 2+ messages in thread
From: Jason Gunthorpe @ 2016-08-03 18:37 UTC (permalink / raw)
To: Zhang Rui; +Cc: Linux PM list
On Sun, Jul 31, 2016 at 10:47:26AM +0800, Zhang Rui wrote:
> Hi, Jason,
>
> we got a bug report complaining that the system can not enter deeper
> package c-states than pc2, and the git bisect result points to commit
> 1bd047be37d9 ("tpm_crb: Use devm_ioremap_resource").
>
> can you take a look at this issue?
>
> Bugzilla link: https://bugzilla.kernel.org/show_bug.cgi?id=118451
The tagged commit basically swiches devm_ioremap_nocache for
devm_ioremap_resource - AFAIK the only external difference being that the
TPM driver is now part of the resource tree.
I didn't think resource tree interacted with Intel PM at all?
One thing we know about is that the TPM driver fails to load on some
systems due to resource conflicts. Is it possible Yrjan's is seeing
TPM load failures in one kernel? Presumably not loading the tpm driver
would impact PM somehow??
I recommend checking for the issue solved in this patch:
commit 422eac3f7deae34dbaffd08e03e27f37a5394a56
Author: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Date: Tue Apr 19 12:54:18 2016 +0300
tpm_crb: fix mapping of the buffers
On my Lenovo x250 the following situation occurs:
[18697.813871] tpm_crb MSFT0101:00: can't request region for resource
[mem 0xacdff080-0xacdfffff]
Jason
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-03 18:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-31 2:47 Possible regression caused by commit 1bd047be37d9 ("tpm_crb: Use devm_ioremap_resource") Zhang Rui
2016-08-03 18:37 ` Jason Gunthorpe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).