Re: 2.6.16-rc5 OOM regression

From: Rene Herman
Date: Thu Mar 02 2006 - 11:14:34 EST


Andrew Morton wrote:

crap, thanks. I would appear to have broken one of Christoph's patches for
him.

--- devel/mm/oom_kill.c~out_of_memory-locking-fix 2006-03-02 02:17:00.000000000 -0800
+++ devel-akpm/mm/oom_kill.c 2006-03-02 02:17:22.000000000 -0800
@@ -355,6 +355,7 @@ retry:
}
out:
+ read_unlock(&tasklist_lock);
cpuset_unlock();
if (mm)
mmput(mm);
_


Confirmed to solve, thanks!

Rene.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/