From: Tupshin Harper <tupshin@tupshin.com>
To: thunder7@xs4all.nl
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.21-pre3-ac4 oops in kmem_cache_destroy
Date: Fri, 24 Jan 2003 23:37:44 -0800 [thread overview]
Message-ID: <3E323EC8.10907@tupshin.com> (raw)
In-Reply-To: <20030125062513.GA10351@middle.of.nowhere>
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))
prev parent reply other threads:[~2003-01-27 23:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-25 6:25 2.4.21-pre3-ac4 oops in kmem_cache_destroy Jurriaan
2003-01-25 7:37 ` Tupshin Harper [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3E323EC8.10907@tupshin.com \
--to=tupshin@tupshin.com \
--cc=linux-kernel@vger.kernel.org \
--cc=thunder7@xs4all.nl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox