]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'sched-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Jul 2020 20:24:40 +0000 (13:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Jul 2020 20:24:40 +0000 (13:24 -0700)
commit247c45030f68d2462b9f37edaa1e237848aa8352
treed2d1f68c7242a75628f06e4392a5fcbeb9cd286c
parent535369b817d1af6e5b1f439074716c9f3e9b6c3f
parentddb5af6597eba3f040ef702c47eb39eb525a7f4c
Merge tag 'sched-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into master

Pull scheduler fixes from Ingo Molnar:
 "Fix a race introduced by the recent loadavg race fix, plus add a debug
  check for a hard to debug case of bogus wakeup function flags"

* tag 'sched-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched: Warn if garbage is passed to default_wake_function()
  sched: Fix race against ptrace_freeze_trace()