2.6.7-rc2 mismatched preempt count in arch/i386/kernel/irq.c

From: Keith Owens
Date: Mon May 31 2004 - 02:36:52 EST


2.6.7-rc2 (and earlier) arch/i386/kernel/irq.c::do_IRQ() calls
irq_exit() which expands into preempt_enable_no_resched(), amongst
others. With CONFIG_PREEMPT=y, preempt_enable_no_resched() does
dec_preempt_count(). Where is the corresponding inc_preempt_count?
AFAICT the use of preempt_enable_no_resched() is unbalanced.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/