]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'sched_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Jul 2025 18:17:47 +0000 (11:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Jul 2025 18:17:47 +0000 (11:17 -0700)
commit772b78c2abd85586bb90b23adff89f7303c704c7
treef18df282d7751b06f315a6b107b7d7384ec9aa17
parent95eb0d389b4a518a2630b18fbc5916a008f519f1
parentfc975cfb36393db1db517fbbe366e550bcdcff14
Merge tag 'sched_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull scheduler fixes from Borislav Petkov:

 - Fix the calculation of the deadline server task's runtime as this
   mishap was preventing realtime tasks from running

 - Avoid a race condition during migrate-swapping two tasks

 - Fix the string reported for the "none" dynamic preemption option

* tag 'sched_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/deadline: Fix dl_server runtime calculation formula
  sched/core: Fix migrate_swap() vs. hotplug
  sched: Fix preemption string of preempt_dynamic_none