From: bugzilla-daemon@bugzilla.kernel.org
To: linux-pm@kernel.org
Subject: [Bug 197153] Wrong cores frequencies values in /proc/cpuinfo
Date: Sat, 07 Oct 2017 22:33:31 +0000 [thread overview]
Message-ID: <bug-197153-137361-Zv7FCfUeMf@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-197153-137361@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=197153
--- Comment #6 from Artem S. Tashkinov (t.artem@mailcity.com) ---
The /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq interface is also
broken in 4.13.
This one liner:
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq | awk '{if (max<$0)
max=$0}END{printf "%.2fGHz",max/1000000}'
prints values from 0.50GHz to 2.55GHz even though my laptop is more or less
completely idle (no running applications aside from XFCE itself).
--
You are receiving this mail because:
You are the assignee for the bug.
next prev parent reply other threads:[~2017-10-07 22:33 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <bug-197153-137361@https.bugzilla.kernel.org/>
2017-10-07 14:10 ` [Bug 197153] Wrong cores frequencies values in /proc/cpuinfo bugzilla-daemon
2017-10-07 15:13 ` bugzilla-daemon
2017-10-07 15:21 ` bugzilla-daemon
2017-10-07 15:41 ` bugzilla-daemon
2017-10-07 15:53 ` bugzilla-daemon
2017-10-07 15:57 ` bugzilla-daemon
2017-10-07 16:02 ` bugzilla-daemon
2017-10-07 22:33 ` bugzilla-daemon [this message]
2017-10-08 3:37 ` bugzilla-daemon
2017-10-11 5:49 ` bugzilla-daemon
2017-10-16 22:51 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-197153-137361-Zv7FCfUeMf@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=linux-pm@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.