RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 624499 - cpufreq_ondemand does not work on atom
Summary: cpufreq_ondemand does not work on atom
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: kernel
Version: 6.0
Hardware: i686
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: John Feeney
QA Contact: Red Hat Kernel QE team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-08-16 16:51 UTC by Yuji Tsuchimoto
Modified: 2013-01-10 07:28 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-08-19 17:19:28 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Yuji Tsuchimoto 2010-08-16 16:51:40 UTC
Description of problem: cpufreq cannot be switched to 'ondemand' but stay on 'performance' at atom machine.


Version-Release number of selected component (if applicable): cpufrequtils-007-4.el6.i686

How reproducible: everytime

Steps to Reproduce:
1. modprobe p4-clockmod
2. modprobe cpufreq_ondemand
3. echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
  
Actual results:
# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
performance


Expected results:
# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
ondemand


Additional info: this patch may help us.
http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg191379.html

Comment 2 RHEL Program Management 2010-08-16 17:18:37 UTC
This issue has been proposed when we are only considering blocker
issues in the current Red Hat Enterprise Linux release.

** If you would still like this issue considered for the current
release, ask your support representative to file as a blocker on
your behalf. Otherwise ask that it be considered for the next
Red Hat Enterprise Linux release. **

Comment 3 RHEL Program Management 2010-08-18 21:23:51 UTC
Thank you for your bug report. This issue was evaluated for inclusion
in the current release of Red Hat Enterprise Linux. Unfortunately, we
are unable to address this request in the current release. Because we
are in the final stage of Red Hat Enterprise Linux 6 development, only
significant, release-blocking issues involving serious regressions and
data corruption can be considered.

If you believe this issue meets the release blocking criteria as
defined and communicated to you by your Red Hat Support representative,
please ask your representative to file this issue as a blocker for the
current release. Otherwise, ask that it be evaluated for inclusion in
the next minor release of Red Hat Enterprise Linux.

Comment 4 Yuji Tsuchimoto 2010-08-19 17:04:56 UTC
Thank you for your response.
I am not sure if the RHEL6 would take atom-box into consideration as its target.
In case of 'Yes', the energy efficiency is quite important for atom-box as eco-linux-box, so that cpufreq must work on the box, I believe.

On the other hand, I am afraid the patch I pointed will work fine or not.
I'm not technician and not able to evaluate the patch correctly.

Comment 5 Matthew Garrett 2010-08-19 17:19:28 UTC
p4-clockmod is provided for thermal management purposes only, as it does not support voltage scaling. It will not reduce the energy required to perform a given quantity of work and as such provides no benefit with the ondemand governor. ondemand is only supported on Atom CPUs that provide the Intel Enhanced Speedstep feature.


Note You need to log in before you can comment on or make changes to this bug.