From: Shawn <core@enodev.com>
To: Robert Love <rml@tech9.net>
Cc: Andrew Morton <akpm@digeo.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
linux-mm@kvack.org
Subject: Re: 2.5.64-mm2
Date: 08 Mar 2003 08:45:34 -0600 [thread overview]
Message-ID: <1047134733.5968.3.camel@localhost.localdomain> (raw)
In-Reply-To: <1047131942.3759.1.camel@localhost.localdomain>
Eliminate initrd (eliminate using it, not support for it) and oops goes
away. Weird.
On Sat, 2003-03-08 at 07:59, Shawn wrote:
> Now I oops on boot justt when it trys to mount root (reiserfs),
> unfortunately, I cannot page up to see the oops text.
>
> I'll try booting with vesa fbcon to see if I can't see more.
>
> On Fri, 2003-03-07 at 22:22, Robert Love wrote:
> > On Fri, 2003-03-07 at 23:01, Shawn wrote:
> > > Here's my .config. I am not SMP.
> > >
> > > I suspected the distclean thing, but I made "Mr. Proper" too just in
> > > case.
> >
> > Oh. Its those damn modules. The bane of my existence.
> >
> > Problem is, ksyms.c is exporting kernel_flag under PREEMPT. Now we just
> > need it exported under SMP.
> >
> > Andrew, would you mind appending this to the current patch? Sorry.
> >
> > Everyone else, you need this if you are UP+PREEMPT+MODULES.
> >
> > Robert Love
> >
> >
> > kernel/ksyms.c | 2 +-
> > 1 files changed, 1 insertion(+), 1 deletion(-)
> >
> >
> > diff -urN linux-2.5.64-mm2/kernel/ksyms.c linux/kernel/ksyms.c
> > --- linux-2.5.64-mm2/kernel/ksyms.c 2003-03-07 22:08:04.000000000 -0500
> > +++ linux/kernel/ksyms.c 2003-03-07 23:19:32.098500176 -0500
> > @@ -488,7 +488,7 @@
> > #if CONFIG_SMP
> > EXPORT_SYMBOL_GPL(set_cpus_allowed);
> > #endif
> > -#if CONFIG_SMP || CONFIG_PREEMPT
> > +#if CONFIG_SMP
> > EXPORT_SYMBOL(kernel_flag);
> > #endif
> > EXPORT_SYMBOL(jiffies);
> >
> >
> >
> -
> 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/
next prev parent reply other threads:[~2003-03-08 14:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-08 2:51 2.5.64-mm2 Andrew Morton
[not found] ` <1047095352.3483.0.camel@localhost.localdomain>
[not found] ` <1047096331.727.14.camel@phantasy.awol.org>
[not found] ` <1047096093.3483.4.camel@localhost.localdomain>
[not found] ` <1047097353.727.18.camel@phantasy.awol.org>
2003-03-08 13:59 ` 2.5.64-mm2 Shawn
2003-03-08 14:45 ` Shawn [this message]
2003-03-08 19:49 ` 2.5.64-mm2 Robert Love
[not found] ` <1047095088.727.5.camel@phantasy.awol.org>
2003-03-08 18:25 ` [patch] updated scheduler-tunables for 2.5.64-mm2 Martin J. Bligh
2003-03-09 1:54 ` Robert Love
2003-03-09 2:18 ` Martin J. Bligh
2003-03-09 3:28 ` Valdis.Kletnieks
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=1047134733.5968.3.camel@localhost.localdomain \
--to=core@enodev.com \
--cc=akpm@digeo.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=rml@tech9.net \
/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