Hello! This series contains updates to Tiny RCU, including a low-probability but quite real race condition.
1. Further shrink Tiny RCU by making empty functions static inlines. 2. Test both RCU-sched and RCU-bh for Tiny RCU, which located the race condition fixed by #3 below. 3. Correctly handle non-empty Tiny RCU callback list with none ready. Thanx, Paul ------------------------------------------------------------------------ b/include/linux/rcupdate.h | 4 - b/include/linux/rcutiny.h | 16 ++++ b/include/linux/rcutree.h | 5 + b/kernel/rcu/tiny.c | 38 +---------- b/tools/testing/selftests/rcutorture/configs/rcu/TINY02.boot | 1 5 files changed, 27 insertions(+), 37 deletions(-) -- 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/