[GIT PULL] scheduler fixes
From: Ingo Molnar
Date: Sat May 18 2024 - 05:03:57 EST
Linus,
Please pull the latest sched/urgent Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-urgent-2024-05-18
# HEAD: 49217ea147df7647cb89161b805c797487783fc0 sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write()
Misc fixes:
- Fix a sched_balance_newidle setting bug
- Fix bug in the setting of /sys/fs/cgroup/test/cpu.max.burst
- Fix variable-shadowing build warning
- Extend sched-domains debug output
- Fix documentation
- Fix comments
Thanks,
Ingo
------------------>
Cheng Yu (1):
sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write()
Christian Loehle (1):
sched/fair: Remove stale FREQUENCY_UTIL comment
Dawei Li (1):
sched/fair: Fix initial util_avg calculation
Vincent Guittot (1):
arch/topology: Fix variable naming to avoid shadowing
Vitalii Bursov (3):
sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level
sched/debug: Dump domains' level
docs: cgroup-v1: Clarify that domain levels are system-specific
Documentation/admin-guide/cgroup-v1/cpusets.rst | 7 ++++++-
drivers/base/arch_topology.c | 8 ++++----
kernel/cgroup/cpuset.c | 2 +-
kernel/sched/core.c | 2 +-
kernel/sched/debug.c | 1 +
kernel/sched/fair.c | 9 +++++----
kernel/sched/topology.c | 2 +-
7 files changed, 19 insertions(+), 12 deletions(-)