Re: 2.4.21-pre3-ac4 oops in kmem_cache_destroy

From: Tupshin Harper (tupshin@tupshin.com)
Date: Sat Jan 25 2003 - 02:37:44 EST


Widely reported...this previously posted (sorry don't remember who)
patch fixes it for me and others.

-Tupshin

--- 2.4.21-pre3-ac4/kernel/fork.c Mon Jan 13 18:56:12 2003
+++ linux/kernel/fork.c Sun Jan 19 13:39:37 2003
@@ -688,6 +688,8 @@
        p->lock_depth = -1; /* -1 = no lock */
        p->start_time = jiffies;

+ INIT_LIST_HEAD(&p->local_pages);
+
        retval = -ENOMEM;
        /* copy all the process information */
        if (copy_files(clone_flags, p))

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



This archive was generated by hypermail 2b29 : Fri Jan 31 2003 - 22:00:17 EST