All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k
@ 2016-10-05 14:53 bugzilla-daemon
  2016-10-05 14:54 ` [Bug 176411] cpufreq/cpuinfo_cur_freq <unknown> bugzilla-daemon
                   ` (39 more replies)
  0 siblings, 40 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-05 14:53 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

            Bug ID: 176411
           Summary: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k
           Product: Power Management
           Version: 2.5
    Kernel Version: 4.7.6
          Hardware: x86-64
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: high
          Priority: P1
         Component: cpufreq
          Assignee: linux-pm@vger.kernel.org
          Reporter: mike.d.lui@gmail.com
        Regression: No

# cat /proc/cpuinfo | grep model

model           : 63
model name      : Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz
...

# cat /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_cur_freq

<unknown><unknown><unknown><unknown><unknown><unknown><unknown><unknown><unknown><unknown><unknown><unknown>

# cat /proc/[pid]/stat

will also show '0' for utime, stime, cutime, and cstime

Certain utilities like 'top' and 'ps' will show '0%' for %CPU for a given
process, but not for a given CPU.

I've upgraded my kernel a few times in the past several weeks, and I noticed
this issue before, although I'm not sure the exact kernel version I started
noticing this. This same behavior has been reported for an i7 5930k (also
6-core Haswell-E). Performance degradation that I began noticing around the
same time may be related.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
@ 2016-10-05 14:54 ` bugzilla-daemon
  2016-10-05 14:55 ` [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown> bugzilla-daemon
                   ` (38 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-05 14:54 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

Mike Lui <mike.d.lui@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|cpufreq/cpuinfo_cur_freq    |cpufreq/cpuinfo_cur_freq
                   |<unknown> for i7 5820k      |<unknown>

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
  2016-10-05 14:54 ` [Bug 176411] cpufreq/cpuinfo_cur_freq <unknown> bugzilla-daemon
@ 2016-10-05 14:55 ` bugzilla-daemon
  2016-10-05 14:56 ` bugzilla-daemon
                   ` (37 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-05 14:55 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

Mike Lui <mike.d.lui@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|cpufreq/cpuinfo_cur_freq    |cpufreq/cpuinfo_cur_freq
                   |<unknown>                   |reports <unknown>

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
  2016-10-05 14:54 ` [Bug 176411] cpufreq/cpuinfo_cur_freq <unknown> bugzilla-daemon
  2016-10-05 14:55 ` [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown> bugzilla-daemon
@ 2016-10-05 14:56 ` bugzilla-daemon
  2016-10-05 20:39 ` bugzilla-daemon
                   ` (36 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-05 14:56 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

Mike Lui <mike.d.lui@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|high                        |normal

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (2 preceding siblings ...)
  2016-10-05 14:56 ` bugzilla-daemon
@ 2016-10-05 20:39 ` bugzilla-daemon
  2016-10-05 20:41 ` bugzilla-daemon
                   ` (35 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-05 20:39 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

Rafael J. Wysocki <rjw@rjwysocki.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |rjw@rjwysocki.net

--- Comment #1 from Rafael J. Wysocki <rjw@rjwysocki.net> ---
What's in

/sys/devices/system/cpu/cpu*/cpufreq/scaling_driver

?

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (3 preceding siblings ...)
  2016-10-05 20:39 ` bugzilla-daemon
@ 2016-10-05 20:41 ` bugzilla-daemon
  2016-10-05 22:37 ` bugzilla-daemon
                   ` (34 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-05 20:41 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #2 from Rafael J. Wysocki <rjw@rjwysocki.net> ---
And can you try 4.8, please?

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (4 preceding siblings ...)
  2016-10-05 20:41 ` bugzilla-daemon
@ 2016-10-05 22:37 ` bugzilla-daemon
  2016-10-05 22:51 ` bugzilla-daemon
                   ` (33 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-05 22:37 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #3 from Mike Lui <mike.d.lui@gmail.com> ---
4.8 has the same results/symptoms.

# cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_driver

intel_pstate
intel_pstate
intel_pstate
intel_pstate
intel_pstate
intel_pstate
intel_pstate
intel_pstate
intel_pstate
intel_pstate
intel_pstate
intel_pstate

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (5 preceding siblings ...)
  2016-10-05 22:37 ` bugzilla-daemon
@ 2016-10-05 22:51 ` bugzilla-daemon
  2016-10-05 22:57 ` bugzilla-daemon
                   ` (32 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-05 22:51 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #4 from Rafael J. Wysocki <rjw@rjwysocki.net> ---
Apparently, intel_pstate_get() returns 0 on your system for some reason.

Please run "turbostat --debug" (say for around 30s) on it and attach the
output.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (6 preceding siblings ...)
  2016-10-05 22:51 ` bugzilla-daemon
@ 2016-10-05 22:57 ` bugzilla-daemon
  2016-10-05 23:34 ` bugzilla-daemon
                   ` (31 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-05 22:57 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #5 from Mike Lui <mike.d.lui@gmail.com> ---
Created attachment 240901
  --> https://bugzilla.kernel.org/attachment.cgi?id=240901&action=edit
turbostat --debug output

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (7 preceding siblings ...)
  2016-10-05 22:57 ` bugzilla-daemon
@ 2016-10-05 23:34 ` bugzilla-daemon
  2016-10-05 23:42 ` bugzilla-daemon
                   ` (30 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-05 23:34 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #6 from Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> ---
Looks like the schedule util tick is not getting called back.
Since you have issue with all time keeping issues for process stats also, I
suspect something to do with tick.

Can you run some load and attach same turbostat:
# turbostat --debug --msr=0x199

Do you have some special kernel config or running a distro config?
Attach .config also.

Kernel command line: What is cat /proc/cmdline?

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (8 preceding siblings ...)
  2016-10-05 23:34 ` bugzilla-daemon
@ 2016-10-05 23:42 ` bugzilla-daemon
  2016-10-07 20:16 ` bugzilla-daemon
                   ` (29 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-05 23:42 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #7 from Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> ---
Also attach output of:
# perf record -a --event=power:pstate_sample sleep 300

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (9 preceding siblings ...)
  2016-10-05 23:42 ` bugzilla-daemon
@ 2016-10-07 20:16 ` bugzilla-daemon
  2016-10-07 20:17 ` bugzilla-daemon
                   ` (28 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-07 20:16 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #8 from Mike Lui <mike.d.lui@gmail.com> ---
# cat /proc/cmdline
initrd=\initramfs-linux.img root=/dev/sda3 rw fbcon=rotate:3

I'm just using the vanilla 4.7 linux kernel from the archlinux [core] repo. For
the 4.8 test, I used the vanilla 4.8 kernel from the archlinux [testing] repo.


Attaching the requested output after this comment

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (10 preceding siblings ...)
  2016-10-07 20:16 ` bugzilla-daemon
@ 2016-10-07 20:17 ` bugzilla-daemon
  2016-10-07 20:18 ` bugzilla-daemon
                   ` (27 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-07 20:17 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #9 from Mike Lui <mike.d.lui@gmail.com> ---
Created attachment 241141
  --> https://bugzilla.kernel.org/attachment.cgi?id=241141&action=edit
turbostat --debug --msr=0x199

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (11 preceding siblings ...)
  2016-10-07 20:17 ` bugzilla-daemon
@ 2016-10-07 20:18 ` bugzilla-daemon
  2016-10-07 21:04 ` bugzilla-daemon
                   ` (26 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-07 20:18 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #10 from Mike Lui <mike.d.lui@gmail.com> ---
Created attachment 241151
  --> https://bugzilla.kernel.org/attachment.cgi?id=241151&action=edit
perf output

perf record -a --event=power:pstate_sample sleep 300

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (12 preceding siblings ...)
  2016-10-07 20:18 ` bugzilla-daemon
@ 2016-10-07 21:04 ` bugzilla-daemon
  2016-10-07 21:21 ` bugzilla-daemon
                   ` (25 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-07 21:04 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

Doug Smythies <dsmythies@telus.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dsmythies@telus.net

--- Comment #11 from Doug Smythies <dsmythies@telus.net> ---
(In reply to Mike Lui from comment #10)
> Created attachment 241151 [details]
> perf output
> 
> perf record -a --event=power:pstate_sample sleep 300

There doesn't seem to be any actual sample data in the file. The header seems
O.K., as does all the module stuff.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (13 preceding siblings ...)
  2016-10-07 21:04 ` bugzilla-daemon
@ 2016-10-07 21:21 ` bugzilla-daemon
  2016-10-08  7:06 ` bugzilla-daemon
                   ` (24 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-07 21:21 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #12 from Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> ---
Same as Doug.

./perf report --header
Error:
The perf.data file has no samples!
# ========
# captured on: Fri Oct  7 14:08:08 2016
# hostname : stravinsky
# os release : 4.8.0-1-ARCH
# perf version : 4.7.g523d93
# arch : x86_64
# nrcpus online : 12
# nrcpus avail : 12
# cpudesc : Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz
# cpuid : GenuineIntel,6,63,2
# total memory : 32844308 kB
# cmdline : /usr/bin/perf record -a --event=power:pstate_sample sleep 300 
# event : name = power:pstate_sample, , type = 2, size = 112, config = 0x184, {
sample_period, sa
# HEADER_CPU_TOPOLOGY info available, use -I to display
# HEADER_NUMA_TOPOLOGY info available, use -I to display
# pmu mappings: cpu = 4, intel_bts = 6, uncore_imc_4 = 17, uncore_sbox_1 = 26,
uncore_cbox_5 = 24
# HEADER_CACHE info available, use -I to display
# ========
#


No samples collected. I guess intel_pstate sched_util not called.

-Please also attach your .config

In addition do this step:
# echo -n 'file intel_pstate.c +p' > /sys/kernel/debug/dynamic_debug/control 
# cd /sys/device/system/cpu/cpu1
# echo 0 > online
# echo 1 > online
Take dmesg and send output

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (14 preceding siblings ...)
  2016-10-07 21:21 ` bugzilla-daemon
@ 2016-10-08  7:06 ` bugzilla-daemon
  2016-10-10 14:05 ` bugzilla-daemon
                   ` (23 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-08  7:06 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

Zhang Rui <rui.zhang@intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rui.zhang@intel.com
           Hardware|x86-64                      |Intel

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (15 preceding siblings ...)
  2016-10-08  7:06 ` bugzilla-daemon
@ 2016-10-10 14:05 ` bugzilla-daemon
  2016-10-10 14:06 ` bugzilla-daemon
                   ` (22 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-10 14:05 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #13 from Mike Lui <mike.d.lui@gmail.com> ---
Hrmm, yea not sure why the perf.data is empty. I'm not too familiar with using
perf for events outside the standard performance profiling.

Attaching .config and dmesg after executing the steps from comment #12.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (16 preceding siblings ...)
  2016-10-10 14:05 ` bugzilla-daemon
@ 2016-10-10 14:06 ` bugzilla-daemon
  2016-10-10 14:07 ` bugzilla-daemon
                   ` (21 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-10 14:06 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #14 from Mike Lui <mike.d.lui@gmail.com> ---
Created attachment 241311
  --> https://bugzilla.kernel.org/attachment.cgi?id=241311&action=edit
archlinux kernel config

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (17 preceding siblings ...)
  2016-10-10 14:06 ` bugzilla-daemon
@ 2016-10-10 14:07 ` bugzilla-daemon
  2016-10-10 14:09 ` bugzilla-daemon
                   ` (20 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-10 14:07 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #15 from Mike Lui <mike.d.lui@gmail.com> ---
Comment on attachment 241311
  --> https://bugzilla.kernel.org/attachment.cgi?id=241311
archlinux kernel config

# zcat /proc/config.gz > .config

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (18 preceding siblings ...)
  2016-10-10 14:07 ` bugzilla-daemon
@ 2016-10-10 14:09 ` bugzilla-daemon
  2016-10-11 22:39 ` bugzilla-daemon
                   ` (19 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-10 14:09 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #16 from Mike Lui <mike.d.lui@gmail.com> ---
Created attachment 241321
  --> https://bugzilla.kernel.org/attachment.cgi?id=241321&action=edit
dmesg after toggling cpu1

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (19 preceding siblings ...)
  2016-10-10 14:09 ` bugzilla-daemon
@ 2016-10-11 22:39 ` bugzilla-daemon
  2016-10-11 23:04 ` bugzilla-daemon
                   ` (18 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-11 22:39 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #17 from Rafael J. Wysocki <rjw@rjwysocki.net> ---
Please attach dmesg from a fresh boot too.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (20 preceding siblings ...)
  2016-10-11 22:39 ` bugzilla-daemon
@ 2016-10-11 23:04 ` bugzilla-daemon
  2016-10-11 23:49 ` bugzilla-daemon
                   ` (17 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-11 23:04 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #18 from Rafael J. Wysocki <rjw@rjwysocki.net> ---
And please boot with

dyndbg="file intel_pstate.c +p"

in the kernel command line for that.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (21 preceding siblings ...)
  2016-10-11 23:04 ` bugzilla-daemon
@ 2016-10-11 23:49 ` bugzilla-daemon
  2016-10-12 18:03 ` bugzilla-daemon
                   ` (16 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-11 23:49 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #19 from Rafael J. Wysocki <rjw@rjwysocki.net> ---
Created attachment 241581
  --> https://bugzilla.kernel.org/attachment.cgi?id=241581&action=edit
WARN if the time argument of the governor hook is 0

Also please apply this patch and see if you see the new warning in dmesg
output.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (22 preceding siblings ...)
  2016-10-11 23:49 ` bugzilla-daemon
@ 2016-10-12 18:03 ` bugzilla-daemon
  2016-10-13 14:32 ` bugzilla-daemon
                   ` (15 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-12 18:03 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #20 from Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> ---
I used same kernel config with 4.8 on Arch Linux on CPU model as yours. I
couldn't reproduce. So we need to add debug patches.
So start with patch in comment #19.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (23 preceding siblings ...)
  2016-10-12 18:03 ` bugzilla-daemon
@ 2016-10-13 14:32 ` bugzilla-daemon
  2016-10-13 17:27 ` bugzilla-daemon
                   ` (14 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-13 14:32 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #21 from Mike Lui <mike.d.lui@gmail.com> ---
comment #20 leads to believe this is an issue not with my CPU, but instead with
my other hardware configuration.

I went into my BIOS (UEFI?) on my MSI X99A SLI PLUS and changed 3 settings I
must have set a while back:
  - disabled on-board OC'ing
  - disabled intel c-states
  - enabled turbo-boost

After this the issues in comment #1 are no longer present.

Should this be marked as resolved, or should this still be considered a bug,
for such a corner case?

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (24 preceding siblings ...)
  2016-10-13 14:32 ` bugzilla-daemon
@ 2016-10-13 17:27 ` bugzilla-daemon
  2016-11-26 12:32 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-10-13 17:27 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #22 from Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> ---
So your current settings are:
 - disabled on-board OC'ing
  - disabled intel c-states
  - enabled turbo-boost

What was setting before for these?

I still want to reproduce for analysis.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (25 preceding siblings ...)
  2016-10-13 17:27 ` bugzilla-daemon
@ 2016-11-26 12:32 ` bugzilla-daemon
  2016-11-26 13:34 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-11-26 12:32 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

Dominik Gronkiewicz <gronki@gmail.com> changed:

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

--- Comment #23 from Dominik Gronkiewicz <gronki@gmail.com> ---
I can reproduce it on my machine running Fedora 24.

model name    : Intel(R) Core(TM) i7-5930K CPU @ 3.50GHz
model        : 63

Kernel 4.8.8-200.fc24.x86_64

I also noticed that machine has slowed down significantly.

If there's any help I can provide to debug this, please let me know. I use this
machine for computing so CPU time is essential for me to benchmark my code.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (26 preceding siblings ...)
  2016-11-26 12:32 ` bugzilla-daemon
@ 2016-11-26 13:34 ` bugzilla-daemon
  2016-11-28 17:06 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-11-26 13:34 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #24 from Dominik Gronkiewicz <gronki@gmail.com> ---
(In reply to Dominik Gronkiewicz from comment #23)
> I can reproduce it on my machine running Fedora 24.
> 
> model name	: Intel(R) Core(TM) i7-5930K CPU @ 3.50GHz
> model		: 63
> 
> Kernel 4.8.8-200.fc24.x86_64
> 
> I also noticed that machine has slowed down significantly.
> 
> If there's any help I can provide to debug this, please let me know. I use
> this machine for computing so CPU time is essential for me to benchmark my
> code.

Sorry for posting two comments in a row. Disabling C-states in MSI BIOS indeed
brings back full functionality and performance of the CPU. Still, if there's
any way I can help in debugging, please let me know.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (27 preceding siblings ...)
  2016-11-26 13:34 ` bugzilla-daemon
@ 2016-11-28 17:06 ` bugzilla-daemon
  2016-12-22  2:20 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-11-28 17:06 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #25 from Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> ---
Please apply patch "WARN if the time argument of the governor hook is 0"
attached in this bugzilla.
During boot add this to kernel command line:
"dyndbg="file intel_pstate.c +p"

and send dmesg log.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (28 preceding siblings ...)
  2016-11-28 17:06 ` bugzilla-daemon
@ 2016-12-22  2:20 ` bugzilla-daemon
  2017-01-31 21:06 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2016-12-22  2:20 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #26 from Zhang Rui <rui.zhang@intel.com> ---
ping...

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (29 preceding siblings ...)
  2016-12-22  2:20 ` bugzilla-daemon
@ 2017-01-31 21:06 ` bugzilla-daemon
  2017-01-31 21:06 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2017-01-31 21:06 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

ish@unx.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ish@unx.ca

--- Comment #27 from ish@unx.ca ---
Thought I would chime in hear and say that I'm seeing something very similar.

model        : 63
model name    : Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz
stepping    : 2

The motherboard is a MSI X99A Raider.  I did not see an option to disable over
clocking, but did disable C-states and made sure turbo boost was enabled.

On cold boot the system is fine. The cores fluctuate between 1200 and 3400 Mhz
as expected. But on a normal reboot they appear to be locked at 1200 Mhz and
never accelerate.  Additionally, apps like ps and htop show all processes with
a CPU usage of 0%.

I can increase the speed by doing a "cpupower frequency-set -g performance",
but all processes show 0% CPU usage which is not correct for the apps I'm
running.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (30 preceding siblings ...)
  2017-01-31 21:06 ` bugzilla-daemon
@ 2017-01-31 21:06 ` bugzilla-daemon
  2017-01-31 21:10 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2017-01-31 21:06 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #28 from Zhang Rui <rui.zhang@intel.com> ---
OOO till Feb 7th.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (31 preceding siblings ...)
  2017-01-31 21:06 ` bugzilla-daemon
@ 2017-01-31 21:10 ` bugzilla-daemon
  2017-04-03 23:41 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2017-01-31 21:10 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #29 from Dominik Gronkiewicz <gronki@gmail.com> ---
After careful examination, I have noticed a similar behavior: the problem seems
to occur only after a reboot and never after a cold shutdown.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (32 preceding siblings ...)
  2017-01-31 21:10 ` bugzilla-daemon
@ 2017-04-03 23:41 ` bugzilla-daemon
  2017-04-03 23:44 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2017-04-03 23:41 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

Len Brown (lenb@kernel.org) changed:

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

--- Comment #30 from Len Brown (lenb@kernel.org) ---
Mike Lui : 

  - disabled on-board OC'ing
  - disabled intel c-states
  - enabled turbo-boost

    After this the issues in comment #1 are no longer present.

@ Mike Lui
    Can you verify that there is no problem when you use SETUP DEFAULTs?
    or at least return C-states to their default ENABLED setting)

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (33 preceding siblings ...)
  2017-04-03 23:41 ` bugzilla-daemon
@ 2017-04-03 23:44 ` bugzilla-daemon
  2017-04-03 23:56 ` [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>, MSI X99A SLI PLUS i7-5820K, MSI i7-5930K, MSI X99A Raider i7-5820K bugzilla-daemon
                   ` (4 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2017-04-03 23:44 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #31 from Len Brown (lenb@kernel.org) ---
@ Dominik Gronkiewicz 

> I also noticed that machine has slowed down significantly.

This suggests that timers are broken.
Please see if there is anything in the dmesg about this -- such as your TSC
being de-activited as a clock source.

> Disabling C-states in MSI BIOS
> indeed brings back full functionality and performance of the CPU.

This is important if this is true, can you verify that re-enabling
C-states breaks your system?


> the problem seems to occur only after a reboot and never after a cold
> shutdown.

is that with C-states enabled or disabled?

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>, MSI X99A SLI PLUS i7-5820K,  MSI i7-5930K, MSI X99A Raider i7-5820K
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (34 preceding siblings ...)
  2017-04-03 23:44 ` bugzilla-daemon
@ 2017-04-03 23:56 ` bugzilla-daemon
  2017-04-03 23:58 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2017-04-03 23:56 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

Len Brown (lenb@kernel.org) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|cpufreq/cpuinfo_cur_freq    |cpufreq/cpuinfo_cur_freq
                   |reports <unknown>           |reports <unknown>, MSI X99A
                   |                            |SLI PLUS i7-5820K,  MSI
                   |                            |i7-5930K, MSI X99A Raider
                   |                            |i7-5820K

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>, MSI X99A SLI PLUS i7-5820K,  MSI i7-5930K, MSI X99A Raider i7-5820K
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (35 preceding siblings ...)
  2017-04-03 23:56 ` [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>, MSI X99A SLI PLUS i7-5820K, MSI i7-5930K, MSI X99A Raider i7-5820K bugzilla-daemon
@ 2017-04-03 23:58 ` bugzilla-daemon
  2017-04-06 16:37 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2017-04-03 23:58 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #32 from Len Brown (lenb@kernel.org) ---
@ ish@unx.ca 

> I did not see an option to disable over clocking,
> but did disable C-states and made sure turbo boost was enabled.

Does the problem go away when C-states are disabled,
or is is still possible to see the failure with c-states disabled?

> But on a normal reboot they appear to be locked at 1200 Mhz and never
> accelerate.

Is it true that the failure is NEVER SEEN without a reboot?

@ Dominik Gronkiewicz 

> MSI BIOS

Seems all three sightings are on MSI boards, can you identify yours?
(see /sys/class/dmi/id/ )

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>, MSI X99A SLI PLUS i7-5820K,  MSI i7-5930K, MSI X99A Raider i7-5820K
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (36 preceding siblings ...)
  2017-04-03 23:58 ` bugzilla-daemon
@ 2017-04-06 16:37 ` bugzilla-daemon
  2017-04-07  6:58 ` bugzilla-daemon
  2017-05-02 15:54 ` bugzilla-daemon
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2017-04-06 16:37 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #33 from ish@unx.ca ---
It appears that this has resolved itself for me. I've recently updated to
kernel:

Linux desktop 4.10.8-200.fc25.x86_64 #1 SMP Fri Mar 31 13:20:22 UTC 2017 x86_64
x86_64 x86_64 GNU/Linux

with Fedora 25.

I did a few reboots without power cycle with c-states disabled, which is how I
last left my bios configured.  Running htop showed CPU percentages after each
boot, i7z showed cores hitting max mhz.

I then reset my bios to factory default, which enables c-state. And did a few
non-power cycle reboots, again seeing expected behaviour with the cores.  I did
not have to power cycle this time to get full speed.

I'll keep monitoring it, but is it possible a kernel update could have fixed
it?

===> /sys/class/dmi/id/

./product_serial =====> Default string
./bios_vendor =====> American Megatrends Inc.
./product_version =====> 5.0
./chassis_asset_tag =====> Default string
./chassis_serial =====> Default string
./board_vendor =====> MSI
./board_asset_tag =====> To be filled by O.E.M.
./board_version =====> 5.0
./power/runtime_suspended_time =====> 0
./power/autosuspend_delay_ms =====>
./power/runtime_active_time =====> 0
./power/control =====> auto
./power/runtime_status =====> unsupported
./chassis_vendor =====> MSI
./modalias =====>
dmi:bvnAmericanMegatrendsInc.:bvrP.50:bd07/19/2016:svnMSI:pnMS-7885:pvr5.0:rvnMSI:rnX99ARAIDER(MS-7885):rvr5.0:cvnMSI:ct3:cvr5.0:
./product_uuid =====> AAAAAAAA-AAAA-AAAA-AAAA-D8CB8AEDA146
./bios_version =====> P.50
./sys_vendor =====> MSI
./board_serial =====> To be filled by O.E.M.
./chassis_version =====> 5.0
./chassis_type =====> 3
./uevent =====>
MODALIAS=dmi:bvnAmericanMegatrendsInc.:bvrP.50:bd07/19/2016:svnMSI:pnMS-7885:pvr5.0:rvnMSI:rnX99ARAIDER(MS-7885):rvr5.0:cvnMSI:ct3:cvr5.0:
./product_name =====> MS-7885
./bios_date =====> 07/19/2016
./board_name =====> X99A RAIDER (MS-7885)

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>, MSI X99A SLI PLUS i7-5820K,  MSI i7-5930K, MSI X99A Raider i7-5820K
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (37 preceding siblings ...)
  2017-04-06 16:37 ` bugzilla-daemon
@ 2017-04-07  6:58 ` bugzilla-daemon
  2017-05-02 15:54 ` bugzilla-daemon
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2017-04-07  6:58 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

Zhang Rui (rui.zhang@intel.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |CLOSED
         Resolution|---                         |UNREPRODUCIBLE

--- Comment #34 from Zhang Rui (rui.zhang@intel.com) ---
(In reply to ish from comment #33)
> It appears that this has resolved itself for me. I've recently updated to
> kernel:
> 
> Linux desktop 4.10.8-200.fc25.x86_64 #1 SMP Fri Mar 31 13:20:22 UTC 2017
> x86_64 x86_64 x86_64 GNU/Linux
> 
> with Fedora 25.
> 

Good to know.

> I did a few reboots without power cycle with c-states disabled, which is how
> I last left my bios configured.  Running htop showed CPU percentages after
> each boot, i7z showed cores hitting max mhz.
> 
> I then reset my bios to factory default, which enables c-state. And did a
> few non-power cycle reboots, again seeing expected behaviour with the cores.
> I did not have to power cycle this time to get full speed.
> 
> I'll keep monitoring it, but is it possible a kernel update could have fixed
> it?

Well, maybe, I'm not quite sure, but I do know there is quite a lot of
intel-pstate fixes in recent kernels.
Anyway, bug closes as it can not be reproduced. Please feel free to reopen it
if you can reproduce the problem in the latest upstream kernel again.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>, MSI X99A SLI PLUS i7-5820K,  MSI i7-5930K, MSI X99A Raider i7-5820K
  2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
                   ` (38 preceding siblings ...)
  2017-04-07  6:58 ` bugzilla-daemon
@ 2017-05-02 15:54 ` bugzilla-daemon
  39 siblings, 0 replies; 41+ messages in thread
From: bugzilla-daemon @ 2017-05-02 15:54 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=176411

--- Comment #35 from Mike Lui (mike.d.lui@gmail.com) ---
(In reply to Len Brown from comment #30)
> Mike Lui : 
> 
>   - disabled on-board OC'ing
>   - disabled intel c-states
>   - enabled turbo-boost
> 
>     After this the issues in comment #1 are no longer present.
> 
> @ Mike Lui
>     Can you verify that there is no problem when you use SETUP DEFAULTs?
>     or at least return C-states to their default ENABLED setting)

I got caught up with work recently and just reviewed the comments, since my
last comment.
The problem appears to be fixed, for me. Unfortunately (or fortunately), the
solution was a simple UEFI BIOS update. This points to a problem in the
firmware, for my situation, which explains the intermittent nature of the
problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

end of thread, other threads:[~2017-05-02 15:54 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-05 14:53 [Bug 176411] New: cpufreq/cpuinfo_cur_freq <unknown> for i7 5820k bugzilla-daemon
2016-10-05 14:54 ` [Bug 176411] cpufreq/cpuinfo_cur_freq <unknown> bugzilla-daemon
2016-10-05 14:55 ` [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown> bugzilla-daemon
2016-10-05 14:56 ` bugzilla-daemon
2016-10-05 20:39 ` bugzilla-daemon
2016-10-05 20:41 ` bugzilla-daemon
2016-10-05 22:37 ` bugzilla-daemon
2016-10-05 22:51 ` bugzilla-daemon
2016-10-05 22:57 ` bugzilla-daemon
2016-10-05 23:34 ` bugzilla-daemon
2016-10-05 23:42 ` bugzilla-daemon
2016-10-07 20:16 ` bugzilla-daemon
2016-10-07 20:17 ` bugzilla-daemon
2016-10-07 20:18 ` bugzilla-daemon
2016-10-07 21:04 ` bugzilla-daemon
2016-10-07 21:21 ` bugzilla-daemon
2016-10-08  7:06 ` bugzilla-daemon
2016-10-10 14:05 ` bugzilla-daemon
2016-10-10 14:06 ` bugzilla-daemon
2016-10-10 14:07 ` bugzilla-daemon
2016-10-10 14:09 ` bugzilla-daemon
2016-10-11 22:39 ` bugzilla-daemon
2016-10-11 23:04 ` bugzilla-daemon
2016-10-11 23:49 ` bugzilla-daemon
2016-10-12 18:03 ` bugzilla-daemon
2016-10-13 14:32 ` bugzilla-daemon
2016-10-13 17:27 ` bugzilla-daemon
2016-11-26 12:32 ` bugzilla-daemon
2016-11-26 13:34 ` bugzilla-daemon
2016-11-28 17:06 ` bugzilla-daemon
2016-12-22  2:20 ` bugzilla-daemon
2017-01-31 21:06 ` bugzilla-daemon
2017-01-31 21:06 ` bugzilla-daemon
2017-01-31 21:10 ` bugzilla-daemon
2017-04-03 23:41 ` bugzilla-daemon
2017-04-03 23:44 ` bugzilla-daemon
2017-04-03 23:56 ` [Bug 176411] cpufreq/cpuinfo_cur_freq reports <unknown>, MSI X99A SLI PLUS i7-5820K, MSI i7-5930K, MSI X99A Raider i7-5820K bugzilla-daemon
2017-04-03 23:58 ` bugzilla-daemon
2017-04-06 16:37 ` bugzilla-daemon
2017-04-07  6:58 ` bugzilla-daemon
2017-05-02 15:54 ` bugzilla-daemon

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.