diff options
author | Yury Norov <yury.norov@gmail.com> | 2023-08-19 17:12:37 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2023-09-15 14:48:11 +0300 |
commit | 9ecea9ae4d3127a09fb5dfcea87f248937a39ff5 (patch) | |
tree | bc676d77c146063b8ee461264d4905262692e6d9 /tools/perf/scripts/python/syscall-counts.py | |
parent | 8ab63d418d4339d996f80d02a00dbce0aa3ff972 (diff) | |
download | linux-9ecea9ae4d3127a09fb5dfcea87f248937a39ff5.tar.xz |
sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()
sched_numa_find_nth_cpu() doesn't handle NUMA_NO_NODE properly, and
may crash kernel if passed with it. On the other hand, the only user
of sched_numa_find_nth_cpu() has to check NUMA_NO_NODE case explicitly.
It would be easier for users if this logic will get moved into
sched_numa_find_nth_cpu().
Signed-off-by: Yury Norov <yury.norov@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Mel Gorman <mgorman@suse.de>
Link: https://lore.kernel.org/r/20230819141239.287290-6-yury.norov@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions