From: Arkadiusz Miskiewicz <a.miskiewicz@gmail.com>
To: suspend-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: 2.6.37 rc1 doesn't suspend to ram
Date: Mon, 1 Nov 2010 19:55:39 +0100 [thread overview]
Message-ID: <201011011955.39485.a.miskiewicz@gmail.com> (raw)
Hi,
Some linus tree git commit in last few weeks broke suspend to ram here, s2ram -a3 -f says:
4310 open("/sys/power/state", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 16
4310 fstat(16, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
4310 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f81c05bc000
4310 write(16, "mem", 3) = -1 EIO (Input/output error)
4310 close(16) = 0
4310 munmap(0x7f81c05bc000, 4096) = 0
4310 dup(2) = 16
4310 fcntl(16, F_GETFL) = 0x8002 (flags O_RDWR|O_LARGEFILE)
4310 fstat(16, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 1), ...}) = 0
4310 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f81c05bc000
4310 lseek(16, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
4310 write(16, "s2ram_do: Input/output error\n", 29) = 29
4310 close(16) = 0
It was working fine previously. Any clues before I try to bisect?
thinkpad t400, suspend-utils git snap from 20101027
$ grep SUSPEND .config
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_SUSPEND_NVS=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_USB_SUSPEND=y
--
Arkadiusz Miśkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/
next reply other threads:[~2010-11-01 18:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-01 18:55 Arkadiusz Miskiewicz [this message]
2010-11-01 18:59 ` 2.6.37 rc1 doesn't suspend to ram Arkadiusz Miskiewicz
2010-11-02 13:13 ` Rafael J. Wysocki
2010-11-02 18:02 ` Arkadiusz Miskiewicz
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=201011011955.39485.a.miskiewicz@gmail.com \
--to=a.miskiewicz@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=suspend-devel@lists.sourceforge.net \
/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 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.