[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Zkhu7l+25+vIOJd4@gmail.com>
Date: Sat, 18 May 2024 11:03:42 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Vincent Guittot <vincent.guittot@...aro.org>,
linux-kernel@...r.kernel.org, Peter Zijlstra <peterz@...radead.org>,
Thomas Gleixner <tglx@...utronix.de>,
Juri Lelli <juri.lelli@...hat.com>,
Daniel Bristot de Oliveira <bristot@...hat.com>,
Valentin Schneider <vschneid@...hat.com>
Subject: [GIT PULL] scheduler fixes
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(-)
Powered by blists - more mailing lists