diff options
author | Peter Zijlstra <[email protected]> | 2019-03-05 09:32:02 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2019-03-19 12:06:11 +0100 |
commit | a23314e9d88d89d49e69db08f60b7caa470f04e1 (patch) | |
tree | bc7de15d3a2de8d4952c24dd65d9d6088d025e98 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ad01423aedaa7c6dd62d560b73a3cb39e6da3901 (diff) |
sched/cpufreq: Fix 32-bit math overflow
Vincent Wang reported that get_next_freq() has a mult overflow bug on
32-bit platforms in the IOWAIT boost case, since in that case {util,max}
are in freq units instead of capacity units.
Solve this by moving the IOWAIT boost to capacity units. And since this
means @max is constant; simplify the code.
Reported-by: Vincent Wang <[email protected]>
Tested-by: Vincent Wang <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Acked-by: Rafael J. Wysocki <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Chunyan Zhang <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Quentin Perret <[email protected]>
Cc: Rafael J. Wysocki <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions