Hi Paul, These patches are documentation updates for the rcu_dynticks rolling into rcu_data and also the updates to the fact that there's a single rcu_state now. Its based on your rcu/dev branch. Next I'm thinking of tackling 'RCU Callback Handling' and further digging into the dyntick handling and then dig into other documents outside of Data-Structure that need updates. But let me know any suggestions. Thanks! Joel Fernandes (Google) (5): doc: rcu: Update information about resched_cpu doc: rcu: Remove rcu_dynticks from Data-Structures doc: rcu: Update Data-Structures for RCU flavor consolidation doc: rcu: Clarify better the rcu_segcblist len field doc: rcu: Update description of gp_seq fields in rcu_data .../Data-Structures/BigTreeClassicRCUBH.svg | 499 ----------- .../BigTreeClassicRCUBHdyntick.svg | 695 --------------- .../BigTreePreemptRCUBHdyntick.svg | 741 ---------------- .../BigTreePreemptRCUBHdyntickCB.svg | 834 +++++++----------- .../Data-Structures/Data-Structures.html | 152 +--- .../RCU/Design/Data-Structures/blkd_task.svg | 676 +++++--------- .../Expedited-Grace-Periods.html | 6 +- 7 files changed, 596 insertions(+), 3007 deletions(-) delete mode 100644 Documentation/RCU/Design/Data-Structures/BigTreeClassicRCUBH.svg delete mode 100644 Documentation/RCU/Design/Data-Structures/BigTreeClassicRCUBHdyntick.svg delete mode 100644 Documentation/RCU/Design/Data-Structures/BigTreePreemptRCUBHdyntick.svg -- 2.19.0.444.g18242da7ef-goog