• Denis Kirjanov's avatar
    cpufreq: powernv: Disable preemption while checking CPU throttling state · 89c728ed
    Denis Kirjanov authored
    commit 8a10c06a upstream.
    
    With preemption turned on we can read incorrect throttling state
    while being switched to CPU on a different chip.
    
     BUG: using smp_processor_id() in preemptible [00000000] code: cat/7343
     caller is .powernv_cpufreq_throttle_check+0x2c/0x710
     CPU: 13 PID: 7343 Comm: cat Not tainted 4.8.0-rc5-dirty #1
     Call Trace:
     [c0000007d25b75b0] [c000000000971378] .dump_stack+0xe4/0x150 (unreliable)
     [c0000007d25b7640] [c0000000005162e4] .check_preemption_disabled+0x134/0x150
     [c0000007d25b76e0] [c0000000007b63ac] .powernv_cpufreq_throttle_check+0x2c/0x710
     [c0000007d25b7790] [c0000000007b6d18] .powernv_cpufreq_target_index+0x288/0x360
     [c0000007d25b7870] [c0000000007acee4] .__cpufreq_driver_target+0x394/0x8c0
     [c0000007d25b7920] [c0000000007b22ac] .cpufreq_set+0x7c/0xd0
     [c0000007d25b79b0] [c0000000007adf50] .store_scaling_setspeed+0x80/0xc0
     [c0000007d25b7a40] [c0000000007ae270] .store+0...
    89c728ed
powernv-cpufreq.c 26.7 KB