| Date | Wed, 1 Feb 2012 21:56:39 -0800 | | From | Josh Triplett <> | | Subject | Re: [PATCH RFC tip/core/rcu 32/41] rcu: Update stall-warning documentation |
| |
On Wed, Feb 01, 2012 at 11:41:50AM -0800, Paul E. McKenney wrote: > From: "Paul E. McKenney" <paul.mckenney@linaro.org> > > Add documentation of CONFIG_RCU_CPU_STALL_VERBOSE, CONFIG_RCU_CPU_STALL_INFO, > and RCU_STALL_DELAY_DELTA. Describe multiple stall-warning messages from > a single stall, and the timing of the subsequent messages. Add headings.
Don't some of these documentation changes go with earlier patches in this series?
Also, this commit message doesn't say anything about the removal of RCU_SECONDS_TILL_STALL_RECHECK:
> --- a/Documentation/RCU/stallwarn.txt > +++ b/Documentation/RCU/stallwarn.txt > @@ -14,12 +14,36 @@ CONFIG_RCU_CPU_STALL_TIMEOUT > issues an RCU CPU stall warning. This time period is normally > ten seconds. > > -RCU_SECONDS_TILL_STALL_RECHECK [...] > - This macro defines the period of time that RCU will wait after > - issuing a stall warning until it issues another stall warning > - for the same stall. This time period is normally set to three > - times the check interval plus thirty seconds.
- Josh Triplett
|