commit | b804cb9e91c6c304959c69d4f9daeef4ffdba71c | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Sep 28 10:23:39 2011 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Dec 11 10:31:23 2011 -0800 |
tree | 21f5a6d22df6fa9f4da3c3531fedbc52aace15ed | |
parent | 7077714ec4940a6c5b1189c3afb4f47bf49ad877 [diff] |
lockdep: Update documentation for lock-class leak detection There are a number of bugs that can leak or overuse lock classes, which can cause the maximum number of lock classes (currently 8191) to be exceeded. However, the documentation does not tell you how to track down these problems. This commit addresses this shortcoming. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>