Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 5 product line. The current stable release is 5.10. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 559815

Summary: ACPI _SDD failed (AE 0x5) messages on boot
Product: Red Hat Enterprise Linux 5 Reporter: Lachlan McIlroy <lmcilroy>
Component: kernelAssignee: David Milburn <dmilburn>
Status: CLOSED ERRATA QA Contact: Red Hat Kernel QE team <kernel-qe>
Severity: high Docs Contact:
Priority: high    
Version: 5.3CC: peterm, vgaikwad
Target Milestone: rc   
Target Release: 5.6   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-01-13 21:02:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch from upstream to suppress error messages
none
dmesg from booting with 2.6.18-185.el5.bz559815_2.1 none

Description Lachlan McIlroy 2010-01-29 04:24:49 UTC
Description of problem:

Installing RHEL 5.3 or the recent 5.4 beta onto a z200 prototype workstation shows some curious activity in /var/log/dmesg regarding the negotiation/setup of SATA components.

The messages in dmesg indicate that the negotiations between the controller and the drives had some initial failures but settled in at UDMA/100.  Here's the snippet from the file:

"ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ACPI _SDD failed (AE 0x5)
ata1: failed to recover some devices, retrying in 5 secs
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ACPI _SDD failed (AE 0x5)
ata1.00: ACPI: failed the second time, disabled
ata1.00: configured for UDMA/100
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2.00: ACPI _SDD failed (AE 0x5)
ata2: failed to recover some devices, retrying in 5 secs
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2.00: ACPI _SDD failed (AE 0x5)
ata2.00: ACPI: failed the second time, disabled
ata2.00: configured for UDMA/100
ata3: SATA link down (SStatus 0 SControl 300)
ata4: SATA link down (SStatus 0 SControl 300)
ata5: SATA link down (SStatus 0 SControl 300)"

The read performance, measured using 'hdparm -t', is ~75 MB/sec, so it seems that the SATA hard drive connection is running ok.  The HDD is capable of 3 Gbps so I'm concerned that, perhaps, the driver has not gotten the SATA bus speed set optimally.

Version-Release number of selected component (if applicable):
RHEL5.3 or later

How reproducible:
On every boot.

Comment 3 Lachlan McIlroy 2010-01-29 06:33:03 UTC
Created attachment 387505 [details]
Patch from upstream to suppress error messages

Comment 4 Lachlan McIlroy 2010-01-29 06:36:07 UTC
Tested patch and failed messages are no longer present.  This is the output produced with the patch:

ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
ata1.00: ACPI cmd ef/03:45:00:00:00:a0 filtered out
ata1.00: ACPI cmd c6/00:10:00:00:00:a0 succeeded
ata1.00: ACPI cmd e3/00:00:00:00:00:a0 succeeded
ata1.00: ACPI cmd b1/c1:00:00:00:00:a0 filtered out
ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
ata1.00: ACPI cmd ef/10:03:00:00:00:a0 succeeded
ata1.00: ATA-8: WDC WD1600AAJS-60M0A0, 02.03E02, max UDMA/100
ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
ata1.00: ACPI cmd ef/03:45:00:00:00:a0 filtered out
ata1.00: ACPI cmd c6/00:10:00:00:00:a0 succeeded
ata1.00: ACPI cmd e3/00:00:00:00:00:a0 succeeded
ata1.00: ACPI cmd b1/c1:00:00:00:00:a0 filtered out
ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
ata1.00: ACPI cmd ef/10:03:00:00:00:a0 succeeded
ata1.00: configured for UDMA/100
ata1.00: configured for UDMA/100
ata1: EH complete
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
ata2.00: ACPI cmd ef/03:45:00:00:00:a0 filtered out
ata2.00: ACPI cmd ef/10:03:00:00:00:a0 succeeded
ata2.00: ATAPI: TSSTcorpDVD-ROM TS-H353B, BC08, max UDMA/100
ata2.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
ata2.00: ACPI cmd ef/03:45:00:00:00:a0 filtered out
ata2.00: ACPI cmd ef/10:03:00:00:00:a0 succeeded
ata2.00: configured for UDMA/100
ata3: SATA link down (SStatus 0 SControl 300)
ata4: SATA link down (SStatus 0 SControl 300)
ata5: SATA link down (SStatus 0 SControl 300)

Lachlan

Comment 5 David Milburn 2010-01-29 20:38:21 UTC
Lachlan,

Would you please verify kernel-2.6.18-185.el5.bz559815_2.1 test kernel? Thanks.

http://people.redhat.com/dmilburn/.bz559815/

Comment 6 David Aquilina 2010-02-01 22:21:08 UTC
Created attachment 388151 [details]
dmesg from booting with 2.6.18-185.el5.bz559815_2.1

This is the dmesg from booting with the test kernel from comment #5. Looks good to me!

Comment 7 Lachlan McIlroy 2010-02-02 00:48:54 UTC
Yes, looks good.  The output is identical to what I got with -186+patch.

Comment 9 David Milburn 2010-02-03 00:19:08 UTC
David, Lachlan, thanks for the quick feedback.

Comment 10 David Milburn 2010-02-03 14:11:16 UTC
dwa, any chance you could boot up a RHEL6 kernel? I think you should be able
to reproduce the same problem. If so, we could open up a seperate BZ for
RHEL6.

Comment 12 RHEL Program Management 2010-05-20 12:46:38 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux maintenance release.  Product Management has requested
further review of this request by Red Hat Engineering, for potential
inclusion in a Red Hat Enterprise Linux Update release for currently deployed
products.  This request is not yet committed for inclusion in an Update
release.

Comment 14 Jarod Wilson 2010-05-25 21:11:36 UTC
in kernel-2.6.18-200.el5
You can download this test kernel from http://people.redhat.com/jwilson/el5

Detailed testing feedback is always welcomed.

Comment 18 errata-xmlrpc 2011-01-13 21:02:28 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHSA-2011-0017.html