From: Linus Torvalds Date: Sun, 31 May 2020 17:43:17 +0000 (-0700) Subject: Merge tag 'sched-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v5.10.7~2550 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d0428232909d9aa9248c3724f04a333f6f53bb3;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'sched-urgent-2020-05-31' of git://git./linux/kernel/git/tip/tip Pull scheduler fix from Thomas Gleixner: "A single scheduler fix preventing a crash in NUMA balancing. The current->mm check is not reliable as the mm might be temporary due to use_mm() in a kthread. Check for PF_KTHREAD explictly" * tag 'sched-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: sched/fair: Don't NUMA balance for kthreads --- 3d0428232909d9aa9248c3724f04a333f6f53bb3