commit | 0063a82de937433ccfffe123e12b4503b9155c96 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Sun Aug 30 11:50:53 2020 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Aug 30 11:50:53 2020 -0700 |
tree | af6311eee9c098c7084635a2d43469fac22983b8 | |
parent | b69bea8a657b681442765b06be92a2607b1bd875 [diff] | |
parent | c94a88f341c9b8f05d8639f62bb5d95936f881cd [diff] |
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()