Hi all,

Could some one give help that removing the local_irq_enable() in function 
panic()?

Currently I meet one case that when panic happening at irq disabling state with 
spin_lock,
After panic() is called, due to local_irq_enable() is called, it causes some 
interrupts come,
and cause more issue that "BUG: spinlock recursion on CPU#0".


Checked the git history, do not find any hint for local_irq_enable(), can any 
share something?
Thanks.

Panic()
{
....
        local_irq_enable();
        for (i = 0; ; i += PANIC_TIMER_STEP) {
....
}



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

Reply via email to