]> git.ipfire.org Git - people/ms/linux.git/commit
Merge tag 'sched_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Apr 2022 20:28:06 +0000 (13:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Apr 2022 20:28:06 +0000 (13:28 -0700)
commit42740a2ff5d3f2cc0c73876dfb37ed0b88d926fd
tree133a9c7ae500c2598d7e0c29b876bbfc56785440
parent5206548f6e6741fccbce8d95cff8faeba0738c99
parent40f5aa4c5eaebfeaca4566217cb9c468e28ed682
Merge tag 'sched_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull scheduler fix from Borislav Petkov:

 - Fix a corner case when calculating sched runqueue variables

That fix also removes a check for a zero divisor in the code, without
mentioning it.  Vincent clarified that it's ok after I whined about it:

  https://lore.kernel.org/all/CAKfTPtD2QEyZ6ADd5WrwETMOX0XOwJGnVddt7VHgfURdqgOS-Q@mail.gmail.com/

* tag 'sched_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/pelt: Fix attach_entity_load_avg() corner case