git: kernel - Fix low memory process kill bug

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Oct 7 19:15:10 PDT 2016


commit 2c9e29840fbb252e59c3024c92bed4837277d8bf
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/2c9e29840fbb252e59c3024c92bed4837277d8bf


-- 
DragonFly BSD source repository


More information about the Commits mailing list