Bug 5027
Summary: | Usermode speed governor is dangerous on Athlon 64 X2 | ||
---|---|---|---|
Product: | Power Management | Reporter: | Josh Rosen (bjrosen) |
Component: | cpufreq | Assignee: | cpufreq (cpufreq) |
Status: | CLOSED PATCH_ALREADY_AVAILABLE | ||
Severity: | high | CC: | akpm, bunk |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.11.12 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Josh Rosen
2005-08-08 13:07:42 UTC
mark.langsdorf@amd.com said: The old driver (driver version 1.20 and earlier, in 2.6.11 kernels and earlier) wasn't dual-core aware and would attempt to transition frequencies on each core without respect to the other. This would cause some warning messages but I'm surprised that it caused system stability. The latest driver (driver version 1.40 and later, in 2.6.12 kernels and later) is dual core aware and uses the cpus field of the cpufreq_policy struct to keep track of them. It doesn't have any known stability problems nor does it generate warning messages on dual-core systems. I think we're covered, here. So please test a 2.6.12.x or 2.6.13-rcY kernel. any update on this? e.g. new test results? I'm assuming this issue is already fixed in recent 2.6 kernels. Please reopen this bug if it's still present in kernel 2.6.16.5. |