From: Svetoslav S. <sv...@gm...> - 2004-04-23 09:15:08
|
> Hi all! > > Comrad Daniel Sobe make bigest part and i make a rest. None of > phantom or real bugs are patched. Instead pop up strange things. > code may reach public CVS in 24h betwin 24 days :) > > Aivils Hi Aivils, you are my hero !!! :-) thank you very much on getting back on it :-) > ??????????????????????????????????????????????????????? > ??????????????????????????????????????????????????????? > ??????????????????????????????????????????????????????? > > On Tue, 2004-04-20 at 17:58, Aivils wrote: > > > Hi all! > > > > > > My 2.6.5 will not start until i applay patch bellow: > > > --- linux-2.6.5/kernel/softirq.c 2004-04-04 06:36:47.000000000 > +0300 > > > +++ linux-2.6.5/kernel/softirq.chg.c 2004-04-20 10:48:28.000000000 > +0300 > > > @@ -409,8 +409,8 @@ static int __devinit cpu_callback(struct > > > > > > switch (action) { > > > case CPU_UP_PREPARE: > > > - BUG_ON(per_cpu(tasklet_vec, hotcpu).list); > > > - BUG_ON(per_cpu(tasklet_hi_vec, hotcpu).list); > > > + per_cpu(tasklet_vec, hotcpu).list = NULL; > > > + per_cpu(tasklet_hi_vec, hotcpu).list = NULL; > > > p = kthread_create(ksoftirqd, hcpu, "ksoftirqd/%d", > hotcpu); > > > if (IS_ERR(p)) { > > > printk("ksoftirqd for %i failed\n", hotcpu); > > > > This patch should be completely unnecessary. > > > > One possibility is that your compiler isn't obeying the section > > attribute for some reason. Please send .config and output of "gcc -v". > > > > Thanks! > > Rusty. > > -- > > Anyone who quotes me in their signature is an idiot -- Rusty Russell > > i think i was hitting the same issue with 2.6.5, reverted all relevant IMO patches + ruby-2.6.3 once again, thanks, thanks a lot for your work best, svetljo PS. the prefbusid patch applies and builds cleanly against Xorg X11 release, i didn't try it with ruby, but i've uploaded it to mandrakeclub /* although it still not available there */ sadly i think i don't have that much web space to upload it to karlovo.demon.co.uk PS.2 now that you've released 2.6.5 i may try to cook up something for mandrake cooker or club /* which evetually could be included in next mdk release */ -- "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.net/info |