Bug 165384
| Summary: | cpufreq driver hangs when using SMP Powernow | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | Brian Maly <bmaly> | ||||
| Component: | kernel | Assignee: | Brian Maly <bmaly> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Brian Brock <bbrock> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4.0 | ||||||
| Target Milestone: | --- | ||||||
| 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:49:20 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: | 156323, 158844 | ||||||
| Attachments: |
|
||||||
|
Description
Brian Maly
2005-08-08 18:39:38 UTC
this should be a MUSTFIX for U2 being that we wont have SMP Powernow enablement without these enhancements Created attachment 117656 [details] patch to resolve cpuspeed (cpufreq+powernow-k8) hang this patch was posted on 8/11/05 to rhkernel Description: Incremental patch to powernow-k8 v1.39 driver update BZ 160011 Some vendor testing exposed a few loose ends in the Powernow driver update, specifically the cpuspeed daemon hanging and the ondemand and powersave governor drivers failing to load. The problem was that the powernow-k8 module was getting stuck in a few spots, causing the cpufreq module to hang, and thus causing the cpuspeed daemon to hang (cpuspeed couldnt be killed once hung either). This patch resolves these issues as well as removing 1 unused variable (code cleanup). I did confirm that powernow-k8 now works correctly on SMP machines, cpuspeed no longer hangs, and the ondemand and powersave modules now load as well. 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 |