From: Lukas Hejtmanek <xhejtman@hell.sks3.muni.cz>
To: mochel@transmeta.com
Cc: linux-kernel@vger.kernel.org
Subject: 2.6.0 - Suspend to disk (pmdisk) resets when resume
Date: Mon, 29 Dec 2003 23:17:01 +0100 [thread overview]
Message-ID: <20031229221701.GI916@mail.muni.cz> (raw)
Hello,
suspend to disk is not working (resume part) on my laptop. I did some debugging
and I've found following:
suspend part seems to be ok
resume part seems to be ok if I was not running X server
resume part hardly resets my laptop if I was running X server
reset is performed in arch/i386/power/pmdisk.S during copying pages back to
memory.
if I do printk each destination pointer it resets on address 0xc03ee00 that is
an address to kernel space around console and framebuffer code.
following is with X server running:
if I force to copy only first 1869 pages then it does not reset.
if I force to copy only from page 1950 to the last then it does not reset.
if I force to copy each page except a range 1869-1950 then it resets.
if I force to not copy any reserved page than it hangs after resume but does not
reset.
page 1869 is far behind the kernel code.
I wonder how could kernel reset only after some pages are copied :(
I have intel graphic card i852 integrated with shared memory.
--
Lukáš Hejtmánek
reply other threads:[~2003-12-29 22:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20031229221701.GI916@mail.muni.cz \
--to=xhejtman@hell.sks3.muni.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=mochel@transmeta.com \
/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
all inboxes | Powered by JetHome®