[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220210145635.GA1617879@dhcp-10-100-145-180.wdc.com>
Date: Thu, 10 Feb 2022 06:56:35 -0800
From: Keith Busch <kbusch@...nel.org>
To: "Rafael J. Wysocki" <rafael@...nel.org>
Cc: Sagi Grimberg <sagi@...mberg.me>, Christoph Hellwig <hch@....de>,
Len Brown <lenb@...nel.org>,
Linux PM <linux-pm@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
m.heingbecker@...glemail.com,
linux-nvme <linux-nvme@...ts.infradead.org>
Subject: Re: [Bug] nvme blocks PC10 since v5.15 - bisected
On Thu, Jan 27, 2022 at 08:02:07PM +0100, Rafael J. Wysocki wrote:
> On Fri, Jan 21, 2022 at 10:09 PM Keith Busch <kbusch@...nel.org> wrote:
> >
> > On Fri, Jan 21, 2022 at 08:00:49PM +0100, Rafael J. Wysocki wrote:
> > > Hi Keith,
> > >
> > > It is reported that the following commit
> > >
> > > commit e5ad96f388b765fe6b52f64f37e910c0ba4f3de7
> > > Author: Keith Busch <kbusch@...nel.org>
> > > Date: Tue Jul 27 09:40:44 2021 -0700
> > >
> > > nvme-pci: disable hmb on idle suspend
> > >
> > > An idle suspend may or may not disable host memory access from devices
> > > placed in low power mode. Either way, it should always be safe to
> > > disable the host memory buffer prior to entering the low power mode, and
> > > this should also always be faster than a full device shutdown.
> > >
> > > Signed-off-by: Keith Busch <kbusch@...nel.org>
> > > Reviewed-by: Sagi Grimberg <sagi@...mberg.me>
> > > Signed-off-by: Christoph Hellwig <hch@....de>
> > >
> > > is the source of a serious power regression occurring since 5.15
> > > (please see https://bugzilla.kernel.org/show_bug.cgi?id=215467).
> > >
> > > After this commit, the SoC on the affected system cannot enter
> > > C-states deeper than PC2 while suspended to idle which basically
> > > defeats the purpose of suspending.
> > >
> > > What may be happening is that nvme_disable_prepare_reset() that is not
> > > called any more in the ndev->nr_host_mem_descs case somehow causes the
> > > LTR of the device to change to "no requirement" which allows deeper
> > > C-states to be entered.
> > >
> > > Can you have a look at this, please?
> >
> > I thought platforms that wanted full device shutdown behaviour would
> > always set acpi_storage_d3. Is that not happening here?
>
> Evidently, it isn't.
Apparently it works fine when you disable VMD, so sounds like the
acpi_storage_d3 is set, but we fail to find the correct acpi companion
device when it's in a VMD domain.
Powered by blists - more mailing lists