[GIT PULL] sched_ext: Fixes for v6.16-rc2

From: Tejun Heo
Date: Wed Jun 18 2025 - 16:15:30 EST


The following changes since commit 488ef3560196ee10fc1c5547e1574a87068c3494:

KEYS: Invert FINAL_PUT bit (2025-06-11 11:57:14 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git/ tags/sched_ext-for-6.16-rc2-fixes

for you to fetch changes up to 33796b91871ad4010c8188372dd1faf97cf0f1c0:

sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sched_create_group() (2025-06-17 08:19:55 -1000)

----------------------------------------------------------------
sched_ext: Fixes for v6.16-rc2

- Fix a couple bugs in cgroup cpu.weight support.

- Add the new sched-ext@xxxxxxxxxxxxxxx to MAINTAINERS.

----------------------------------------------------------------
Tejun Heo (3):
sched_ext: Update mailing list entry in MAINTAINERS
sched_ext: Make scx_group_set_weight() always update tg->scx.weight
sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sched_create_group()

MAINTAINERS | 2 +-
kernel/sched/core.c | 4 ++--
kernel/sched/ext.c | 17 +++++++++++------
kernel/sched/ext.h | 2 ++
4 files changed, 16 insertions(+), 9 deletions(-)

--
tejun