On Fri, 08 Aug 2008 20:14:28 +0200
Peter Zijlstra <a.p.zijlstra@chello.nl> wrote:
Note that kernel/rcupreempt.c's flavour of call_rcu() takes
RCU_DATA_ME().lock, so there are still code sites from which a printk
can deadlock. Only now, it is config-dependent.
From a quick look it appears that large amounts of kernel/rcupreempt.c
are now a printk-free zone.
--