LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Jeff Garzik <jeff@garzik.org>,
Alan Cox <alan@lxorguk.ukuu.org.uk>
Subject: Re: Linux 2.6.20-rc6 - suspend / resume ata_piix
Date: Sat, 27 Jan 2007 23:11:41 +0100 [thread overview]
Message-ID: <1169935901.17469.159.camel@localhost.localdomain> (raw)
In-Reply-To: <Pine.LNX.4.64.0701241847360.25027@woody.linux-foundation.org>
On Wed, 2007-01-24 at 18:58 -0800, Linus Torvalds wrote:
> It's been more than a week since -rc5, but I blame everybody (including
> me) being away for Linux.conf.au and then me waiting for a few days
> afterwards to let everybody sync up.
ata_piix survives exactly one suspend resume cylce. After resuming the
second time the disk is not longer usable.
After the first resume a simple "emacs -nw bla.txt" takes already ~45sec
to launch, but there are no kernel messages.
During the second resume the ATA interrupt gets disabled due to an
unhandled interrupt.
This is 100% reproducible. So I can provide as much info as needed.
tglx
Boot:
SCSI subsystem initialized
libata version 2.00 loaded.
ata_piix 0000:00:1f.2: version 2.00ac7
ata_piix 0000:00:1f.2: MAP [ P0 P2 XX XX ]
ata_piix 0000:00:1f.2: invalid MAP value 0
ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 22 (level, low) -> IRQ 21
PCI: Setting latency timer of device 0000:00:1f.2 to 64
ata1: SATA max UDMA/133 cmd 0x18D0 ctl 0x18C6 bmdma 0x18B0 irq 21
ata2: SATA max UDMA/133 cmd 0x18C8 ctl 0x18C2 bmdma 0x18B8 irq 21
scsi0 : ata_piix
PM: Adding info for No Bus:host0
ata1.00: ATA-7, max UDMA/133, 195371568 sectors: LBA48 NCQ (depth 0/32)
ata1.00: ata1: dev 0 multi count 16
ata1.00: configured for UDMA/133
scsi1 : ata_piix
PM: Adding info for No Bus:host1
scsi 0:0:0:0: Direct-Access ATA ST9100824AS 3.14 PQ: 0 ANSI: 5
PM: Adding info for scsi:0:0:0:0
SCSI device sda: 195371568 512-byte hdwr sectors (100030 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
SCSI device sda: 195371568 512-byte hdwr sectors (100030 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: sda1 sda2 < sda5 > sda3
sd 0:0:0:0: Attached scsi disk sda
1st Suspend:
ata_piix 0000:00:1f.2: suspend
ACPI: PCI interrupt for device 0000:00:1f.2 disabled
PIIX_IDE 0000:00:1f.1: suspend
....
PIIX_IDE 0000:00:1f.1: LATE suspend
1st Resume:
ata1.00: configured for UDMA/133
SCSI device sda: 195371568 512-byte hdwr sectors (100030 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
2nd Suspend as above
2nd resume:
Initializing CPU#1
irq 21: nobody cared(try booting with the "irqpoll" option)
...
handlers:
[<f88e5b02>] (atat_interrupt+0x0/0x1cd [libata])
Disabling IRQ #21
....
ata1.00: qc timeout (cmd 0xe1)
ata1.00: failed to spin up (err_mask=0x4)
ata1.00: failed to set xfermode (err_mask=0x40)
ata1.00: limiting speed to UDMA/100
ata1: failed to recover some devies, retrying in 5 secs
....
sd 0:0:0:0: rejectimg I/O to offline device
....
ata1.00: ATA-7, max UDMA/133, 195371568 sectors: LBA48 NCQ (depth 0/32)
ata1.00: ata1: dev 0 multi count 16
sd 0:0:0:0: rejectimg I/O to offline device
.....
next prev parent reply other threads:[~2007-01-27 22:11 UTC|newest]
Thread overview: 84+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-25 2:58 Linux 2.6.20-rc6 Linus Torvalds
2007-01-25 10:09 ` Sunil Naidu
2007-01-25 11:10 ` Linux 2.6.20-rc6 - build failure Eyal Lebedinsky
2007-01-26 2:22 ` Eyal Lebedinsky
2007-01-26 18:49 ` [2.6 patch] fix OCFS2 compile error Adrian Bunk
2007-01-26 19:47 ` Mark Fasheh
2007-01-26 19:53 ` Adrian Bunk
2007-01-26 18:46 ` Linux 2.6.20-rc6 - build failure Mark Fasheh
2007-01-25 17:50 ` Linux 2.6.20-rc6 Arkadiusz Patyk
2007-01-25 21:05 ` Michal Piotrowski
2007-01-25 21:12 ` David Miller
2007-01-26 16:52 ` Venkat Yekkirala
2007-01-26 18:10 ` 2.6.20-rc6: known unfixed regressions (part 1) Adrian Bunk
2007-01-26 18:11 ` 2.6.20-rc6: known unfixed regressions (part 2) Adrian Bunk
2007-01-26 18:16 ` Malte Schröder
2007-01-27 17:28 ` Adrian Bunk
2007-01-27 17:39 ` Adrian Bunk
2007-01-27 17:58 ` Linus Torvalds
2007-01-26 19:04 ` Michal Piotrowski
2007-01-26 19:08 ` Venkat Yekkirala
2007-01-26 18:18 ` 2.6.20-rc6: known regressions with patches Adrian Bunk
2007-01-29 8:45 ` Ingo Molnar
2007-01-29 12:58 ` Dave Jones
2007-01-27 17:32 ` 2.6.20-rc6: known unfixed regressions (v2) (part 1) Adrian Bunk
2007-01-27 17:42 ` 2.6.20-rc6: known unfixed regressions (v2) (part 2) Adrian Bunk
2007-01-28 13:33 ` Uwe Bugla
2007-01-29 6:26 ` Mike Galbraith
2007-01-29 6:48 ` Andrew Morton
2007-01-29 7:08 ` Mike Galbraith
2007-01-29 7:13 ` Linus Torvalds
2007-01-27 17:44 ` 2.6.20-rc6: known regressions with patches (v2) Adrian Bunk
2007-01-27 20:47 ` Linux 2.6.20-rc6 - supend lockdep warning Thomas Gleixner
2007-01-27 20:55 ` Linux 2.6.20-rc6 - sky2 resume breakage Thomas Gleixner
2007-01-29 19:31 ` Stephen Hemminger
2007-01-29 20:10 ` Thomas Gleixner
2007-01-29 21:38 ` Stephen Hemminger
2007-01-29 22:23 ` Thomas Gleixner
2007-01-29 22:23 ` Stephen Hemminger
2007-01-29 22:31 ` Thomas Gleixner
2007-01-29 22:37 ` Linus Torvalds
2007-01-29 22:40 ` Stephen Hemminger
2007-01-29 23:04 ` Linus Torvalds
2007-01-29 23:45 ` Stephen Hemminger
2007-01-30 0:12 ` Linus Torvalds
2007-01-30 0:16 ` Stephen Hemminger
2007-01-30 0:25 ` Linus Torvalds
2007-01-30 0:26 ` Stephen Hemminger
2007-01-30 6:54 ` Ingo Molnar
2007-01-30 7:39 ` Jeff Garzik
2007-01-30 7:53 ` Ingo Molnar
2007-01-30 8:02 ` Jeff Garzik
2007-01-30 8:08 ` Ingo Molnar
2007-01-30 8:13 ` Ingo Molnar
2007-01-31 15:27 ` Jeff Garzik
2007-01-31 17:38 ` Ingo Molnar
2007-01-31 17:52 ` Jeff Garzik
2007-01-31 20:13 ` Thomas Gleixner
2007-01-30 8:03 ` Ingo Molnar
2007-02-01 6:15 ` [LIBATA BUG] sr.c: TEST_UNIT_READY error Conke Hu
2007-02-07 12:40 ` Jeff Garzik
2007-02-02 5:48 ` Conke Hu
2007-02-13 7:30 ` Conke Hu
2007-02-15 6:30 ` Conke Hu
2007-01-30 8:57 ` Linux 2.6.20-rc6 - sky2 resume breakage Len Brown
2007-01-30 16:01 ` Rafael J. Wysocki
2007-01-30 21:28 ` Nigel Cunningham
2007-02-01 12:49 ` Pavel Machek
2007-01-29 23:42 ` [PATCH] sky2: fix MSI related " Thomas Gleixner
2007-01-29 22:38 ` Linux 2.6.20-rc6 - sky2 " Frédéric Riss
2007-01-29 22:45 ` Thomas Gleixner
2007-01-29 22:50 ` Frédéric Riss
2007-01-29 22:57 ` Thomas Gleixner
2007-01-29 23:26 ` Frédéric Riss
2007-01-29 23:37 ` Thomas Gleixner
2007-01-29 23:50 ` [PATCH] block MSI on Sony Stephen Hemminger
2007-01-30 0:22 ` Thomas Gleixner
2007-01-30 0:21 ` Stephen Hemminger
2007-01-30 0:31 ` Thomas Gleixner
2007-01-30 0:31 ` Stephen Hemminger
2007-01-30 0:26 ` Thomas Gleixner
2007-01-27 22:11 ` Thomas Gleixner [this message]
2007-01-27 22:40 ` Linux 2.6.20-rc6 - suspend / resume ata_piix Jeff Garzik
2007-01-27 22:44 ` Thomas Gleixner
2007-01-28 22:05 ` Thomas Gleixner
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=1169935901.17469.159.camel@localhost.localdomain \
--to=tglx@linutronix.de \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=jeff@garzik.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--subject='Re: Linux 2.6.20-rc6 - suspend / resume ata_piix' \
/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
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).