Bug 16154
Summary: | non-fatal kerneloops at boot | ||
---|---|---|---|
Product: | Power Management | Reporter: | Andrew (atswartz) |
Component: | cpufreq | Assignee: | Lan Tianyu (tianyu.lan) |
Status: | CLOSED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | CC: | aaron.lu, lenb, rjw, tianyu.lan |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.35-rc2 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | cpufreq-related patch |
Description
Andrew
2010-06-07 22:13:53 UTC
Created attachment 26720 [details] cpufreq-related patch I am trying this patch from https://patchwork.kernel.org/patch/103225/raw It worked. this patch is not upstream DaveJ- what's up with this? Please verify that the problem is still present in v3.8 and report back. Hi Andrew, Did you try v3.8(or better, Linus' git tree)? And is the problem still there? Thanks. This bug should have been resolved by commit 8c215bd3. Related link https://lkml.org/lkml/2010/6/16/389 https://lkml.org/lkml/2010/6/17/23 commit 8c215bd3890c347dfb6a2db4779755f8b9c298a9 Author: Peter Zijlstra <peterz@infradead.org> Date: Thu Jul 1 09:07:17 2010 +0200 sched: Cure nr_iowait_cpu() users Commit 0224cf4c5e (sched: Intoduce get_cpu_iowait_time_us()) broke things by not making sure preemption was indeed disabled by the callers of nr_iowait_cpu() which took the iowait value of the current cpu. This resulted in a heap of preempt warnings. Cure this by making nr_iowait_cpu() take a cpu number and fix up the callers to pass in the right number. |