From: Jeff Garzik <jgarzik@pobox.com>
To: Mike Christie <michaelc@cs.wisc.edu>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Mike Galbraith <efault@gmx.de>, Uwe Bugla <uwe.bugla@gmx.de>,
Adrian Bunk <bunk@stusta.de>, Andrew Morton <akpm@osdl.org>,
gd@spherenet.de, alan@lxorguk.ukuu.org.uk,
linux-ide@vger.kernel.org, B.Zolnierkiewicz@elka.pw.edu.pl,
Jens Axboe <jens.axboe@oracle.com>,
James Bottomley <James.Bottomley@SteelEye.com>,
Tejun Heo <htejun@gmail.com>
Subject: Re: 2.6.20-rc6: known unfixed regressions (v2) (part 2)
Date: Mon, 29 Jan 2007 23:14:29 -0500 [thread overview]
Message-ID: <45BEC625.9010400@pobox.com> (raw)
In-Reply-To: <45BE5AF0.3030005@cs.wisc.edu>
Mike Christie wrote:
> Strangely, if I use the sata driver, then nero uses the sg driver
> (drivers/scsi/sg.c) instead of the block layer sg io code. But the sata
> code spits out:
>
> Jan 29 12:03:21 madmax kernel: ata1.00: ATAPI check failed
> Jan 29 12:03:21 madmax kernel: ata1.00: exception Emask 0x0 SAct 0x0
> SErr 0x0 action 0x2 frozen
> Jan 29 12:03:21 madmax kernel: ata1.00: cmd
> a0/00:00:00:00:20/00:00:00:00:00/a0 tag 0 cdb 0xac data 808 in
> Jan 29 12:03:21 madmax kernel: res
> 51/51:03:00:00:20/00:00:00:00:00/a0 Emask 0x3 (HSM violation)
> Jan 29 12:03:21 madmax kernel: ata1: soft resetting port
> Jan 29 12:03:21 madmax kernel: ATA: abnormal status 0xD0 on port 0x1F7
> Jan 29 12:03:21 madmax kernel: ata1.00: failed to IDENTIFY (I/O error,
> err_mask=0x2)
> Jan 29 12:03:21 madmax kernel: ata1.00: revalidation failed (errno=-5)
-5 == EIO
> Jan 29 12:03:21 madmax kernel: ata1: failed to recover some devices,
> retrying in 5 secs
> Jan 29 12:03:33 madmax kernel: ata1: port is slow to respond, please be
> patient (Status 0xd0)
> Jan 29 12:03:56 madmax kernel: ata1: port failed to respond (30 secs,
> Status 0xd0)
> Jan 29 12:03:56 madmax kernel: ata1: soft resetting port
> Jan 29 12:03:57 madmax kernel: ata1.00: configured for PIO4
> Jan 29 12:03:57 madmax kernel: ata1: EH complete
It's not critical for 2.6.20, since the default recommendation for PATA
is still "use drivers/ide", but Alan Cox (and Tejun and me) should be
aware of cases where drivers/ide works but libata does not.
So, if you could post some machine and .config info regarding this to
linux-ide (CC'ing Alan), that would be appreciated.
Jeff
next prev parent reply other threads:[~2007-01-30 4:15 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <Pine.LNX.4.64.0701241847360.25027@woody.linux-foundation.org>
2007-01-26 18:11 ` 2.6.20-rc6: known unfixed regressions (part 2) Adrian Bunk
2007-01-26 19:04 ` Michal Piotrowski
2007-01-27 17:42 ` 2.6.20-rc6: known unfixed regressions (v2) " Adrian Bunk
2007-01-28 13:33 ` Uwe Bugla
2007-01-28 23:21 ` Andrew Morton
2007-02-02 12:58 ` 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-29 7:04 ` Linus Torvalds
2007-01-29 7:19 ` Mike Galbraith
2007-01-29 10:01 ` Mike Galbraith
2007-01-29 18:16 ` Mike Galbraith
2007-01-29 18:43 ` Linus Torvalds
2007-01-30 4:14 ` Mike Galbraith
2007-01-29 17:16 ` Mike Christie
2007-01-29 20:37 ` Mike Christie
2007-01-29 20:58 ` Linus Torvalds
2007-01-29 22:16 ` Linus Torvalds
2007-01-29 23:01 ` Linus Torvalds
2007-01-29 23:32 ` Linus Torvalds
2007-01-29 23:42 ` Mike Christie
2007-01-30 0:23 ` Linus Torvalds
2007-01-30 0:55 ` Mike Christie
2007-01-30 1:04 ` Mike Christie
2007-01-30 1:45 ` Linus Torvalds
2007-01-30 2:50 ` Mike Christie
2007-01-30 3:02 ` Mike Christie
2007-01-30 3:08 ` Andrew Morton
2007-01-30 2:18 ` Mike Christie
2007-01-30 3:33 ` Andrew Morton
2007-01-30 4:44 ` Linus Torvalds
2007-01-30 4:00 ` Mike Galbraith
2007-01-30 3:25 ` Mike Galbraith
2007-01-30 4:14 ` Jeff Garzik [this message]
2007-02-02 13:07 ` Uwe Bugla
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=45BEC625.9010400@pobox.com \
--to=jgarzik@pobox.com \
--cc=B.Zolnierkiewicz@elka.pw.edu.pl \
--cc=James.Bottomley@SteelEye.com \
--cc=akpm@osdl.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=bunk@stusta.de \
--cc=efault@gmx.de \
--cc=gd@spherenet.de \
--cc=htejun@gmail.com \
--cc=jens.axboe@oracle.com \
--cc=linux-ide@vger.kernel.org \
--cc=michaelc@cs.wisc.edu \
--cc=torvalds@linux-foundation.org \
--cc=uwe.bugla@gmx.de \
/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).