All of lore.kernel.org
 help / color / mirror / Atom feed
* Fwd: [Bug 196907] [Regression] New default s2idle does not work on Dell XPS 13 9360 with Ubuntu 16.04.3 LTS (Xenial Xerus)
@ 2017-10-09 21:52 Rafael J. Wysocki
  2017-10-09 22:14 ` Keith Busch
  0 siblings, 1 reply; 5+ messages in thread
From: Rafael J. Wysocki @ 2017-10-09 21:52 UTC (permalink / raw)


Hi,

We are seeing a resume issue with a Hynix SSD (PC300 NVMe SK hynix 512GB)
with respect to suspend-to-idle (S3 resume works for the reporter,
interestingly enough).  It appears to be limited to Hynix and to that
specific SSD ATM.

Also it is reported to work in 4.11-rc1 and it already is failing in 4.13,
so it looks like something between the two broke it.

Any ideas of what that might be?

Or anything we should try/test to narrow it down?

Any help will be appreciated.

Thanks,
Rafael
-------------- next part --------------
An embedded message was scrubbed...
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 196907] [Regression] New default s2idle does not work on Dell XPS 13 9360 with Ubuntu 16.04.3 LTS (Xenial Xerus)
Date: Mon, 09 Oct 2017 16:34:05 +0000
Size: 2348
URL: <http://lists.infradead.org/pipermail/linux-nvme/attachments/20171009/c35e6dc1/attachment.mht>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Fwd: [Bug 196907] [Regression] New default s2idle does not work on Dell XPS 13 9360 with Ubuntu 16.04.3 LTS (Xenial Xerus)
  2017-10-09 22:14 ` Keith Busch
@ 2017-10-09 22:01   ` Rafael J. Wysocki
  2017-10-09 22:22     ` Keith Busch
  0 siblings, 1 reply; 5+ messages in thread
From: Rafael J. Wysocki @ 2017-10-09 22:01 UTC (permalink / raw)


On Tuesday, October 10, 2017 12:14:14 AM CEST Keith Busch wrote:
> On Mon, Oct 09, 2017@11:52:26PM +0200, Rafael J. Wysocki wrote:
> > Hi,
> > 
> > We are seeing a resume issue with a Hynix SSD (PC300 NVMe SK hynix 512GB)
> > with respect to suspend-to-idle (S3 resume works for the reporter,
> > interestingly enough).  It appears to be limited to Hynix and to that
> > specific SSD ATM.
> > 
> > Also it is reported to work in 4.11-rc1 and it already is failing in 4.13,
> > so it looks like something between the two broke it.
> > 
> > Any ideas of what that might be?
> > 
> > Or anything we should try/test to narrow it down?
> > 
> > Any help will be appreciated.
> 
> I'd start with the APST feature and see if disabling that helps.
> That can be done with the nvme_core module param:
> 
>   default_ps_max_latency_us=0
> 

We've tried that and it doesn't help.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Fwd: [Bug 196907] [Regression] New default s2idle does not work on Dell XPS 13 9360 with Ubuntu 16.04.3 LTS (Xenial Xerus)
  2017-10-09 22:22     ` Keith Busch
@ 2017-10-09 22:13       ` Rafael J. Wysocki
  0 siblings, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2017-10-09 22:13 UTC (permalink / raw)


On Tuesday, October 10, 2017 12:22:15 AM CEST Keith Busch wrote:
> On Tue, Oct 10, 2017@12:01:33AM +0200, Rafael J. Wysocki wrote:
> > On Tuesday, October 10, 2017 12:14:14 AM CEST Keith Busch wrote:
> > > On Mon, Oct 09, 2017@11:52:26PM +0200, Rafael J. Wysocki wrote:
> > > > Hi,
> > > > 
> > > > We are seeing a resume issue with a Hynix SSD (PC300 NVMe SK hynix 512GB)
> > > > with respect to suspend-to-idle (S3 resume works for the reporter,
> > > > interestingly enough).  It appears to be limited to Hynix and to that
> > > > specific SSD ATM.
> > > > 
> > > > Also it is reported to work in 4.11-rc1 and it already is failing in 4.13,
> > > > so it looks like something between the two broke it.
> > > > 
> > > > Any ideas of what that might be?
> > > > 
> > > > Or anything we should try/test to narrow it down?
> > > > 
> > > > Any help will be appreciated.
> > > 
> > > I'd start with the APST feature and see if disabling that helps.
> > > That can be done with the nvme_core module param:
> > > 
> > >   default_ps_max_latency_us=0
> > > 
> > 
> > We've tried that and it doesn't help.
> 
> But it wasn't done correctly according to the notes on the
> bugzilla. May be just a typo, but want make sure: it says they used
> "nvme.default_ps_max_latency_us=0" on the kernel's command line, which
> doesn't mean anything. It's "nvme_core" that provides that module
> parameter.

OK, thanks!

I've added you to the CC in the BZ.

I'll ask the reporter to repeat the test with the correct param.

Thanks,
Rafael

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Fwd: [Bug 196907] [Regression] New default s2idle does not work on Dell XPS 13 9360 with Ubuntu 16.04.3 LTS (Xenial Xerus)
  2017-10-09 21:52 Fwd: [Bug 196907] [Regression] New default s2idle does not work on Dell XPS 13 9360 with Ubuntu 16.04.3 LTS (Xenial Xerus) Rafael J. Wysocki
@ 2017-10-09 22:14 ` Keith Busch
  2017-10-09 22:01   ` Rafael J. Wysocki
  0 siblings, 1 reply; 5+ messages in thread
From: Keith Busch @ 2017-10-09 22:14 UTC (permalink / raw)


On Mon, Oct 09, 2017@11:52:26PM +0200, Rafael J. Wysocki wrote:
> Hi,
> 
> We are seeing a resume issue with a Hynix SSD (PC300 NVMe SK hynix 512GB)
> with respect to suspend-to-idle (S3 resume works for the reporter,
> interestingly enough).  It appears to be limited to Hynix and to that
> specific SSD ATM.
> 
> Also it is reported to work in 4.11-rc1 and it already is failing in 4.13,
> so it looks like something between the two broke it.
> 
> Any ideas of what that might be?
> 
> Or anything we should try/test to narrow it down?
> 
> Any help will be appreciated.

I'd start with the APST feature and see if disabling that helps.
That can be done with the nvme_core module param:

  default_ps_max_latency_us=0

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Fwd: [Bug 196907] [Regression] New default s2idle does not work on Dell XPS 13 9360 with Ubuntu 16.04.3 LTS (Xenial Xerus)
  2017-10-09 22:01   ` Rafael J. Wysocki
@ 2017-10-09 22:22     ` Keith Busch
  2017-10-09 22:13       ` Rafael J. Wysocki
  0 siblings, 1 reply; 5+ messages in thread
From: Keith Busch @ 2017-10-09 22:22 UTC (permalink / raw)


On Tue, Oct 10, 2017@12:01:33AM +0200, Rafael J. Wysocki wrote:
> On Tuesday, October 10, 2017 12:14:14 AM CEST Keith Busch wrote:
> > On Mon, Oct 09, 2017@11:52:26PM +0200, Rafael J. Wysocki wrote:
> > > Hi,
> > > 
> > > We are seeing a resume issue with a Hynix SSD (PC300 NVMe SK hynix 512GB)
> > > with respect to suspend-to-idle (S3 resume works for the reporter,
> > > interestingly enough).  It appears to be limited to Hynix and to that
> > > specific SSD ATM.
> > > 
> > > Also it is reported to work in 4.11-rc1 and it already is failing in 4.13,
> > > so it looks like something between the two broke it.
> > > 
> > > Any ideas of what that might be?
> > > 
> > > Or anything we should try/test to narrow it down?
> > > 
> > > Any help will be appreciated.
> > 
> > I'd start with the APST feature and see if disabling that helps.
> > That can be done with the nvme_core module param:
> > 
> >   default_ps_max_latency_us=0
> > 
> 
> We've tried that and it doesn't help.

But it wasn't done correctly according to the notes on the
bugzilla. May be just a typo, but want make sure: it says they used
"nvme.default_ps_max_latency_us=0" on the kernel's command line, which
doesn't mean anything. It's "nvme_core" that provides that module
parameter.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-10-09 22:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-09 21:52 Fwd: [Bug 196907] [Regression] New default s2idle does not work on Dell XPS 13 9360 with Ubuntu 16.04.3 LTS (Xenial Xerus) Rafael J. Wysocki
2017-10-09 22:14 ` Keith Busch
2017-10-09 22:01   ` Rafael J. Wysocki
2017-10-09 22:22     ` Keith Busch
2017-10-09 22:13       ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.