[0/4] sched fixes

Message ID 20230810162442.9863-1-yury.norov@gmail.com
Headers
Series sched fixes |

Message

Yury Norov Aug. 10, 2023, 4:24 p.m. UTC
  Fixes for recently introduced sched_numa_find_nth_cpu(), and minor
improvements in sched/fair.

Yury Norov (4):
  numa: generalize numa_map_to_online_node()
  sched/fair: fix opencoded numa_nearest_node()
  sched: fix sched_numa_find_nth_cpu() in CPU-less case
  sched: fix sched_numa_find_nth_cpu() in non-NUMA case

 include/linux/numa.h     |  7 +++++--
 include/linux/topology.h |  2 +-
 kernel/sched/fair.c      | 14 +-------------
 kernel/sched/topology.c  |  6 +++++-
 mm/mempolicy.c           | 18 +++++++++++-------
 5 files changed, 23 insertions(+), 24 deletions(-)