On Fri, 2007-02-23 at 07:08 +0100, Ingo Molnar wrote: > Index: linux/kernel/sched.c > =================================================================== > --- linux.orig/kernel/sched.c > +++ linux/kernel/sched.c > @@ -4689,6 +4689,7 @@ int __sched cond_resched_softirq(void) > BUG_ON(!in_softirq()); > > if (need_resched() && system_state == SYSTEM_RUNNING) { > + WARN_ON(current->state != TASK_RUNNING); > raw_local_irq_disable(); > _local_bh_enable(); > raw_local_irq_enable(); I'm getting NOHZ: local_softirq_pending 02 or 10 every few seconds if the box is doing anything, and the WARN_ON() has yet to trigger. -Mike - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- References:
- 2.6.20-git15 BUG: soft lockup detected on CPU#0! - timers?
- From: "Michal Piotrowski" <[email protected]>
- Re: 2.6.20-git15 BUG: soft lockup detected on CPU#0! - timers?
- From: Thomas Gleixner <[email protected]>
- Re: 2.6.20-git15 BUG: soft lockup detected on CPU#0! - timers?
- From: "Michal Piotrowski" <[email protected]>
- Re: 2.6.20-git15 BUG: soft lockup detected on CPU#0! - timers?
- From: Thomas Gleixner <[email protected]>
- Re: 2.6.20-git15 BUG: soft lockup detected on CPU#0! - timers?
- From: "Michal Piotrowski" <[email protected]>
- Re: 2.6.20-git15 BUG: soft lockup detected on CPU#0! - timers?
- From: Thomas Gleixner <[email protected]>
- Re: 2.6.20-git15 BUG: soft lockup detected on CPU#0! - timers?
- From: Michal Piotrowski <[email protected]>
- Re: 2.6.20-git15 BUG: soft lockup detected on CPU#0! - timers?
- From: Michal Piotrowski <[email protected]>
- Re: 2.6.20-git15 BUG: soft lockup detected on CPU#0! - timers?
- From: Ingo Molnar <[email protected]>
- 2.6.20-git15 BUG: soft lockup detected on CPU#0! - timers?
- Prev by Date: Re: NO_HZ: timer interrupt stuck [Re: Linux 2.6.21-rc1]
- Next by Date: raid 1 check and component device mismatches
- Previous by thread: Re: 2.6.20-git15 BUG: soft lockup detected on CPU#0! - timers?
- Next by thread: Re: 2.6.20-git15 BUG: soft lockup detected on CPU#0! - timers?
- Index(es):