public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Few questions about 2.5.6-pre3
@ 2002-03-11  8:01 Zwane Mwaikambo
  2002-03-12  6:46 ` Zwane Mwaikambo
  0 siblings, 1 reply; 5+ messages in thread
From: Zwane Mwaikambo @ 2002-03-11  8:01 UTC (permalink / raw)
  To: Linux Kernel

Has anyone come across the following bootime bugs?

2.5.6-pre3 UP:

  init_idle(current, smp_processor_id());
        /*
         *      We count on the initial thread going ok
         *      Like idlers init is an unlocked kernel thread, which will
         *      make syscalls (and thus be locked).
         */
        smp_init();
			<=== [1]
        /* Do the rest non-__init'ed, we're now alive */
        rest_init();

[1] If i don't put a busy loop or a printk there the machine pukes in 
do_page_fault when we try and down_read(&mm->mmap_sem); The dump shows 
that current is an invalid pointer and has crazy PID and other fields.

2.5.6-pre3 SMP:

This one is a funny one, it dies *right* after mtrr_init, and even if i 
put a BUG() after mtrr_init, it never gets executed. This one happens to 
die in the scheduler when we try and release_kernel_lock(prev, 
smp_processor_id()) It already is released so we trigger an Oops in 
spinlock.h:107

Thanks,
	Zwane Mwaikambo



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

end of thread, other threads:[~2002-03-13  6:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-11  8:01 Few questions about 2.5.6-pre3 Zwane Mwaikambo
2002-03-12  6:46 ` Zwane Mwaikambo
2002-03-12  7:22   ` Robert Love
2002-03-12 14:11     ` Zwane Mwaikambo
2002-03-13  6:14       ` Zwane Mwaikambo

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