Re: [ANNOUNCE] Linux 2.6 Real Time Kernel

From: Ingo Molnar
Date: Fri Oct 15 2004 - 10:46:44 EST



* Paul E. McKenney <paulmck@xxxxxxxxxx> wrote:

> One caution (which you are no doubt already aware of) -- if an RCU
> algorithm that reads (rcu_read_lock()/rcu_read_unlock()) in process
> context and updates in softirq/bh/irq context, you can see deadlocks.

yeah - but in the PREEMPT_REALTIME kernel there are simply no irq or
softirq contexts in process contexts - everything is a task. So
everything can (and does) block.

Ingo
-
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/