Em Tue, 4 Dec 2007 17:00:05 +0100 Ingo Molnar <mingo@elte.hu> escreveu: | | * Linus Torvalds <torvalds@linux-foundation.org> wrote: | | > | > | > On Tue, 4 Dec 2007, Luiz Fernando N. Capitulino wrote: | > > | > > sched_rr_get_interval(1, NULL); | > | > Looks like we have a zero "cfs_rq->load.weight". | > | > Ingo? Both sched_slice() and __sched_slice() do a divide by the | > runqueue weight, and at least dequeue_task_fair() explicitly checks | > for that being zero, so clearly zero is a possible value. Hmm? | | yeah, i can reproduce this crash too. | | The problem is on SMP: if sched_rr_get_interval() gets a task from an | otherwise idle runqueue, then rq->load.weight is 0. Normally | sched_slice() is only used on a busy runqueue. So the correct fixup site | is not in sched_slice() but in sys_sched_rr_get_interval() - i'm working | on the right fix, i hope to be able to send a pull request in a few | minutes. Ingo, I can reproduce this w/o SMP support as well. (Also, the backtrace I sent was reproduced on a UP machine with a SMP kernel). -- Luiz Fernando N. Capitulino --
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg Kroah-Hartman | [PATCH 005/196] Chinese: add translation of SubmittingDrivers |
| Andy Whitcroft | Re: 2.6.21-rc7-mm2 -- x86_64 blade hard hangs |
| Rafael J. Wysocki | 2.6.26-rc1-git9: Reported regressions from 2.6.25 |
git: | |
| Andy Grover | [PATCH 01/21] RDS: Socket interface |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
| Gerrit Renker | [PATCH 03/37] dccp: List management for new feature negotiation |
