[PATCH tip/core/rcu 0/8] Fixes for v5.5
From: Paul E. McKenney
Date: Wed Oct 02 2019 - 21:32:46 EST
Hello!
This series provides miscellaneous fixes:
1. Remove unused function hlist_bl_del_init_rcu(), courtesy of
Ethan Hansen.
2. Make several rcu_segcblist functions state, courtesy of kbuild
test robot.
3. Convert for_each_wq to use built-in list check, courtesy of
Joel Fernandes.
4. Ensure that ->rcu_urgent_qs is set before resched IPI, courtesy
of Joel Fernandes.
5-7. Update tracepoint descriptions.
8. Fix uninitialized variable in nocb_gp_wait(), courtesy of
Dan Carpenter.
Thanx, Paul
------------------------------------------------------------------------
include/linux/rculist_bl.h | 28 --------------------------
include/trace/events/rcu.h | 47 ++++++++++++++++++++++++---------------------
kernel/rcu/rcu_segcblist.c | 6 ++---
kernel/rcu/tree.c | 1
kernel/rcu/tree_plugin.h | 2 -
kernel/workqueue.c | 10 +--------
6 files changed, 33 insertions(+), 61 deletions(-)