]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'sched_urgent_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 Jan 2025 17:01:17 +0000 (09:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 Jan 2025 17:01:17 +0000 (09:01 -0800)
commit8ff6d472ab35d5cb9a3941a1fcd5b7cbc9338c7f
tree1c7b54f03689239f629e43caa87c7e372ff86147
parentfda5e3f284002ea55dac1c98c1498d6dd684046e
parent66951e4860d3c688bfa550ea4a19635b57e00eca
Merge tag 'sched_urgent_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull scheduler fixes from Borislav Petkov:

 - Do not adjust the weight of empty group entities and avoid
   scheduling artifacts

 - Avoid scheduling lag by computing lag properly and thus address
   an EEVDF entity placement issue

* tag 'sched_urgent_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/fair: Fix update_cfs_group() vs DELAY_DEQUEUE
  sched/fair: Fix EEVDF entity placement bug causing scheduling lag