Message ID | 7b24a850-7d56-4386-8544-be5e643b6b9f@paulmck-laptop (mailing list archive) |
---|---|
Headers | show |
Series | Miscellaneous fixes | expand |
Hello! This series contains miscellaneous fixes: 1. Split rcu_report_exp_cpu_mult() mask parameter and use for tracing. 2. Remove READ_ONCE() for rdp->gpwrap access in __note_gp_changes(), courtesy of Zilin Guan. 3. Fix get_state_synchronize_rcu_full() GP-start detection. 4. Move RCU Tasks self-tests to core_initcall(). 5. Print segment lengths in show_rcu_nocb_gp_state(). Changes since v1: o Fix "the the" in commit log. o Add Reviewed-by and Tested-by tags. Thanx, Paul ------------------------------------------------------------------------ b/include/linux/rcupdate.h | 6 ------ b/init/main.c | 1 - b/kernel/rcu/rcu.h | 2 +- b/kernel/rcu/tasks.h | 5 ++++- b/kernel/rcu/tree.c | 6 +++--- b/kernel/rcu/tree_exp.h | 6 ++++-- b/kernel/rcu/tree_nocb.h | 20 +++++++++++++++----- kernel/rcu/tree.c | 9 ++++++--- 8 files changed, 33 insertions(+), 22 deletions(-)