Bug 646764
| Summary: | RHEL5.6 Include DL580 G7 in bfsort whitelist [rhel-5.4.z] | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | RHEL Program Management <pm-rhel> |
| Component: | kernel | Assignee: | Jiri Pirko <jpirko> |
| Status: | CLOSED ERRATA | QA Contact: | Red Hat Kernel QE team <kernel-qe> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.6 | CC: | cward, dhoward, james.brown, jarod, jlieskov, jpirko, msw, peterm, pm-eus, prarit, qcai, rkhan, tcamuso |
| Target Milestone: | rc | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | kernel-2.6.18-164.30.1.el5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-11-23 15:19:51 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: | |||
| Bug Depends On: | 644879 | ||
| Bug Blocks: | |||
|
Description
RHEL Program Management
2010-10-26 07:28:15 UTC
in kernel-2.6.18-164.30.1.el5 linux-2.6-pci-include-dl580-g7-in-bfsort-whitelist.patch HP has verified that the 2.6.18-230.el5.x86_64.rpm kernel correctly applies bfsort to DL580 G7. Some DL580 G7 systems have the following in DMI:
System Information
Manufacturer: Hewlett-Packard
Product Name: ProLiant DL580 G7
The patch needs to be re-worked with another entry;
{
.callback = set_bf_sort,
.ident = "Hewlett-Packard ProLiant DL580 G7",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL580 G7"),
},
},
Matt, I don't think that's necessary, since the DL580 G7 is a very recently announced product with a critical BIOS update scheduled for release this Friday, Nov 19, that includes the correct DMI vendor id string. DL580 G7 customers who have had problems with device enumeration have been advised to upgrade the BIOS. 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-2010-0907.html |