From: Tejun Heo <htejun@gmail.com>
To: Justin Mattock <justinmattock@gmail.com>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>,
linux-kernel@vger.kernel.org, Alan <alan@lxorguk.ukuu.org.uk>,
Jeff Garzik <jeff@garzik.org>, Pavel Machek <pavel@ucw.cz>
Subject: Re: suspend
Date: Thu, 03 Apr 2008 09:18:33 +0900 [thread overview]
Message-ID: <47F42259.8030603@gmail.com> (raw)
In-Reply-To: <dd18b0c30804021218t700484faua57a46e237ea581f@mail.gmail.com>
Hello,
Justin Mattock wrote:
>> > [ 1233.811794] sd 2:0:1:0: [sda] Starting disk
>> > [ 1234.013599] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
>> > [ 1234.013601] ata1.00: ACPI cmd ef/03:44:00:00:00:a0 filtered out
>> > [ 1234.180232] ata1.00: configured for UDMA/66
>> > [ 1222.732011] ata3.01: NODEV after polling detection
>> > [ 1222.732016] ata3.01: revalidation failed (errno=-2)
I presume this is ata_piix, right? What's hanging off of ata3.01? An
optical drive?
What happened is that, after resuming, libata reseted the channel and
issued IDENTIFY[_PACKET] to make sure the device was still there. The
device violated the state machine transition in the same way as when
there's no device attached. libata paused for a while and retries and
the device responded correctly at the retry. Things like this can
happen. The problem is that libata resume is currently synchronous and
retries like this hold the machine back from reaching operational status
even when there's no reason for resume retrial on optical drive to delay
the rest of resume process.
Can you please post full kernel log and the result of 'lspci -nn'?
--
tejun
next prev parent reply other threads:[~2008-04-03 0:18 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-02 6:31 suspend Justin Mattock
2008-04-02 12:19 ` suspend Rafael J. Wysocki
2008-04-02 15:53 ` suspend Justin Mattock
2008-04-02 17:39 ` suspend Rafael J. Wysocki
2008-04-02 19:18 ` suspend Justin Mattock
2008-04-02 22:21 ` suspend Rafael J. Wysocki
2008-04-03 0:00 ` suspend Justin Mattock
2008-04-03 0:18 ` Tejun Heo [this message]
2008-04-03 0:44 ` suspend Justin Mattock
2008-04-03 1:01 ` suspend Tejun Heo
2008-04-03 1:16 ` suspend Justin Mattock
2008-04-02 23:09 ` suspend Stefan Schweizer
2008-04-02 23:55 ` suspend Rafael J. Wysocki
2008-04-03 7:32 ` suspend Oliver Neukum
2008-04-03 7:42 ` suspend Stefan Schweizer
2008-04-03 8:02 ` suspend Oliver Neukum
2008-04-03 8:29 ` suspend Oliver Neukum
2008-04-03 8:53 ` suspend Stefan Schweizer
[not found] ` <e79639220804030153q46fa82c7jb79bedbe88b30df7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-04-03 10:31 ` suspend Oliver Neukum
[not found] ` <200804031231.19193.oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.org>
2008-04-03 15:44 ` suspend Stefan Schweizer
2008-04-03 20:42 ` suspend Oliver Neukum
[not found] ` <200804032242.36493.oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.org>
2008-04-03 21:41 ` suspend Alan Stern
2008-04-03 22:06 ` suspend Stefan Schweizer
2008-04-04 8:59 ` suspend Oliver Neukum
2008-04-04 9:20 ` suspend Stefan Schweizer
[not found] ` <e79639220804040220g560e94b4l418724ff1653780d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-04-04 11:36 ` suspend Oliver Neukum
2008-04-04 22:40 ` suspend Stefan Schweizer
2008-04-05 8:00 ` suspend Oliver Neukum
2008-04-05 9:15 ` suspend Stefan Schweizer
[not found] ` <e79639220804050215j42829de7iab99b51e85683a53-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-04-05 9:12 ` suspend Oliver Neukum
2008-04-05 14:13 ` suspend Alan Stern
2008-04-03 10:58 ` suspend Oliver Neukum
2008-04-03 14:14 ` suspend Stefan Schweizer
2008-04-03 21:07 ` suspend Oliver Neukum
2008-04-03 23:14 ` suspend Justin Mattock
[not found] <CAM2dokvEdG5P5dso8+3vh7urX1FCFx4p+g-TiBH62+pMfuDKqA@mail.gmail.com>
2020-05-06 18:21 ` Fwd: Suspend Jaime Perez
2020-05-06 18:47 ` Suspend Kaneda, Erik
-- strict thread matches above, loose matches on Subject: below --
2008-03-31 19:10 suspend Justin Mattock
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=47F42259.8030603@gmail.com \
--to=htejun@gmail.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=jeff@garzik.org \
--cc=justinmattock@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pavel@ucw.cz \
--cc=rjw@sisk.pl \
/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.