diff options
| author | Matthew Wilcox (Oracle) <[email protected]> | 2023-10-10 15:55:49 +0100 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-02-22 15:38:51 -0800 |
| commit | f2d5dcb48f7ba9e3ff249d58fc1fa963d374e66a (patch) | |
| tree | 744ff726fea20e15c0f719c65d10a2420001843e /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | b401b621758e46812da61fa58a67c3fd8d91de0d (diff) | |
bounds: support non-power-of-two CONFIG_NR_CPUS
ilog2() rounds down, so for example when PowerPC 85xx sets CONFIG_NR_CPUS
to 24, we will only allocate 4 bits to store the number of CPUs instead of
5. Use bits_per() instead, which rounds up. Found by code inspection.
The effect of this would probably be a misaccounting when doing NUMA
balancing, so to a user, it would only be a performance penalty. The
effects may be more wide-spread; it's hard to tell.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Fixes: 90572890d202 ("mm: numa: Change page last {nid,pid} into {cpu,pid}")
Reviewed-by: Rik van Riel <[email protected]>
Acked-by: Mel Gorman <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions