]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'sched-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 30 Aug 2020 18:50:53 +0000 (11:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 30 Aug 2020 18:50:53 +0000 (11:50 -0700)
commit66d56038444811fa3561c5ff5b192608463dc1db
treeaf6311eee9c098c7084635a2d43469fac22983b8
parent64f662a50b19a9e966f3776694196e91c8999184
parentdb7416f4212dd44ad81525985500ab87b62f27dc
Merge tag 'sched-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull scheduler fix from Thomas Gleixner:
 "A single fix for the scheduler:

   - Make is_idle_task() __always_inline to prevent the compiler from
     putting it out of line into the wrong section because it's used
     inside noinstr sections"

* tag 'sched-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched: Use __always_inline on is_idle_task()