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)
commit3077805eebb63d75ad716e36777a54a3321d34a5
treed2d1f68c7242a75628f06e4392a5fcbeb9cd286c
parent17baa442864254cb2aadf3a4d668c0f81d2f07c5
parent062d3f95b630113e1156a31f376ad36e25da29a7
Merge tag 'sched-urgent-2020-07-25' of git://git./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()