Hello!  

This series, probably for v3.21, contains changes that allow RCU callbacks
to be posted at very early boot, as in before rcu_init() is called.
This was requested by the tracing folks.  This series applies against
tip/core/rcu, and probably not against current mainline.

The patches in this series are as follows:

1.      Abstract initialization of callback lists.

2.      Wire up the rcu_state structures' ->rda pointers at compile time.

3.      Prevent early boot callbacks from splatting.

4.      Refine diagnostics for lacking an rcuo kthread for no-CBs
        CPUs that have callbacks posted.

5.      Avoid clobbering lists of early boot callbacks.

6.      Move early boot callbacks as needed by no-CBs CPUs.

7.      Move early boot callbacks tests to beginning of rcu_init().

This passes modest rcutorture testing, but is probably missing a corner
case or two.

                                                        Thanx, Paul

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

 b/kernel/rcu/tree.c        |   52 ++++++++++++++++++++++++++++++++-------------
 b/kernel/rcu/tree_plugin.h |   27 ++++++++++++-----------
 2 files changed, 51 insertions(+), 28 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/

Reply via email to