[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.5.64-mm2



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/
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>