From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] ARM: mm: flip priority of CONFIG_DEBUG_RODATA
Date: Wed, 23 Dec 2015 12:18:44 -0800 [thread overview]
Message-ID: <20151223201843.GQ2793@atomide.com> (raw)
In-Reply-To: <20151223200132.GW8644@n2100.arm.linux.org.uk>
* Russell King - ARM Linux <linux@arm.linux.org.uk> [151223 12:01]:
> On Wed, Dec 23, 2015 at 11:51:29AM -0800, Tony Lindgren wrote:
> > Also all omap3 boards are now oopsing in Linux next if PM is enabled:
>
> I'm not sure that's entirely true. My LDP3430 works fine with this
> change in place, and that has CONFIG_PM=y. See my nightly build/boot
> results, which includes an attempt to enter hibernation. Remember
> that last night's results are from my tree plus arm-soc's for-next.
Right but you don't have any deeper idle states enabled for your
old ldp, see the script below. It may not work properly on your ldp
because of the old silicon revision of the SoC..
> Maybe there's some other change in linux-next which, when combined
> with this change, is provoking it?
Well it seems to be the new default Kconfig options selected by
default as Geert is saying?
And it seems to require off mode enabled for idle to hit it, retention
idle does not seem to trigger it.
Regards,
Tony
8< -------------------------
#!/bin/bash
uarts=$(find /sys/class/tty/tty[SO]*/device/power/ -type d)
for uart in $uarts; do
echo 3000 > $uart/autosuspend_delay_ms 2>&1
done
uarts=$(find /sys/class/tty/tty[SO]*/power/ -type d 2>/dev/null)
for uart in $uarts; do
echo enabled > $uart/wakeup 2>&1
echo auto > $uart/control 2>&1
done
echo 1 > /sys/kernel/debug/pm_debug/enable_off_mode
next prev parent reply other threads:[~2015-12-23 20:18 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-02 20:27 [PATCH v2] ARM: mm: flip priority of CONFIG_DEBUG_RODATA Kees Cook
2015-12-03 0:05 ` Laura Abbott
2015-12-22 10:37 ` Geert Uytterhoeven
2015-12-23 0:36 ` Laura Abbott
2015-12-23 19:51 ` Tony Lindgren
2015-12-23 20:01 ` Russell King - ARM Linux
2015-12-23 20:18 ` Tony Lindgren [this message]
2015-12-23 20:31 ` Laura Abbott
2015-12-23 21:29 ` Tony Lindgren
2015-12-23 21:45 ` Nicolas Pitre
2015-12-24 0:11 ` Tony Lindgren
2015-12-24 0:34 ` Russell King - ARM Linux
2016-01-04 20:34 ` Kees Cook
2016-01-04 22:07 ` Russell King - ARM Linux
2016-02-05 21:48 ` Kees Cook
2015-12-23 20:15 ` Russell King - ARM Linux
2015-12-23 21:26 ` Laura Abbott
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=20151223201843.GQ2793@atomide.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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).