cpufreq.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bug 10055] New: conservative governor doesn't increase frequency, just decrease. powernow-k7
@ 2008-02-20 19:40 bugme-daemon
  2008-02-20 23:52 ` [Bug 10055] " bugme-daemon
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: bugme-daemon @ 2008-02-20 19:40 UTC (permalink / raw)
  To: cpufreq

http://bugzilla.kernel.org/show_bug.cgi?id=10055

           Summary: conservative governor doesn't increase frequency, just
                    decrease. powernow-k7
           Product: Power Management
           Version: 2.5
     KernelVersion: 2.6.24.2
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: cpufreq
        AssignedTo: cpufreq@www.linux.org.uk
        ReportedBy: borych@gmx.de


Latest working kernel version:2.6.23.16
Earliest failing kernel version:2.6.24
Distribution:Gentoo
Hardware Environment:mitac 8375 Athlon XP-M 2800+

Problem Description: kernel 2.6.24.2, conservative governor compiled in
(doesn't matter whether module or not). If I set conservative as current
governor (either via cpufreq-utils or set it as default governor in kernel) the
CPU frequency decreases slowly at low CPU load as it ought to be. But if I put
the CPU on high load then,the frequency remains unchanged. 
Conservative is working on 2.6.23.*, ondemand works even on 2.6.24 CPU
frequency module is powernow-k7 compiled in as module.

Steps to reproduce:
1.compile kernel with conservative governor
2.set it as current governor
3.put CPU on high load


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 10055] conservative governor doesn't increase frequency, just decrease. powernow-k7
  2008-02-20 19:40 [Bug 10055] New: conservative governor doesn't increase frequency, just decrease. powernow-k7 bugme-daemon
@ 2008-02-20 23:52 ` bugme-daemon
  2008-02-21  0:44 ` bugme-daemon
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugme-daemon @ 2008-02-20 23:52 UTC (permalink / raw)
  To: cpufreq

http://bugzilla.kernel.org/show_bug.cgi?id=10055


akpm@osdl.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |davej@codemonkey.org.uk
         Regression|0                           |1




------- Comment #1 from akpm@osdl.org  2008-02-20 15:52 -------
marked as a regression..


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 10055] conservative governor doesn't increase frequency, just decrease. powernow-k7
  2008-02-20 19:40 [Bug 10055] New: conservative governor doesn't increase frequency, just decrease. powernow-k7 bugme-daemon
  2008-02-20 23:52 ` [Bug 10055] " bugme-daemon
@ 2008-02-21  0:44 ` bugme-daemon
  2008-02-21  8:55 ` bugme-daemon
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugme-daemon @ 2008-02-21  0:44 UTC (permalink / raw)
  To: cpufreq

http://bugzilla.kernel.org/show_bug.cgi?id=10055


davej@codemonkey.org.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |trenn@suse.de




------- Comment #2 from davej@codemonkey.org.uk  2008-02-20 16:44 -------
Most obvious candidate for a problematic diff would be this patch I guess..

commit 1c2562459faedc35927546cfa5273ec6c2884cce
Author: Thomas Renninger <trenn@suse.de>
Date:   Tue Oct 2 13:28:12 2007 -0700

    [CPUFREQ] allow ondemand and conservative cpufreq governors to be used as
default

    Depending on the transition latency of the HW for cpufreq switches, the
    ondemand or conservative governor cannot be used with certain cpufreq
    drivers.  Still the ondemand should be the default governor on a wide range
    of systems.  This patch allows this and lets the governor fallback to the
    performance governor at cpufreq driver load time, if the driver does not
    support fast enough frequency switching.

    Main benefit is that on e.g.  installation or other systems without
    userspace support a working dynamic cpufreq support can be achieved on most
    systems by simply loading the cpufreq driver.  This is especially essential
    for recent x86(_64) laptop hardware which may rely on working dynamic
    cpufreq OS support.



Looking through it though, I'm not entirely clear how it could be at fault.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 10055] conservative governor doesn't increase frequency, just decrease. powernow-k7
  2008-02-20 19:40 [Bug 10055] New: conservative governor doesn't increase frequency, just decrease. powernow-k7 bugme-daemon
  2008-02-20 23:52 ` [Bug 10055] " bugme-daemon
  2008-02-21  0:44 ` bugme-daemon
@ 2008-02-21  8:55 ` bugme-daemon
  2008-02-24 23:01 ` bugme-daemon
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugme-daemon @ 2008-02-21  8:55 UTC (permalink / raw)
  To: cpufreq

http://bugzilla.kernel.org/show_bug.cgi?id=10055


alex-kernel@digriz.org.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex-kernel@digriz.org.uk




-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 10055] conservative governor doesn't increase frequency, just decrease. powernow-k7
  2008-02-20 19:40 [Bug 10055] New: conservative governor doesn't increase frequency, just decrease. powernow-k7 bugme-daemon
                   ` (2 preceding siblings ...)
  2008-02-21  8:55 ` bugme-daemon
@ 2008-02-24 23:01 ` bugme-daemon
  2008-03-13 15:55 ` bugme-daemon
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugme-daemon @ 2008-02-24 23:01 UTC (permalink / raw)
  To: cpufreq

http://bugzilla.kernel.org/show_bug.cgi?id=10055


dsd@gentoo.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kernel@gentoo.org




------- Comment #3 from dsd@gentoo.org  2008-02-24 15:01 -------
downstream bug report
https://bugs.gentoo.org/show_bug.cgi?id=210747
(identical, link for reference only)


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 10055] conservative governor doesn't increase frequency, just decrease. powernow-k7
  2008-02-20 19:40 [Bug 10055] New: conservative governor doesn't increase frequency, just decrease. powernow-k7 bugme-daemon
                   ` (3 preceding siblings ...)
  2008-02-24 23:01 ` bugme-daemon
@ 2008-03-13 15:55 ` bugme-daemon
  2008-06-01 23:57 ` bugme-daemon
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugme-daemon @ 2008-03-13 15:55 UTC (permalink / raw)
  To: cpufreq

http://bugzilla.kernel.org/show_bug.cgi?id=10055


me@tiagocunha.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |me@tiagocunha.org




-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 10055] conservative governor doesn't increase frequency, just decrease. powernow-k7
  2008-02-20 19:40 [Bug 10055] New: conservative governor doesn't increase frequency, just decrease. powernow-k7 bugme-daemon
                   ` (4 preceding siblings ...)
  2008-03-13 15:55 ` bugme-daemon
@ 2008-06-01 23:57 ` bugme-daemon
  2008-06-02  0:19 ` bugme-daemon
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugme-daemon @ 2008-06-01 23:57 UTC (permalink / raw)
  To: cpufreq

http://bugzilla.kernel.org/show_bug.cgi?id=10055


protasnb@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |protasnb@gmail.com




------- Comment #4 from protasnb@gmail.com  2008-06-01 16:57 -------
Eric, is this still a problem with current kernel?
If so, you can try enabling CPU_FREQ_DEBUG in the config and either boot with
cpufreq.debug=X or load cpufreq with debug=X parameter, where X is 1(core)
2(driver) or 4(governor) debug.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 10055] conservative governor doesn't increase frequency, just decrease. powernow-k7
  2008-02-20 19:40 [Bug 10055] New: conservative governor doesn't increase frequency, just decrease. powernow-k7 bugme-daemon
                   ` (5 preceding siblings ...)
  2008-06-01 23:57 ` bugme-daemon
@ 2008-06-02  0:19 ` bugme-daemon
  2008-07-29  8:37 ` bugme-daemon
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugme-daemon @ 2008-06-02  0:19 UTC (permalink / raw)
  To: cpufreq

http://bugzilla.kernel.org/show_bug.cgi?id=10055





------- Comment #5 from alex-kernel@digriz.org.uk  2008-06-01 17:19 -------
Could you try the patch on:
http://bugzilla.kernel.org/show_bug.cgi?id=8081


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 10055] conservative governor doesn't increase frequency, just decrease. powernow-k7
  2008-02-20 19:40 [Bug 10055] New: conservative governor doesn't increase frequency, just decrease. powernow-k7 bugme-daemon
                   ` (6 preceding siblings ...)
  2008-06-02  0:19 ` bugme-daemon
@ 2008-07-29  8:37 ` bugme-daemon
  2008-07-29  9:04 ` bugme-daemon
  2008-08-01 17:19 ` bugme-daemon
  9 siblings, 0 replies; 11+ messages in thread
From: bugme-daemon @ 2008-07-29  8:37 UTC (permalink / raw)
  To: cpufreq

http://bugzilla.kernel.org/show_bug.cgi?id=10055


art-kbt@broomstick.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |art-kbt@broomstick.com




------- Comment #6 from art-kbt@broomstick.com  2008-07-29 01:37 -------
Still a problem with 2.6.25

Alex:  This is NOT the same bug as with conservative climbing extremely slowly
due to a high scaling_min value.  In this case, it will not climb AT ALL --
even hours pegged at 100%, and it will stay at the same frequency.  The bug you
reference also appeared much earlier -- this one appeared with 2.6.24, and
2.6.23 is fine.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 10055] conservative governor doesn't increase frequency, just decrease. powernow-k7
  2008-02-20 19:40 [Bug 10055] New: conservative governor doesn't increase frequency, just decrease. powernow-k7 bugme-daemon
                   ` (7 preceding siblings ...)
  2008-07-29  8:37 ` bugme-daemon
@ 2008-07-29  9:04 ` bugme-daemon
  2008-08-01 17:19 ` bugme-daemon
  9 siblings, 0 replies; 11+ messages in thread
From: bugme-daemon @ 2008-07-29  9:04 UTC (permalink / raw)
  To: cpufreq

http://bugzilla.kernel.org/show_bug.cgi?id=10055





------- Comment #7 from art-kbt@broomstick.com  2008-07-29 02:04 -------
Created an attachment (id=17022)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=17022&action=view)
kern log for cpufreq scaling not working

Kernel log for cpufreq conservative scaling not working, cpufreq.debug=7.  For
the last few minutes of this log, the CPU was pegged at 95-100%, yet the
frequency stood still at the lowest possible value.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 10055] conservative governor doesn't increase frequency, just decrease. powernow-k7
  2008-02-20 19:40 [Bug 10055] New: conservative governor doesn't increase frequency, just decrease. powernow-k7 bugme-daemon
                   ` (8 preceding siblings ...)
  2008-07-29  9:04 ` bugme-daemon
@ 2008-08-01 17:19 ` bugme-daemon
  9 siblings, 0 replies; 11+ messages in thread
From: bugme-daemon @ 2008-08-01 17:19 UTC (permalink / raw)
  To: cpufreq

http://bugzilla.kernel.org/show_bug.cgi?id=10055


art-kbt@broomstick.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17022|application/octet-stream    |text/plain
          mime type|                            |




-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2008-08-01 17:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-20 19:40 [Bug 10055] New: conservative governor doesn't increase frequency, just decrease. powernow-k7 bugme-daemon
2008-02-20 23:52 ` [Bug 10055] " bugme-daemon
2008-02-21  0:44 ` bugme-daemon
2008-02-21  8:55 ` bugme-daemon
2008-02-24 23:01 ` bugme-daemon
2008-03-13 15:55 ` bugme-daemon
2008-06-01 23:57 ` bugme-daemon
2008-06-02  0:19 ` bugme-daemon
2008-07-29  8:37 ` bugme-daemon
2008-07-29  9:04 ` bugme-daemon
2008-08-01 17:19 ` bugme-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).