• Andrew Morton's avatar
    [PATCH] oom killer fixes · 21f8b968
    Andrew Morton authored
    From: William Lee Irwin III <wli@holomorphy.com>
    
    There are reports of kernel threads being killed by the oomkiller.  We
    think this is because the oom killer tries to kill a task after it has
    exitted and set its ->mm to zero.  The oom killer will then try to kill all
    other tasks which have a null ->mm.
    
    Attempt to detect that case and fix it up.
    21f8b968
oom_kill.c 7.47 KB