From: Linus Torvalds Date: Sun, 30 Aug 2020 18:50:53 +0000 (-0700) Subject: Merge tag 'sched-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v5.9-rc3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0063a82de937433ccfffe123e12b4503b9155c96;p=thirdparty%2Fkernel%2Flinux.git 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() --- 0063a82de937433ccfffe123e12b4503b9155c96