]> www.infradead.org Git - users/hch/xfs.git/commit
Merge tag 'sched-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Feb 2025 19:16:22 +0000 (11:16 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Feb 2025 19:16:22 +0000 (11:16 -0800)
commitc7b92e8969cd60a585629cef8d19b7ef330bc171
tree5790a8c481080d86024494b7a98ac9c1fba368ce
parenta8f5fe68fc063913a77ec2df90c57e897c9aa7ae
parent9065ce69754dece78606c8bbb3821449272e56bf
Merge tag 'sched-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull scheduler fixes from Ingo Molnar:
 "Fix a cfs_rq->h_nr_runnable accounting bug that trips up a defensive
  SCHED_WARN_ON() on certain workloads. The bug is believed to be
  (accidentally) self-correcting, hence no behavioral side effects are
  expected.

  Also print se.slice in debug output, since this value can now be set
  via the syscall ABI and can be useful to track"

* tag 'sched-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/debug: Provide slice length for fair tasks
  sched/fair: Fix inaccurate h_nr_runnable accounting with delayed dequeue
kernel/sched/debug.c
kernel/sched/fair.c