Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 19 Jan 2003 09:03:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 19 Jan 2003 09:03:12 -0500 Received: from bay-bridge.veritas.com ([143.127.3.10]:11393 "EHLO mtvmime02.veritas.com") by vger.kernel.org with ESMTP id ; Sun, 19 Jan 2003 09:03:11 -0500 Date: Sun, 19 Jan 2003 14:08:40 +0000 (GMT) From: Hugh Dickins X-X-Sender: hugh@localhost.localdomain To: Alan Cox cc: Randy Hwron , Geller Sandor , Michael Madore , Ralf Hildebrandt , Bertrand Vieille , Phil Oester , Tupshin Harper , Bryan Andersen , Horacio de Oro , Subject: [PATCH] 2.4.21-pre3-ac oops Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org If you got 2.4.21-pre3-ac __free_pages_ok oops, please try this patch. Hugh --- 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/