public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.4.21-pre3-ac oops
@ 2003-01-19 14:08 Hugh Dickins
  2003-01-19 18:17 ` Jurriaan
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Hugh Dickins @ 2003-01-19 14:08 UTC (permalink / raw)
  To: Alan Cox
  Cc: Randy Hwron, Geller Sandor, Michael Madore, Ralf Hildebrandt,
	Bertrand Vieille, Phil Oester, Tupshin Harper, Bryan Andersen,
	Horacio de Oro, linux-kernel

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))


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2003-01-21  7:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-19 14:08 [PATCH] 2.4.21-pre3-ac oops Hugh Dickins
2003-01-19 18:17 ` Jurriaan
2003-01-19 20:13 ` Tupshin Harper
2003-01-19 21:27 ` Bryan Andersen
2003-01-19 21:28   ` Andre Hedrick
2003-01-19 21:58     ` Tupshin Harper
2003-01-19 22:15       ` Bryan Andersen
2003-01-19 23:27         ` Andre Hedrick
2003-01-20 18:51           ` Bryan Andersen
2003-01-19 22:13   ` Ralf Hildebrandt
2003-01-20  8:37   ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox