diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-06-30 17:54:09 -0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-07-17 17:59:03 -0400 |
commit | 99a930b0d2b018f31474d69137f311ce3581a4c2 (patch) | |
tree | 0fc49c043991b279f3b81e15777cd6304c91054a /Documentation/RCU | |
parent | cf3620a6c7798be3395163d3bb863ab378a6aa80 (diff) |
documentation: Describe new expedited stall warnings
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'Documentation/RCU')
-rw-r--r-- | Documentation/RCU/stallwarn.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/RCU/stallwarn.txt b/Documentation/RCU/stallwarn.txt index 046f32637b95..efb9454875ab 100644 --- a/Documentation/RCU/stallwarn.txt +++ b/Documentation/RCU/stallwarn.txt | |||
@@ -163,6 +163,23 @@ message will be about three times the interval between the beginning | |||
163 | of the stall and the first message. | 163 | of the stall and the first message. |
164 | 164 | ||
165 | 165 | ||
166 | Stall Warnings for Expedited Grace Periods | ||
167 | |||
168 | If an expedited grace period detects a stall, it will place a message | ||
169 | like the following in dmesg: | ||
170 | |||
171 | INFO: rcu_sched detected expedited stalls on CPUs: { 1 2 6 } 26009 jiffies s: 1043 | ||
172 | |||
173 | This indicates that CPUs 1, 2, and 6 have failed to respond to a | ||
174 | reschedule IPI, that the expedited grace period has been going on for | ||
175 | 26,009 jiffies, and that the expedited grace-period sequence counter is | ||
176 | 1043. The fact that this last value is odd indicates that an expedited | ||
177 | grace period is in flight. | ||
178 | |||
179 | It is entirely possible to see stall warnings from normal and from | ||
180 | expedited grace periods at about the same time from the same run. | ||
181 | |||
182 | |||
166 | What Causes RCU CPU Stall Warnings? | 183 | What Causes RCU CPU Stall Warnings? |
167 | 184 | ||
168 | So your kernel printed an RCU CPU stall warning. The next question is | 185 | So your kernel printed an RCU CPU stall warning. The next question is |