]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'sched_ext-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jun 2026 15:52:26 +0000 (08:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jun 2026 15:52:26 +0000 (08:52 -0700)
commitac5c3716c699f7eb6f84fc7931fdf74f0b4ceaee
tree4c799383bd5bf81c8fe7005cd5e90c593b77c1db
parentba3e43a9e601636f5edb54e259a74f96ca3b8fd8
parent02e545c4297a26dbbc41df81b831e7f605bcd306
Merge tag 'sched_ext-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext

Pull sched_ext fixes from Tejun Heo:
 "Two low-risk fixes:

   - Drop a spurious warning that can fire during cgroup migration while
     a sched_ext scheduler is loaded

   - Fix a drgn-based debug script that broke after scheduler state
     moved into a per-scheduler struct"

* tag 'sched_ext-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext:
  sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task()
  tools/sched_ext: Fix scx_show_state per-scheduler state reads
kernel/sched/ext.c