[PATCH tip/core/rcu 0/12] CPU-hotplug updates

From: Paul E. McKenney
Date: Mon Jul 24 2017 - 17:51:54 EST


Hello!

This series updates RCU's interaction with CPU hotplug, perhaps most
notably making callback migration happen very shortly after the outgoing
CPU is gone.

1. Make expedited GPs correctly handle hardware CPU insertion.

2. Migrate callbacks earlier in the CPU-offline timeline.

3. Fix typo suppressing CPU-hotplug statistics.

4. Remove orphan/adopt event-tracing fields.

5. Check for NOCB CPUs and empty lists earlier in CB migration.

6. Make NOCB CPUs migrate CBs directly from outgoing CPU.

7. Advance outgoing CPU's callbacks before migrating them.

8. Eliminate rcu_state ->orphan_lock.

9. Advance callbacks after migration.

10. Localize rcu_state ->orphan_pend and ->orphan_done.

11. Remove unused RCU list functions.

12. Move callback-list warning to irq-disable region, thus suppressing
rare but real false-positive dmesg splats.

Thanx, Paul

------------------------------------------------------------------------

include/linux/rcupdate.h | 1
kernel/cpu.c | 1
kernel/rcu/rcu_segcblist.c | 108 +++-----------
kernel/rcu/rcu_segcblist.h | 28 ---
kernel/rcu/tree.c | 342 +++++++++++++++++++--------------------------
kernel/rcu/tree.h | 13 -
kernel/rcu/tree_exp.h | 2
kernel/rcu/tree_plugin.h | 31 +---
kernel/torture.c | 2
9 files changed, 189 insertions(+), 339 deletions(-)