From: Chr <chunkeey@web.de>
To: "Björn Steinbrink" <B.Steinbrink@gmx.de>
Cc: Robert Hancock <hancockr@shaw.ca>, Jeff Garzik <jeff@garzik.org>,
Alistair John Strachan <s0348365@sms.ed.ac.uk>,
linux-kernel@vger.kernel.org, htejun@gmail.com,
jens.axboe@oracle.com, lwalton@real.com, chunkeey@web.de
Subject: Re: SATA exceptions with 2.6.20-rc5
Date: Sun, 21 Jan 2007 18:34:40 +0100 [thread overview]
Message-ID: <200701211834.41306.chunkeey@web.de> (raw)
In-Reply-To: <20070121083618.GA2434@atjola.homenet>
On Sunday, 21. January 2007 09:36, Björn Steinbrink wrote:
> On 2007.01.21 00:39:20 -0600, Robert Hancock wrote:
>
> Ah, right... sata_nv.c of course interacts with the outside world, d'oh!
>
> Up to now, I only got bad kernels, latest tested being:
> 94fcda1f8ab5e0cacc381c5ca1cc9aa6ad523576
>
> Which, unless I missed a commit in the diff, only USB changes,
> continuing anyway.
>
> Just to make sure, here's my little helper for this bisect run, I hope
> it does what you expected:
>
> #!/bin/bash
> cp ../sata_nv.c.orig drivers/ata/sata_nv.c
> git bisect good
> cp drivers/ata/sata_nv.c ../sata_nv.c.orig
> cp ../sata_nv.c drivers/ata/
> make oldconfig
> make -j4
>
> Where "../sata_nv.c" is the version from 2.6.20-rc5. The copying is done
> to avoid conflicts and keep git happy. Of course there's also a version
> for bad kernels ;) No idea, why I didn't make that an argument to the
> script...
>
> Thanks,
> Björn
Argggg, 2.6.19 (with 2.6.20-rc5 adma stuff) is affected too (BTW, what do you
do to trigger the exceptions? Because, it takes hours to "reproduces" this
silly *************).
But, this time it looks slightly different:
ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
ata3.00: tag 0 cmd 0xec Emask 0x4 stat 0x40 err 0x0 (timeout)
ata3: soft resetting port
ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
!!!
ata3.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x1)
ata3.00: revalidation failed (errno=-5)
ata3: failed to recover some devices, retrying in 5 secs
!!!
ata3: hard resetting port
ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata3.00: configured for UDMA/133
ata3: EH complete
SCSI device sda: 488395055 512-byte hdwr sectors (250058 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: drive cache: write back
Oh, and I got this nice SMART Error:
ID# ATTRIBUTE_NAME FLAG RAW VALUE
199 UDMA_CRC_Error_Count 0x003e ... - 12
SMART Error Log Version: 1
ATA Error Count: 1
CR = Command Register [HEX]
FR = Features Register [HEX]
SC = Sector Count Register [HEX]
SN = Sector Number Register [HEX]
CL = Cylinder Low Register [HEX]
CH = Cylinder High Register [HEX]
DH = Device/Head Register [HEX]
DC = Device Command Register [HEX]
ER = Error register [HEX]
ST = Status register [HEX]
Powered_Up_Time is measured from power on, and printed as
DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
SS=sec, and sss=millisec. It "wraps" after 49.710 days.
Error 1 occurred at disk power-on lifetime: 5603 hours (233 days + 11 hours)
When the command that caused the error occurred, the device was in an
unknown state.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
04 51 3f 00 00 00 af
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
91 00 3f 00 00 00 0f 00 05:30:59.655 INITIALIZE DEVICE PARAMETERS
[OBS-6]
ec 00 01 01 00 00 00 00 05:30:59.654 IDENTIFY DEVICE
ec 00 00 00 00 00 00 00 05:30:56.191 IDENTIFY DEVICE
ca 00 28 02 ee 9a 0c 00 05:30:56.190 WRITE DMA
ca 00 10 e8 4c 10 0a 00 05:30:56.190 WRITE DMA
Maybe, it's really the HDD!
OT: "http://www.nvidia.com/object/680i_hotfix.html"
Chr.
next prev parent reply other threads:[~2007-01-21 17:36 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <fa.hif5u4ZXua+b0mVNaWEcItWv9i0@ifi.uio.no>
2007-01-14 23:43 ` SATA exceptions with 2.6.20-rc5 Robert Hancock
2007-01-15 0:22 ` Jeff Garzik
2007-01-15 0:34 ` Björn Steinbrink
2007-01-15 2:47 ` Björn Steinbrink
2007-01-15 2:25 ` Robert Hancock
2007-01-15 2:53 ` Jens Axboe
2007-01-15 13:42 ` Jeff Garzik
2007-01-16 0:23 ` Jens Axboe
2007-01-16 0:36 ` Robert Hancock
2007-01-16 1:51 ` Jeff Garzik
2007-01-16 1:51 ` Jeff Garzik
2007-01-22 18:17 ` Eric D. Mudama
2007-01-15 21:17 ` Björn Steinbrink
2007-01-15 23:46 ` Björn Steinbrink
2007-01-16 0:34 ` Robert Hancock
2007-01-16 1:35 ` Björn Steinbrink
2007-01-16 3:00 ` Robert Hancock
2007-01-16 1:53 ` Jeff Garzik
2007-01-19 15:05 ` Alistair John Strachan
2007-01-19 19:51 ` chunkeey
2007-01-20 2:41 ` Robert Hancock
2007-01-20 2:47 ` Alistair John Strachan
2007-01-20 4:15 ` Björn Steinbrink
[not found] ` <20070120072755.GA4652@atjola.homenet>
2007-01-20 7:50 ` Björn Steinbrink
2007-01-20 18:50 ` Chr
2007-01-20 22:32 ` Chr
2007-01-21 1:50 ` Robert Hancock
2007-01-21 3:34 ` Jeff Garzik
2007-01-21 4:54 ` Björn Steinbrink
2007-01-21 6:39 ` Robert Hancock
2007-01-21 8:36 ` Björn Steinbrink
2007-01-21 17:34 ` Chr [this message]
2007-01-21 18:01 ` Björn Steinbrink
2007-01-21 20:13 ` Chr
2007-01-22 2:39 ` Tejun Heo
2007-01-22 12:32 ` Chr
2007-01-21 18:40 ` Björn Steinbrink
2007-01-21 19:58 ` Robert Hancock
2007-01-21 22:08 ` Björn Steinbrink
2007-01-21 22:11 ` Björn Steinbrink
2007-01-21 22:26 ` Robert Hancock
2007-01-21 22:27 ` Björn Steinbrink
2007-01-22 0:17 ` Robert Hancock
2007-01-22 16:12 ` Björn Steinbrink
2007-01-22 16:57 ` Björn Steinbrink
2007-01-22 17:53 ` Björn Steinbrink
2007-01-19 14:53 ` Alistair John Strachan
[not found] <fa.1kBz5luWz8nR0lLqm1VD4hZZYdw@ifi.uio.no>
[not found] ` <fa.QZxgjxcwtENaZNY24NMTlKBSgIM@ifi.uio.no>
[not found] ` <fa.fkPTbUGmKc/1pt0eD6TE4d02n+Q@ifi.uio.no>
[not found] ` <fa.6iQt5OtHZ3x5w8eYbLxwULhLTJ0@ifi.uio.no>
[not found] ` <fa.1aqo3IxNGJClHcBVZNTagX6bL9o@ifi.uio.no>
[not found] ` <fa.rI60BGlFbSyfLyumqmgiOfDqCI4@ifi.uio.no>
2007-01-23 23:18 ` Robert Hancock
2007-01-24 0:39 ` Björn Steinbrink
2007-02-03 1:42 ` Björn Steinbrink
2007-02-03 5:48 ` Robert Hancock
2007-02-04 1:13 ` Björn Steinbrink
2007-02-09 12:03 ` Björn Steinbrink
2007-01-24 8:24 ` Ian Kumlien
2007-01-24 14:41 ` Björn Steinbrink
[not found] <fa.ow4pXUncgdZmfLf3oyfrn1W+Bk0@ifi.uio.no>
[not found] ` <fa.SoSeidhDuEr/K0kN+L4vW61Vpnc@ifi.uio.no>
[not found] ` <fa.m8QbVQMhuOshKzTdlSjNjOhaNcc@ifi.uio.no>
[not found] ` <fa.hDS02YCM8Tv1/STeTpJGEQD/49s@ifi.uio.no>
[not found] ` <fa.eqBbU9XvtTizNMpuUjctnk8vuOI@ifi.uio.no>
[not found] ` <fa.4QxeKMcmkoyhlL26AivZV6BFQJQ@ifi.uio.no>
2007-01-23 1:24 ` Robert Hancock
2007-01-23 1:34 ` Alistair John Strachan
2007-01-23 1:41 ` Robert Hancock
2007-01-23 15:29 ` Larry Walton
2007-01-23 2:44 ` Björn Steinbrink
2007-01-23 5:03 ` Robert Hancock
2007-01-20 15:03 Ian Kumlien
2007-01-20 19:59 ` Robert Hancock
2007-01-20 21:43 ` Alistair John Strachan
2007-01-20 22:11 ` Ian Kumlien
[not found] <fa.U/G88R1fWKOeQK3EBPHKK4MeRsQ@ifi.uio.no>
[not found] ` <fa.2D0TIXbVTOgZmGg9ZJU+R7te70k@ifi.uio.no>
[not found] ` <fa.hMhdefkReYJ4idUyqqEWJFnWUBE@ifi.uio.no>
[not found] ` <fa.8TPWeOrcwkkHutPX5NOcJsTBO8Y@ifi.uio.no>
[not found] ` <fa.b92BqwV090pDj7q0iBG6BChksbI@ifi.uio.no>
[not found] ` <fa.O3RzvckSjB73Y0uL8P1nTXDRd6U@ifi.uio.no>
2007-01-19 0:09 ` Robert Hancock
2007-01-19 0:52 ` Björn Steinbrink
-- strict thread matches above, loose matches on Subject: below --
2007-01-14 22:44 Björn Steinbrink
2007-01-15 6:48 ` Mikael Pettersson
2007-01-15 13:43 ` Jeff Garzik
2007-01-15 13:47 ` Björn Steinbrink
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=200701211834.41306.chunkeey@web.de \
--to=chunkeey@web.de \
--cc=B.Steinbrink@gmx.de \
--cc=hancockr@shaw.ca \
--cc=htejun@gmail.com \
--cc=jeff@garzik.org \
--cc=jens.axboe@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lwalton@real.com \
--cc=s0348365@sms.ed.ac.uk \
/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.