Prev: [PATCH] i386: do a global tlb flush in S4 resume
Next: [PATCH -v2 0/2] ACPI, APEI, use general HEST table parsing in AER firmware_first setup
From: Paul E. McKenney on 3 Mar 2010 21:00 Hello! This patch fixes three RCU lockdep issues: 1. Makes rcu_read_lock_sched_held() correctly handle !PREEMPT kernels. 2. Suppresses __mpol_dup() false positive. 3. Converts a pair of rcu_dereference() calls in ftrace_perf_buf_prepare() to rcu_dereference_sched(). There are probably more where these came from. ;-) Thanx, Paul ------------------------------------------------------------------------ include/linux/rcupdate.h | 15 ++++++++++++++- include/trace/ftrace.h | 4 ++-- kernel/trace/trace_event_profile.c | 5 ++--- mm/mempolicy.c | 3 ++- 4 files changed, 20 insertions(+), 7 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/ |