[PATCH tip/core/rcu 0/3] rcu: resend of grace-period stall andcleanup patches

From: Paul E. McKenney
Date: Sun Nov 22 2009 - 11:53:25 EST


Hello!

This patch series is a resend of the three RCU patches that are candidates
for the upcoming 2.6.33 merge window, but that are not yet in -tip.
These are:

1. A fix for a grace-period-stall bug that occurs on large
machines. This was partially fixed by commit 237c80c5,
and this patch completes the fix using a much cleaner
method. 237c80c5 would request another quiescent state
for a CPU that just went offline and that might have already
gone through a quiescent state for the current grace period.
In contrast, this patch pushes the quiescent-state reporting
up the rcu_node tree straightaway.

2. A cleanup removing function wrapping that has been unnecessary
since commit e74f4c45 caused CPUs going offline to give up
their own callbacks.

3. A cleanup that gets rid of a few annoying #ifdefs by moving
the code from kernel/rcupdate.c and include/linux/rcupdate.h
to include/linux/rcutiny.h, include/linux/rcutree.h, and
kernel/rcutree.c.

Thanx, Paul
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/