Prev: [PATCH tip/core/rcu 3/3] x86/mce: fix RCU lockdep splats
Next: [PATCH tip/core/rcu 2/3] rcu: Increase RCU CPU stall timeouts if PROVE_RCU
From: Paul E. McKenney on 5 Mar 2010 18:10 Hello! This patch set gets rid of read_barrier_depends() in ftrace in favor of RCU APIs, increases the RCU CPU stall timeout if CONFIG_PROVE_RCU, and fixes an x86/mce lockdep splat. Thanx, Paul ------------------------------------------------------------------------ arch/x86/kernel/cpu/mcheck/mce.c | 12 ++++++++---- kernel/rcutree.h | 22 +++++++++++++++------- kernel/trace/ftrace.c | 23 +++++++++++++---------- 3 files changed, 36 insertions(+), 21 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |