From: Tuukka Tikkanen <[email protected]> This series of patches fixes some bugs, style issues and wild use of variable types in cpuidle menu governor. One of the bugs is a logic flaw where a detected previously recurring pattern is given priority over known guaranteed earlier wakeup. The others involve value overflows.
Tuukka Tikkanen (8): Cpuidle: Ignore interval prediction result when timer is shorter Cpuidle: Rearrange code and comments in get_typical_interval() Cpuidle: Check called function parameter in get_typical_interval() Cpuidle: CodingStyle: Break up multiple assignments on single line Cpuidle: Fix menu_device->intervals type Cpuidle: Fix variable domains in get_typical_interval() Cpuidle: Add a comment warning about possible overflow Cpuidle: Change struct menu_device field types drivers/cpuidle/governors/menu.c | 96 ++++++++++++++++++++++++++------------ 1 file changed, 65 insertions(+), 31 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

