https://github.com/torvalds/linux
Revision 3d0428232909d9aa9248c3724f04a333f6f53bb3 authored by Linus Torvalds on 31 May 2020, 17:43:17 UTC, committed by Linus Torvalds on 31 May 2020, 17:43:17 UTC
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
2 parent s 19835b1 + 18f855e
History
Tip revision: 3d0428232909d9aa9248c3724f04a333f6f53bb3 authored by Linus Torvalds on 31 May 2020, 17:43:17 UTC
Merge tag 'sched-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: 3d04282
File Mode Size
Makefile -rw-r--r-- 380 bytes
bitstream.h -rw-r--r-- 15.0 KB
compress.c -rw-r--r-- 127.0 KB
decompress.c -rw-r--r-- 80.5 KB
entropy_common.c -rw-r--r-- 7.6 KB
error_private.h -rw-r--r-- 1.7 KB
fse.h -rw-r--r-- 26.2 KB
fse_compress.c -rw-r--r-- 24.5 KB
fse_decompress.c -rw-r--r-- 10.7 KB
huf.h -rw-r--r-- 12.0 KB
huf_compress.c -rw-r--r-- 25.6 KB
huf_decompress.c -rw-r--r-- 32.3 KB
mem.h -rw-r--r-- 4.7 KB
zstd_common.c -rw-r--r-- 2.5 KB
zstd_internal.h -rw-r--r-- 8.3 KB
zstd_opt.h -rw-r--r-- 32.9 KB

back to top