From: "Srivatsa S. Bhat" <srivatsa.bhat@linux.vnet.ibm.com>
To: "Sören Brinkmann" <soeren.brinkmann@gmail.com>
Cc: Willy Tarreau <w@1wt.eu>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
stable@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [REGRESSION 3.10.1] System does not wake up from suspend
Date: Wed, 17 Jul 2013 10:27:15 +0530 [thread overview]
Message-ID: <51E6242B.2050101@linux.vnet.ibm.com> (raw)
In-Reply-To: <20130717025720.GA1267@skorgonTP.att.net>
On 07/17/2013 08:27 AM, Sören Brinkmann wrote:
> On Mon, Jul 15, 2013 at 12:20:19PM +0530, Srivatsa S. Bhat wrote:
>> On 07/15/2013 10:24 AM, Willy Tarreau wrote:
>>> On Sun, Jul 14, 2013 at 09:36:25PM -0700, Sören Brinkmann wrote:
>>>> Hi Greg,
>>>>
>>>> since upgrading to 3.10.1 I find my system not waking up from suspend
>>>> from time to time. Unfortunately, I couldn't figure out how to reliably
>>>> reproduce the issue. Sometimes it works just fine.
>>>>
>>>> All I know so far:
>>>> On 3.10 I had my system completely freezing a few times. But that did
>>>> not seem to be related to suspend/resume. I never experienced the
>>>> behavior described below on 3.10.
>>>>
>>>> On 3.10.1 I hit this bug a few times, that my system did not wake up.
>>>> I.e. the screen stayed black and the power LED kept flashing. But
>>>> nothing brought the system back up and I had to longpress power to reset
>>>> the system.
>>>> I had none of the system freezes like the ones described above anymore.
>>>
>>> Fortunately, 3.10.1 is very small. The only patch it contains which is
>>> related to suspend is 18/19 (cpufreq ondemand governor). Maybe you're
>>> having a problem with cpufreq on this machine in fact.
>>>
>>> You may want to try to force it to performance mode or powersave mode
>>> and try for a while, it is possible that both 3.10 and 3.10.1 will work
>>> fine.
>>>
>>
>> Or, you could try applying the patch shown below on top of 3.10.1 and
>> see if it fixes the suspend/resume regression for you.
>>
>> https://lkml.org/lkml/2013/7/11/661
>>
>> (Just apply patch 1, not the entire patchset).
> So, this didn't end well. With that patch applied I end up in a kernel
> panic on suspend, reproducible - well two out of two is a small test set,
> but anyway. Unfortunately too late to get any information about it
> and my logs don't show anything either. But it's seems worse than the
> rather occasional hangs on resume on the vanilla 3.10.1 kernel.
>
Kernel panic? Weird.. I suspect something _else_ is wrong. I suggest trying
out the following:
1. My patches only touch cpufreq. So completely turn off cpufreq by setting
CONFIG_CPU_FREQ=n. Then try suspend/resume and see how it goes. If it
fails, that shows that something _else_ is wrong and you can try a git
bisect for that.
However, if suspend/resume succeeds with CONFIG_CPU_FREQ=n, then try out
step 2 below.
2. Apply patch 1 (not the entire patchset)
https://lkml.org/lkml/2013/7/11/661
On top of that, apply this patch:
https://patchwork.kernel.org/patch/2827512/
And then try suspend/resume with cpufreq turned on CONFIG_CPU_FREQ=y
(and turning on other cpufreq Kconfig options which are of interest to
you).
That should help us narrow down whether the suspend/resume issue is really
related to cpufreq or not.
Regards,
Srivatsa S. Bhat
next prev parent reply other threads:[~2013-07-17 4:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-15 4:36 [REGRESSION 3.10.1] System does not wake up from suspend Sören Brinkmann
2013-07-15 4:54 ` Willy Tarreau
2013-07-15 6:50 ` Srivatsa S. Bhat
2013-07-16 2:12 ` Sören Brinkmann
2013-07-17 2:57 ` Sören Brinkmann
2013-07-17 4:57 ` Srivatsa S. Bhat [this message]
2013-07-17 5:38 ` Sören Brinkmann
2013-07-17 6:04 ` Sören Brinkmann
2013-07-17 6:38 ` Srivatsa S. Bhat
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=51E6242B.2050101@linux.vnet.ibm.com \
--to=srivatsa.bhat@linux.vnet.ibm.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=soeren.brinkmann@gmail.com \
--cc=stable@vger.kernel.org \
--cc=w@1wt.eu \
/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;
as well as URLs for NNTP newsgroup(s).