]> 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)
commita99650ec7f2caf7c0d4572dcfdfad3320fa2919d
treed2d1f68c7242a75628f06e4392a5fcbeb9cd286c
parent78de59f893abddcef715beb021e045a679a69b1c
parent9fcdf66421de15a1cc98f466a8c89a80e32a9d47
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()