git: DragonFly_RELEASE_4_6 kernel - Fix low memory process kill bug
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Oct 16 14:49:38 PDT 2016
commit e4e51a624ca3da53f705d75f5e55e6de9829a8c5
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Oct 7 19:13:41 2016 -0700
kernel - Fix low memory process kill bug
* If a process is being killed, don't let it stay put in a low-memory
vm_wait loop in kernel mode, it will never exit.
* Try to improve the chances that we can dump by adjusting an assertion in
the user thread scheduler.
Summary of changes:
sys/kern/usched_dfly.c | 2 +-
sys/vm/vm_fault.c | 10 ++++++++++
sys/vm/vm_page.c | 10 ++++++++++
sys/vm/vm_pageout.c | 1 +
4 files changed, 22 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e4e51a624ca3da53f705d75f5e55e6de9829a8c5
--
DragonFly BSD source repository
More information about the Commits
mailing list