Bug 155344
| Summary: | add fix for IPMI/ACPI OOPS | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | Karsten Hopp <karsten> |
| Component: | kernel | Assignee: | Brian Maly <bmaly> |
| Status: | CLOSED ERRATA | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.0 | CC: | peterm, tao |
| Target Milestone: | --- | Keywords: | Patch |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | RHSA-2005-514 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-10-05 13:01:46 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: | |||
| Bug Blocks: | 154907, 156322 | ||
|
Description
Karsten Hopp
2005-04-19 11:29:24 UTC
patch posted 6/2/2005 (pending approval) devel ACK for U2 the following patch was posted to rhkernel (which resolves this issue):
--- linux-2.6.9/drivers/char/ipmi/ipmi_si_intf.c.orig 2005-06-02
15:59:39.274561784 -0400
+++ linux-2.6.9/drivers/char/ipmi/ipmi_si_intf.c 2005-06-02 16:01:12.000000000 -0400
@@ -1466,6 +1466,11 @@ static int try_init_acpi(int intf_num, s
if (!is_new_interface(-1, addr_space, spmi->addr.address))
return -ENODEV;
+ if (!spmi->addr.register_bit_width) {
+ acpi_failure = 1;
+ return -ENODEV;
+ }
+
/* Figure out the interface type. */
switch (spmi->InterfaceType)
{
Is bug 165466 related to this? bug 165466 appears to be a duplicate of this bug (based on the symptoms anyway). the -11.41.EL kernel should fix this issue 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 the 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-2005-514.html |