commit | b81898e3d2133715e4475d25757595a3e18502ed | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Thu Apr 30 12:23:11 2020 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Mon Jun 29 11:58:11 2020 -0700 |
tree | 47f208af2c5c6110a79d043ae96ae045d91776bb | |
parent | 2d9c318bfd15394da014737bee30e7b2e22c5eac [diff] |
doc: Timer problems can cause RCU CPU stall warnings Over the past few years, there have been several cases where timekeeping bugs have caused RCU CPU stall warnings, particularly during hardware bringup. This commit therefore adds such bugs to the list of things that can result in RCU CPU stall warnings. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>